Home
last modified time | relevance | path

Searched refs:stride_src (Results 1 – 25 of 118) sorted by relevance

12345

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DFilterResize.cpp441 assert (stride_src > 0); in process_plane()
473 assert (stride_src > 0); in process_plane_bypass()
510 assert (stride_src > 0); in process_plane_normal()
957 stride_src = in process_tile_transpose()
964 stride_src * sizeof (T), in process_tile_transpose()
979 stride_src in process_tile_transpose()
1012 assert (stride_src > 0); in transpose()
1036 assert (stride_src > 0); in transpose_cpp()
1050 src_ptr += stride_src; in transpose_cpp()
1063 assert (stride_src > 0); in transpose_sse2()
[all …]
H A DFilterResize.h75 …s_plane (uint8_t *dst_ptr, const uint8_t *src_ptr, int stride_dst, int stride_src, bool chroma_fla…
131 …_bypass (uint8_t *dst_ptr, const uint8_t *src_ptr, int stride_dst, int stride_src, bool chroma_fla…
132 … process_plane_normal (uint8_t *dst_ptr, const uint8_t *src_ptr, int stride_dst, int stride_src);
140 …d transpose (T *dst_ptr, const T *src_ptr, int w, int h, int stride_dst, int stride_src);
143 … transpose_cpp (T *dst_ptr, const T *src_ptr, int w, int h, int stride_dst, int stride_src);
146 …ranspose_sse2 (float *dst_ptr, const float *src_ptr, int w, int h, int stride_dst, int stride_src);
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.h592 void ae_v_move(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_i…
593 void ae_v_moveneg(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_i…
595 void ae_v_add(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_i…
597 void ae_v_sub(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_i…
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_…
770 void vmove(double *vdst, ae_int_t stride_dst, const double* vsrc, ae_int_t stride_src, ae_int_t n…
779 void vadd(double *vdst, ae_int_t stride_dst, const double *vsrc, ae_int_t stride_src, ae_int_t n);
785 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);
[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()
3206 if( stride_dst!=1 || stride_src!=1 ) in ae_v_caddd()
3256 if( stride_dst!=1 || stride_src!=1 ) in ae_v_caddc()
3308 if( stride_dst!=1 || stride_src!=1 ) in ae_v_csub()
3457 if( stride_dst!=1 || stride_src!=1 ) in ae_v_move()
3484 if( stride_dst!=1 || stride_src!=1 ) in ae_v_moveneg()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhevc_filter.c142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB() argument
151 src += stride_src; in copy_CTB()
158 src += stride_src; in copy_CTB()
180 src += stride_src; in copy_vert()
186 src += stride_src; in copy_vert()
203 src + stride_src * (height - 1), width << sh); in copy_CTB_to_hv()
235 src += stride_src; in restore_tqb_pixels()
309 ptrdiff_t stride_src = s->frame->linesize[c_idx]; in sao_filter_CTB() local
334 s->hevcdsp.sao_band_filter[tab](src, src, stride_src, stride_src, in sao_filter_CTB()
362 src1[0] = src - stride_src - (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
151 src += stride_src; in copy_CTB()
158 src += stride_src; in copy_CTB()
180 src += stride_src; in copy_vert()
186 src += stride_src; in copy_vert()
203 src + stride_src * (height - 1), width << sh); in copy_CTB_to_hv()
235 src += stride_src; in restore_tqb_pixels()
309 ptrdiff_t stride_src = s->frame->linesize[c_idx]; in sao_filter_CTB() local
334 s->hevcdsp.sao_band_filter[tab](src, src, stride_src, stride_src, in sao_filter_CTB()
362 src1[0] = src - stride_src - (left << sh); in sao_filter_CTB()
[all …]
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_filter.c150 src += stride_src; in copy_CTB()
166 int stride_dst, int stride_src) in copy_vert() argument
173 src += stride_src; in copy_vert()
179 src += stride_src; in copy_vert()
196 src + stride_src * (height - 1), width << sh); in copy_CTB_to_hv()
229 src += stride_src; in restore_tqb_pixels()
302 int stride_src = s->frame->linesize[c_idx]; in sao_filter_CTB() local
324 stride_src, stride_dst, in sao_filter_CTB()
328 restore_tqb_pixels(s, src, dst, stride_src, stride_dst, in sao_filter_CTB()
352 src1[0] = src - stride_src - (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
151 src += stride_src; in copy_CTB()
158 src += stride_src; in copy_CTB()
180 src += stride_src; in copy_vert()
186 src += stride_src; in copy_vert()
203 src + stride_src * (height - 1), width << sh); in copy_CTB_to_hv()
235 src += stride_src; in restore_tqb_pixels()
309 ptrdiff_t stride_src = s->frame->linesize[c_idx]; in sao_filter_CTB() local
334 s->hevcdsp.sao_band_filter[tab](src, src, stride_src, stride_src, in sao_filter_CTB()
362 src1[0] = src - stride_src - (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
151 src += stride_src; in copy_CTB()
158 src += stride_src; in copy_CTB()
180 src += stride_src; in copy_vert()
186 src += stride_src; in copy_vert()
203 src + stride_src * (height - 1), width << sh); in copy_CTB_to_hv()
235 src += stride_src; in restore_tqb_pixels()
309 ptrdiff_t stride_src = s->frame->linesize[c_idx]; in sao_filter_CTB() local
334 s->hevcdsp.sao_band_filter[tab](src, src, stride_src, stride_src, in sao_filter_CTB()
362 src1[0] = src - stride_src - (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
151 src += stride_src; in copy_CTB()
158 src += stride_src; in copy_CTB()
180 src += stride_src; in copy_vert()
186 src += stride_src; in copy_vert()
203 src + stride_src * (height - 1), width << sh); in copy_CTB_to_hv()
235 src += stride_src; in restore_tqb_pixels()
309 ptrdiff_t stride_src = s->frame->linesize[c_idx]; in sao_filter_CTB() local
334 s->hevcdsp.sao_band_filter[tab](src, src, stride_src, stride_src, in sao_filter_CTB()
362 src1[0] = src - stride_src - (left << sh); in sao_filter_CTB()
[all …]
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/removegrain/
H A Dremovegrainvs.cpp40 const int om = stride_src - 1; \
41 const int o0 = stride_src ; \
42 const int op = stride_src + 1; \
1266 src_ptr += y_b * stride_src; in process_subplane_cpp()
1281 stride_src, in process_subplane_cpp()
1290 src_ptr += stride_src; in process_subplane_cpp()
1296 const int om = stride_src - 1; in process_row_cpp()
1329 src_ptr += y_b * stride_src; in process_subplane_sse2()
1347 stride_src, in process_subplane_sse2()
1361 stride_src, in process_subplane_sse2()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/arm/
H A Dhevcdsp_init_neon.c28 ptrdiff_t stride_dst, ptrdiff_t stride_src,
153 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
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 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
186 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE); in ff_hevc_sao_edge_filter_neon_8_wrapper() local
188 a_stride = pos[eo][0][0] + pos[eo][0][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
189 b_stride = pos[eo][1][0] + pos[eo][1][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
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,
153 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
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 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
186 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE); in ff_hevc_sao_edge_filter_neon_8_wrapper() local
188 a_stride = pos[eo][0][0] + pos[eo][0][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
189 b_stride = pos[eo][1][0] + pos[eo][1][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
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,
153 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
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 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
186 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE); in ff_hevc_sao_edge_filter_neon_8_wrapper() local
188 a_stride = pos[eo][0][0] + pos[eo][0][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
189 b_stride = pos[eo][1][0] + pos[eo][1][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
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,
153 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
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 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
186 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE); in ff_hevc_sao_edge_filter_neon_8_wrapper() local
188 a_stride = pos[eo][0][0] + pos[eo][0][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
189 b_stride = pos[eo][1][0] + pos[eo][1][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
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,
153 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
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 …ter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int …
186 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE); in ff_hevc_sao_edge_filter_neon_8_wrapper() local
188 a_stride = pos[eo][0][0] + pos[eo][0][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
189 b_stride = pos[eo][1][0] + pos[eo][1][1] * stride_src; in ff_hevc_sao_edge_filter_neon_8_wrapper()
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/net-im/tg_owt/tg_owt-d578c76/src/modules/video_processing/
H A Dvideo_denoiser.cc165 int stride_src, in CopySrcOnMOB() argument
172 const uint8_t* mb_src_base = y_src + (mb_row << 4) * stride_src; in CopySrcOnMOB()
186 libyuv::CopyPlane(mb_src, stride_src, mb_dst, stride_dst, 16, 16); in CopySrcOnMOB()
193 int stride_src, in CopyLumaOnMargin() argument
198 const uint8_t* margin_y_src = y_src + (mb_rows_ << 4) * stride_src; 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/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc176 int stride_src, in CopySrcOnMOB() argument
183 const uint8_t* mb_src_base = y_src + (mb_row << 4) * stride_src; in CopySrcOnMOB()
197 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
204 int stride_src, in CopyLumaOnMargin() argument
209 const uint8_t* margin_y_src = y_src + (mb_rows_ << 4) * stride_src; 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.cc176 int stride_src, in CopySrcOnMOB() argument
183 const uint8_t* mb_src_base = y_src + (mb_row << 4) * stride_src; in CopySrcOnMOB()
197 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
204 int stride_src, in CopyLumaOnMargin() argument
209 const uint8_t* margin_y_src = y_src + (mb_rows_ << 4) * stride_src; 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.cc176 int stride_src, in CopySrcOnMOB() argument
183 const uint8_t* mb_src_base = y_src + (mb_row << 4) * stride_src; in CopySrcOnMOB()
197 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
204 int stride_src, in CopyLumaOnMargin() argument
209 const uint8_t* margin_y_src = y_src + (mb_rows_ << 4) * stride_src; 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.cc168 int stride_src, in CopySrcOnMOB() argument
175 const uint8_t* mb_src_base = y_src + (mb_row << 4) * stride_src; in CopySrcOnMOB()
189 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
196 int stride_src, in CopyLumaOnMargin() argument
201 const uint8_t* margin_y_src = y_src + (mb_rows_ << 4) * stride_src; 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.cc167 int stride_src, in CopySrcOnMOB() argument
174 const uint8_t* mb_src_base = y_src + (mb_row << 4) * stride_src; in CopySrcOnMOB()
188 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
195 int stride_src, in CopyLumaOnMargin() argument
200 const uint8_t* margin_y_src = y_src + (mb_rows_ << 4) * stride_src; 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.cc168 int stride_src, in CopySrcOnMOB() argument
175 const uint8_t* mb_src_base = y_src + (mb_row << 4) * stride_src; in CopySrcOnMOB()
189 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
196 int stride_src, in CopyLumaOnMargin() argument
201 const uint8_t* margin_y_src = y_src + (mb_rows_ << 4) * stride_src; 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.cc168 int stride_src, in CopySrcOnMOB() argument
175 const uint8_t* mb_src_base = y_src + (mb_row << 4) * stride_src; in CopySrcOnMOB()
189 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
196 int stride_src, in CopyLumaOnMargin() argument
201 const uint8_t* margin_y_src = y_src + (mb_rows_ << 4) * stride_src; 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/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtc/
H A DStack16ToNative.cpp145 const int stride_src = _vsapi.getStride (&src, plane_index); in get_frame() local
149 const int lsb_offset = stride_src * hh; in get_frame()
161 data_src_ptr += stride_src; in get_frame()

12345