Home
last modified time | relevance | path

Searched defs:dstep (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Diirfilter.c279 int16_t *dst, ptrdiff_t dstep) in ff_iir_filter()
293 float *dst, ptrdiff_t dstep) in ff_iir_filter_flt()
Dhevcdsp_template.c171 #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/
Diirfilter_mips.c73 const float *src, ptrdiff_t sstep, float *dst, ptrdiff_t dstep) in iir_filter_flt_mips()
/third_party/ffmpeg/libavfilter/
Dvf_overlay.c365 const int dstep = s->main_pix_step[0]; in blend_slice_packed_rgb() local