Home | History | Annotate | Download | only in x86

Lines Matching defs:round

33   __m128i zbin, round, quant, dequant, shift;
46 load_b_values(zbin_ptr, &zbin, round_ptr, &round, quant_ptr, &quant,
71 round = _mm_unpackhi_epi64(round, round);
76 calculate_qcoeff(&qcoeff0, round, quant, shift);
77 round = _mm_unpackhi_epi64(round, round);
80 calculate_qcoeff(&qcoeff1, round, quant, shift);
126 calculate_qcoeff(&qcoeff0, round, quant, shift);
127 calculate_qcoeff(&qcoeff1, round, quant, shift);
163 __m128i zbin, round, quant, dequant, shift;
176 // The 32x32 halves zbin and round.
185 round = _mm_load_si128((const __m128i *)round_ptr);
186 round = _mm_add_epi16(round, one);
187 round = _mm_srli_epi16(round, 1);
214 round = _mm_unpackhi_epi64(round, round);
219 calculate_qcoeff(&qcoeff0, round, quant, shift);
220 round = _mm_unpackhi_epi64(round, round);
223 calculate_qcoeff(&qcoeff1, round, quant, shift);
282 calculate_qcoeff(&qcoeff0, round, quant, shift);
283 calculate_qcoeff(&qcoeff1, round, quant, shift);