Searched refs:PCKEV_AVG_ST_UB (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | vp9_mc_msa.c | 139 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) \ macro 3043 PCKEV_AVG_ST_UB(res1, res0, dst0, dst); in ff_avg_bilin_16h_msa() 3045 PCKEV_AVG_ST_UB(res3, res2, dst1, dst); in ff_avg_bilin_16h_msa() 3047 PCKEV_AVG_ST_UB(res5, res4, dst2, dst); in ff_avg_bilin_16h_msa() 3049 PCKEV_AVG_ST_UB(res7, res6, dst3, dst); in ff_avg_bilin_16h_msa() 3068 PCKEV_AVG_ST_UB(res1, res0, dst0, dst); in ff_avg_bilin_16h_msa() 3070 PCKEV_AVG_ST_UB(res3, res2, dst1, dst); in ff_avg_bilin_16h_msa() 3072 PCKEV_AVG_ST_UB(res5, res4, dst2, dst); in ff_avg_bilin_16h_msa() 3074 PCKEV_AVG_ST_UB(res7, res6, dst3, dst); in ff_avg_bilin_16h_msa() 3119 PCKEV_AVG_ST_UB(res1, res0, dst0, dst); in ff_avg_bilin_32h_msa() [all …]
|
D | hpeldsp_msa.c | 24 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) \ macro 1059 PCKEV_AVG_ST_UB(sum0_l, sum0_r, dst0, dst); in common_hv_bil_and_aver_dst_16w_msa() 1061 PCKEV_AVG_ST_UB(sum1_l, sum1_r, dst1, dst); in common_hv_bil_and_aver_dst_16w_msa() 1063 PCKEV_AVG_ST_UB(sum2_l, sum2_r, dst2, dst); in common_hv_bil_and_aver_dst_16w_msa() 1065 PCKEV_AVG_ST_UB(sum3_l, sum3_r, dst3, dst); in common_hv_bil_and_aver_dst_16w_msa() 1067 PCKEV_AVG_ST_UB(sum4_l, sum4_r, dst4, dst); in common_hv_bil_and_aver_dst_16w_msa() 1069 PCKEV_AVG_ST_UB(sum5_l, sum5_r, dst5, dst); in common_hv_bil_and_aver_dst_16w_msa() 1071 PCKEV_AVG_ST_UB(sum6_l, sum6_r, dst6, dst); in common_hv_bil_and_aver_dst_16w_msa() 1073 PCKEV_AVG_ST_UB(sum7_l, sum7_r, dst7, dst); in common_hv_bil_and_aver_dst_16w_msa()
|