Searched defs:dstep (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | iirfilter.c | 279 int16_t *dst, ptrdiff_t dstep) in ff_iir_filter() 293 float *dst, ptrdiff_t dstep) in ff_iir_filter_flt()
|
D | hevcdsp_template.c | 171 #define TR_4(dst, src, dstep, sstep, assign, end) \ argument 184 #define TR_8(dst, src, dstep, sstep, assign, end) \ argument 200 #define TR_16(dst, src, dstep, sstep, assign, end) \ argument 216 #define TR_32(dst, src, dstep, sstep, assign, end) \ argument
|
/third_party/ffmpeg/libavcodec/mips/ |
D | iirfilter_mips.c | 73 const float *src, ptrdiff_t sstep, float *dst, ptrdiff_t dstep) in iir_filter_flt_mips()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_overlay.c | 365 const int dstep = s->main_pix_step[0]; in blend_slice_packed_rgb() local
|