Home
last modified time | relevance | path

Searched refs:boost_temp (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c86 int16_t *boost_temp = zbin_boost; in exact_regular_quantize_b_msa() local
148 if (boost_temp[0] <= z_bin0[cnt]) { in exact_regular_quantize_b_msa()
151 boost_temp = zbin_boost; in exact_regular_quantize_b_msa()
153 boost_temp++; in exact_regular_quantize_b_msa()
157 boost_temp++; in exact_regular_quantize_b_msa()
160 if (boost_temp[0] <= z_bin1[cnt - 8]) { in exact_regular_quantize_b_msa()
163 boost_temp = zbin_boost; in exact_regular_quantize_b_msa()
165 boost_temp++; in exact_regular_quantize_b_msa()
169 boost_temp++; in exact_regular_quantize_b_msa()