Searched refs:VP9_UNPCK_UB_SH (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp9_idct_lsx.c | 125 #define VP9_UNPCK_UB_SH(in, out_h, out_l) \ macro 658 VP9_UNPCK_UB_SH(dst0, res4, res0); in vp9_idct16x16_1_add_lsx() 659 VP9_UNPCK_UB_SH(dst1, res5, res1); in vp9_idct16x16_1_add_lsx() 660 VP9_UNPCK_UB_SH(dst2, res6, res2); in vp9_idct16x16_1_add_lsx() 661 VP9_UNPCK_UB_SH(dst3, res7, res3); in vp9_idct16x16_1_add_lsx()
|
Completed in 3 milliseconds