Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264qpel_lasx.c632 * avg_pixels16_l2_8_lsx: dst = avg(avg(src, half), dst) , half stride is 8.*/
734 * avg_pixels16_l2_8_lsx: dst = avg(avg(src, half), dst) , half stride is 8.*/
838 * avg_pixels16_l2_8_lsx: dst = avg(avg(src, half), dst) , half stride is 8.*/
840 avg_pixels16_l2_8_lsx(uint8_t *dst, const uint8_t *src, uint8_t *half, in avg_pixels16_l2_8_lsx() function
1912 avg_pixels16_l2_8_lsx(dst, src, half, stride, stride); in ff_avg_h264_qpel16_mc10_lasx()
1927 avg_pixels16_l2_8_lsx(dst, src+1, half, stride, stride); in ff_avg_h264_qpel16_mc30_lasx()
1936 avg_pixels16_l2_8_lsx(dst, src, half, stride, stride); in ff_avg_h264_qpel16_mc01_lasx()
1956 avg_pixels16_l2_8_lsx(dst, halfH, halfHV, stride, 16); in ff_avg_h264_qpel16_mc21_lasx()
1982 avg_pixels16_l2_8_lsx(dst, halfH, halfHV, stride, 16); in ff_avg_h264_qpel16_mc12_lasx()
2000 avg_pixels16_l2_8_lsx(ds in ff_avg_h264_qpel16_mc32_lasx()
[all...]

Completed in 4 milliseconds