Searched refs:ff_put_vp8_epel16_h4_mmi (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | vp8dsp_init_mips.c | 89 dsp->put_vp8_epel_pixels_tab[0][0][1] = ff_put_vp8_epel16_h4_mmi; in ff_vp8dsp_init_mips()
|
D | vp8dsp_mips.h | 194 void ff_put_vp8_epel16_h4_mmi(uint8_t *dst, ptrdiff_t dststride, uint8_t *src,
|
D | vp8dsp_mmi.c | 1590 void ff_put_vp8_epel16_h4_mmi(uint8_t *dst, ptrdiff_t dststride, uint8_t *src, in ff_put_vp8_epel16_h4_mmi() function 2386 ff_put_vp8_epel16_h4_mmi(tmp, 16, src, srcstride, h + 3, mx, my); in ff_put_vp8_epel16_h4v4_mmi() 2502 ff_put_vp8_epel16_h4_mmi(tmp, 16, src, srcstride, h + 5, mx, my); in ff_put_vp8_epel16_h4v6_mmi()
|