HomeSort by relevance Sort by last modified time
    Searched refs:CALC_MSE_AVG_B (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
variance_msa.c 24 #define CALC_MSE_AVG_B(src, ref, var, sub) \
60 CALC_MSE_AVG_B(src, ref, var, avg);
86 CALC_MSE_AVG_B(src0, ref0, var, avg);
87 CALC_MSE_AVG_B(src1, ref1, var, avg);
109 CALC_MSE_AVG_B(src, ref, var, avg);
115 CALC_MSE_AVG_B(src, ref, var, avg);
121 CALC_MSE_AVG_B(src, ref, var, avg);
127 CALC_MSE_AVG_B(src, ref, var, avg);
149 CALC_MSE_AVG_B(src0, ref0, var, avg);
150 CALC_MSE_AVG_B(src1, ref1, var, avg)
    [all...]
sub_pixel_variance_msa.c 21 #define CALC_MSE_AVG_B(src, ref, var, sub) \
64 CALC_MSE_AVG_B(src, ref, var, avg);
97 CALC_MSE_AVG_B(src0, ref0, var, avg);
98 CALC_MSE_AVG_B(src1, ref1, var, avg);
126 CALC_MSE_AVG_B(src, ref, var, avg);
135 CALC_MSE_AVG_B(src, ref, var, avg);
144 CALC_MSE_AVG_B(src, ref, var, avg);
153 CALC_MSE_AVG_B(src, ref, var, avg);
181 CALC_MSE_AVG_B(src0, ref0, var, avg);
182 CALC_MSE_AVG_B(src1, ref1, var, avg)
    [all...]

Completed in 2499 milliseconds