Home
last modified time | relevance | path

Searched refs:stride_dst (Results 1 – 25 of 126) sorted by relevance

123456

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DFilterResize.cpp440 assert (stride_dst > 0); in process_plane()
472 assert (stride_dst > 0); in process_plane_bypass()
509 assert (stride_dst > 0); in process_plane_normal()
520 trg._stride_dst = stride_dst; in process_plane_normal()
978 stride_dst, in process_tile_transpose()
1014 assert (stride_dst > 0); in transpose()
1038 assert (stride_dst > 0); in transpose_cpp()
1047 dst_2_ptr += stride_dst; in transpose_cpp()
1065 assert (stride_dst > 0); in transpose_sse2()
1111 dst_2_ptr += stride_dst * 4; in transpose_sse2()
[all …]
H A DFilterResize.h75 …void process_plane (uint8_t *dst_ptr, const uint8_t *src_ptr, int stride_dst, int stride…
131 …void process_plane_bypass (uint8_t *dst_ptr, const uint8_t *src_ptr, int stride_dst, int…
132 …void process_plane_normal (uint8_t *dst_ptr, const uint8_t *src_ptr, int stride_dst, int…
140 …void transpose (T *dst_ptr, const T *src_ptr, int w, int h, int stride_dst, int stride_s…
143 …void transpose_cpp (T *dst_ptr, const T *src_ptr, int w, int h, int stride_dst, int stri…
146 …void transpose_sse2 (float *dst_ptr, const float *src_ptr, int w, int h, int stride_dst,…
147 …se_sse2 (uint16_t *dst_ptr, const uint16_t *src_ptr, int w, int h, int stride_dst, int stride_src);
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/ALGLIB/
H A Dap.h585 void ae_v_cmuld(ae_complex *vdst, ae_int_t stride_dst, ae_int_t n, double alpha);
586 void ae_v_cmulc(ae_complex *vdst, ae_int_t stride_dst, ae_int_t n, ae_complex alpha);
592 void ae_v_move(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_i…
599 void ae_v_muld(double *vdst, ae_int_t stride_dst, ae_int_t n, double alpha);
758 void vmove(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_int_t n…
764 void vmoveneg(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_int_…
779 void vadd(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_int_t n);
794 void vsub(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_int_t n);
809 void vmul(double *vdst, ae_int_t stride_dst, ae_int_t n, double alpha);
812 void vmul(alglib::complex *vdst, ae_int_t stride_dst, ae_int_t n, double alpha);
[all …]
H A Dap.cpp2958 if( stride_dst!=1 || stride_src!=1 ) in ae_v_cmove()
3002 if( stride_dst!=1 || stride_src!=1 ) in ae_v_cmoveneg()
3052 if( stride_dst!=1 || stride_src!=1 ) in ae_v_cmoved()
3102 if( stride_dst!=1 || stride_src!=1 ) in ae_v_cmovec()
3156 if( stride_dst!=1 || stride_src!=1 ) in ae_v_cadd()
3369 if( stride_dst!=1 ) in ae_v_cmuld()
3396 if( stride_dst!=1 ) in ae_v_cmulc()
3624 if( stride_dst!=1 ) in ae_v_muld()
4793 if( stride_dst!=1 ) in vmul()
4819 if( stride_dst!=1 ) in vmul()
[all …]
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_filter.c149 dst += stride_dst; in copy_CTB()
166 int stride_dst, int stride_src) in copy_vert() argument
172 dst += stride_dst; in copy_vert()
178 dst += stride_dst; in copy_vert()
230 dst += stride_dst; in restore_tqb_pixels()
312 int stride_dst = s->sao_frame->linesize[c_idx]; in sao_filter_CTB() local
324 stride_src, stride_dst, in sao_filter_CTB()
351 dst1 = dst - stride_dst - (left << sh); in sao_filter_CTB()
403 sh, height, stride_dst, 1 << sh); in sao_filter_CTB()
413 sh, height, stride_dst, 1 << sh); in sao_filter_CTB()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/
H A Dmain-vs.cpp123 const int stride_dst = _vsapi.getStride (dst_ptr, 0); in get_frame() local
154 data_dst_ptr += stride_dst; in get_frame()
162 const int stride_dst = _vsapi.getStride (dst_ptr, plane); in get_frame() local
175 data_dst_ptr += stride_dst; in get_frame()
180 memset (data_dst_ptr, 128, stride_dst * h); in get_frame()
285 const int stride_dst = _vsapi.getStride (dst_ptr, plane); in get_frame() local
300 data_dst_ptr += stride_dst; in get_frame()
404 const int stride_dst = _vsapi.getStride (dst_ptr, plane); in get_frame() local
421 data_dst_ptr += stride_dst; in get_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB() argument
150 dst += stride_dst; in copy_CTB()
157 dst += stride_dst; in copy_CTB()
173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert() argument
179 dst += stride_dst; in copy_vert()
185 dst += stride_dst; in copy_vert()
236 dst += stride_dst; in restore_tqb_pixels()
316 ptrdiff_t stride_dst; in sao_filter_CTB() local
326 stride_dst = 2*MAX_PB_SIZE; in sao_filter_CTB()
361 dst1 = dst - stride_dst - (left << sh); in sao_filter_CTB()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB() argument
150 dst += stride_dst; in copy_CTB()
157 dst += stride_dst; in copy_CTB()
173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert() argument
179 dst += stride_dst; in copy_vert()
185 dst += stride_dst; in copy_vert()
236 dst += stride_dst; in restore_tqb_pixels()
316 ptrdiff_t stride_dst; in sao_filter_CTB() local
326 stride_dst = 2*MAX_PB_SIZE; in sao_filter_CTB()
361 dst1 = dst - stride_dst - (left << sh); in sao_filter_CTB()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB() argument
150 dst += stride_dst; in copy_CTB()
157 dst += stride_dst; in copy_CTB()
173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert() argument
179 dst += stride_dst; in copy_vert()
185 dst += stride_dst; in copy_vert()
236 dst += stride_dst; in restore_tqb_pixels()
316 ptrdiff_t stride_dst; in sao_filter_CTB() local
326 stride_dst = 2*MAX_PB_SIZE; in sao_filter_CTB()
361 dst1 = dst - stride_dst - (left << sh); in sao_filter_CTB()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB() argument
150 dst += stride_dst; in copy_CTB()
157 dst += stride_dst; in copy_CTB()
173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert() argument
179 dst += stride_dst; in copy_vert()
185 dst += stride_dst; in copy_vert()
236 dst += stride_dst; in restore_tqb_pixels()
316 ptrdiff_t stride_dst; in sao_filter_CTB() local
326 stride_dst = 2*MAX_PB_SIZE; in sao_filter_CTB()
361 dst1 = dst - stride_dst - (left << sh); in sao_filter_CTB()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB() argument
150 dst += stride_dst; in copy_CTB()
157 dst += stride_dst; in copy_CTB()
173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert() argument
179 dst += stride_dst; in copy_vert()
185 dst += stride_dst; in copy_vert()
236 dst += stride_dst; in restore_tqb_pixels()
316 ptrdiff_t stride_dst; in sao_filter_CTB() local
326 stride_dst = 2*MAX_PB_SIZE; in sao_filter_CTB()
361 dst1 = dst - stride_dst - (left << sh); in sao_filter_CTB()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_processing/
H A Dvideo_denoiser.cc167 int stride_dst) { in CopySrcOnMOB() argument
173 uint8_t* mb_dst_base = y_dst + (mb_row << 4) * stride_dst; in CopySrcOnMOB()
186 libyuv::CopyPlane(mb_src, stride_src, mb_dst, stride_dst, 16, 16); in CopySrcOnMOB()
195 int stride_dst) { in CopyLumaOnMargin() argument
199 uint8_t* margin_y_dst = y_dst + (mb_rows_ << 4) * stride_dst; in CopyLumaOnMargin()
200 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
207 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dap.h981 void ae_v_cmuld(ae_complex *vdst, ae_int_t stride_dst, ae_int_t n, double alpha);
982 void ae_v_cmulc(ae_complex *vdst, ae_int_t stride_dst, ae_int_t n, ae_complex alpha);
988 void ae_v_move(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_i…
995 void ae_v_muld(double *vdst, ae_int_t stride_dst, ae_int_t n, double alpha);
1189 void vmove(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_int_t n…
1195 void vmoveneg(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_int_…
1210 void vadd(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_int_t n);
1225 void vsub(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_int_t n);
1240 void vmul(double *vdst, ae_int_t stride_dst, ae_int_t n, double alpha);
1243 void vmul(alglib::complex *vdst, ae_int_t stride_dst, ae_int_t n, double alpha);
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/arm/
H A Dhevcdsp_init_neon.c28 ptrdiff_t stride_dst, ptrdiff_t stride_src,
31 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int…
153 void ff_hevc_sao_band_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper() argument
168 ff_hevc_sao_band_filter_neon_8(dst, src, stride_dst, stride_src, width, height, offset_table); in ff_hevc_sao_band_filter_neon_8_wrapper()
171 void ff_hevc_sao_edge_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper() argument
191 …ff_hevc_sao_edge_filter_neon_8(dst, src, stride_dst, stride_src, width, height, a_stride, b_stride… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/arm/
H A Dhevcdsp_init_neon.c28 ptrdiff_t stride_dst, ptrdiff_t stride_src,
31 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int…
153 void ff_hevc_sao_band_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper() argument
168 ff_hevc_sao_band_filter_neon_8(dst, src, stride_dst, stride_src, width, height, offset_table); in ff_hevc_sao_band_filter_neon_8_wrapper()
171 void ff_hevc_sao_edge_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper() argument
191 …ff_hevc_sao_edge_filter_neon_8(dst, src, stride_dst, stride_src, width, height, a_stride, b_stride… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/arm/
H A Dhevcdsp_init_neon.c28 ptrdiff_t stride_dst, ptrdiff_t stride_src,
31 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int…
153 void ff_hevc_sao_band_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper() argument
168 ff_hevc_sao_band_filter_neon_8(dst, src, stride_dst, stride_src, width, height, offset_table); in ff_hevc_sao_band_filter_neon_8_wrapper()
171 void ff_hevc_sao_edge_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper() argument
191 …ff_hevc_sao_edge_filter_neon_8(dst, src, stride_dst, stride_src, width, height, a_stride, b_stride… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/arm/
H A Dhevcdsp_init_neon.c28 ptrdiff_t stride_dst, ptrdiff_t stride_src,
31 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int…
153 void ff_hevc_sao_band_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper() argument
168 ff_hevc_sao_band_filter_neon_8(dst, src, stride_dst, stride_src, width, height, offset_table); in ff_hevc_sao_band_filter_neon_8_wrapper()
171 void ff_hevc_sao_edge_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper() argument
191 …ff_hevc_sao_edge_filter_neon_8(dst, src, stride_dst, stride_src, width, height, a_stride, b_stride… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/arm/
H A Dhevcdsp_init_neon.c28 ptrdiff_t stride_dst, ptrdiff_t stride_src,
31 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int…
153 void ff_hevc_sao_band_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper() argument
168 ff_hevc_sao_band_filter_neon_8(dst, src, stride_dst, stride_src, width, height, offset_table); in ff_hevc_sao_band_filter_neon_8_wrapper()
171 void ff_hevc_sao_edge_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t str…
174 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int… in ff_hevc_sao_edge_filter_neon_8_wrapper() argument
191 …ff_hevc_sao_edge_filter_neon_8(dst, src, stride_dst, stride_src, width, height, a_stride, b_stride… in ff_hevc_sao_edge_filter_neon_8_wrapper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc178 int stride_dst) { in CopySrcOnMOB() argument
184 uint8_t* mb_dst_base = y_dst + (mb_row << 4) * stride_dst; in CopySrcOnMOB()
197 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
206 int stride_dst) { in CopyLumaOnMargin() argument
210 uint8_t* margin_y_dst = y_dst + (mb_rows_ << 4) * stride_dst; in CopyLumaOnMargin()
211 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
218 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc178 int stride_dst) { in CopySrcOnMOB() argument
184 uint8_t* mb_dst_base = y_dst + (mb_row << 4) * stride_dst; in CopySrcOnMOB()
197 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
206 int stride_dst) { in CopyLumaOnMargin() argument
210 uint8_t* margin_y_dst = y_dst + (mb_rows_ << 4) * stride_dst; in CopyLumaOnMargin()
211 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
218 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_processing/
H A Dvideo_denoiser.cc178 int stride_dst) { in CopySrcOnMOB() argument
184 uint8_t* mb_dst_base = y_dst + (mb_row << 4) * stride_dst; in CopySrcOnMOB()
197 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
206 int stride_dst) { in CopyLumaOnMargin() argument
210 uint8_t* margin_y_dst = y_dst + (mb_rows_ << 4) * stride_dst; in CopyLumaOnMargin()
211 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
218 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc170 int stride_dst) { in CopySrcOnMOB() argument
176 uint8_t* mb_dst_base = y_dst + (mb_row << 4) * stride_dst; in CopySrcOnMOB()
189 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
198 int stride_dst) { in CopyLumaOnMargin() argument
202 uint8_t* margin_y_dst = y_dst + (mb_rows_ << 4) * stride_dst; in CopyLumaOnMargin()
203 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
210 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc169 int stride_dst) { in CopySrcOnMOB() argument
175 uint8_t* mb_dst_base = y_dst + (mb_row << 4) * stride_dst; in CopySrcOnMOB()
188 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
197 int stride_dst) { in CopyLumaOnMargin() argument
201 uint8_t* margin_y_dst = y_dst + (mb_rows_ << 4) * stride_dst; in CopyLumaOnMargin()
202 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
209 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc170 int stride_dst) { in CopySrcOnMOB() argument
176 uint8_t* mb_dst_base = y_dst + (mb_row << 4) * stride_dst; in CopySrcOnMOB()
189 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
198 int stride_dst) { in CopyLumaOnMargin() argument
202 uint8_t* margin_y_dst = y_dst + (mb_rows_ << 4) * stride_dst; in CopyLumaOnMargin()
203 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
210 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc170 int stride_dst) { in CopySrcOnMOB() argument
176 uint8_t* mb_dst_base = y_dst + (mb_row << 4) * stride_dst; in CopySrcOnMOB()
189 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
198 int stride_dst) { in CopyLumaOnMargin() argument
202 uint8_t* margin_y_dst = y_dst + (mb_rows_ << 4) * stride_dst; in CopyLumaOnMargin()
203 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
210 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()

123456