Searched defs:dstride (Results 1 – 6 of 6) sorted by relevance
| /third_party/ffmpeg/libavfilter/ |
| D | vf_convolution.c | 111 int dstride, int stride, int size) in filter16_prewitt() 129 int dstride, int stride, int size) in filter16_roberts() 145 int dstride, int stride, int size) in filter16_sobel() 163 int dstride, int stride, int size) in filter16_scharr() 183 int dstride, int stride, int size) in filter16_kirsch() 232 int dstride, int stride, int size) in filter_prewitt() 252 int dstride, int stride, int size) in filter_roberts() 267 int dstride, int stride, int size) in filter_sobel() 287 int dstride, int stride, int size) in filter_scharr() 309 int dstride, int stride, int size) in filter_kirsch() [all …]
|
| D | vf_hqdn3d.c | 60 int w, int h, int sstride, int dstride, in denoise_temporal() 83 int w, int h, int sstride, int dstride, in denoise_spatial() 127 int w, int h, int sstride, int dstride, in denoise_depth()
|
| D | vf_neighbor.c | 269 const int dstride = out->linesize[plane]; in filter_slice() local
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | vp8dsp_mmi.c | 2945 void ff_put_vp8_bilinear16_h_mmi(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, in ff_put_vp8_bilinear16_h_mmi() 3023 void ff_put_vp8_bilinear16_v_mmi(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, in ff_put_vp8_bilinear16_v_mmi() 3093 void ff_put_vp8_bilinear16_hv_mmi(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, in ff_put_vp8_bilinear16_hv_mmi() 3127 void ff_put_vp8_bilinear8_h_mmi(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, in ff_put_vp8_bilinear8_h_mmi() 3189 void ff_put_vp8_bilinear8_v_mmi(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, in ff_put_vp8_bilinear8_v_mmi() 3253 void ff_put_vp8_bilinear8_hv_mmi(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, in ff_put_vp8_bilinear8_hv_mmi() 3287 void ff_put_vp8_bilinear4_h_mmi(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, in ff_put_vp8_bilinear4_h_mmi() 3346 void ff_put_vp8_bilinear4_v_mmi(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, in ff_put_vp8_bilinear4_v_mmi() 3407 void ff_put_vp8_bilinear4_hv_mmi(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, in ff_put_vp8_bilinear4_hv_mmi()
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| D | vp8dsp_altivec.c | 302 static void put_vp8_pixels16_altivec(uint8_t *dst, ptrdiff_t dstride, uint8_t *src, ptrdiff_t sstri… in put_vp8_pixels16_altivec()
|
| /third_party/ffmpeg/libavcodec/ |
| D | clearvideo.c | 231 int sstride, dstride, soff, doff; in copy_block() local 268 int dstride = dst->linesize[plane]; in copyadd_block() local
|