Home
last modified time | relevance | path

Searched refs:ff_copy_16x16_msa (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dqpeldsp_init_mips.c29 c->put_qpel_pixels_tab[0][0] = ff_copy_16x16_msa; in ff_qpeldsp_init_mips()
63 c->put_no_rnd_qpel_pixels_tab[0][0] = ff_copy_16x16_msa; in ff_qpeldsp_init_mips()
H A Dqpeldsp_mips.h27 void ff_copy_16x16_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
H A Dqpeldsp_msa.c5854 void ff_copy_16x16_msa(uint8_t *dest, const uint8_t *src, ptrdiff_t stride) in ff_copy_16x16_msa() function

Completed in 12 milliseconds