Searched refs:ff_put_no_rnd_pixels8_y2_8_mmi (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hpeldsp_init_mips.c | 53 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_8_mmi; in ff_hpeldsp_init_mips()
|
D | hpeldsp_mmi.c | 787 void ff_put_no_rnd_pixels8_y2_8_mmi(uint8_t *block, const uint8_t *pixels, in ff_put_no_rnd_pixels8_y2_8_mmi() function 797 ff_put_no_rnd_pixels8_y2_8_mmi(block, pixels, line_size, h); in ff_put_no_rnd_pixels16_y2_8_mmi() 798 ff_put_no_rnd_pixels8_y2_8_mmi(block + 8 , pixels + 8, line_size, h); in ff_put_no_rnd_pixels16_y2_8_mmi()
|
D | hpeldsp_mips.h | 145 void ff_put_no_rnd_pixels8_y2_8_mmi(uint8_t *block, const uint8_t *pixels,
|