Searched refs:convolve_vert_mmi (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | vp9_mc_mmi.c | 148 static void convolve_vert_mmi(const uint8_t *src, int32_t src_stride, in convolve_vert_mmi() function 554 convolve_vert_mmi(src, srcstride, dst, dststride, filter, SIZE, h); \ 569 convolve_vert_mmi(temp, 64, dst, dststride, vfilter, SIZE, h); \ 606 convolve_vert_mmi(temp2, 64, temp1, 64, vfilter, SIZE, h); \
|