HomeSort by relevance Sort by last modified time
    Searched full:boost_temp (Results 1 - 1 of 1) sorted by null

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

Completed in 138 milliseconds