HomeSort by relevance Sort by last modified time
    Searched defs:dequant_ptr (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/mips/mmi/
vp8_quantize_mmi.c 28 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; \
40 const int16_t *dequant_ptr = d->dequant; local
99 "gsldlc1 %[ftmp5], 0x07(%[dequant_ptr]) \n\t"
100 "gsldrc1 %[ftmp5], 0x00(%[dequant_ptr]) \n\t"
101 "gsldlc1 %[ftmp6], 0x0f(%[dequant_ptr]) \n\t"
102 "gsldrc1 %[ftmp6], 0x08(%[dequant_ptr]) \n\t"
157 "gsldlc1 %[ftmp5], 0x17(%[dequant_ptr]) \n\t"
158 "gsldrc1 %[ftmp5], 0x10(%[dequant_ptr]) \n\t"
159 "gsldlc1 %[ftmp6], 0x1f(%[dequant_ptr]) \n\t"
160 "gsldrc1 %[ftmp6], 0x18(%[dequant_ptr]) \n\t
212 const int16_t *dequant_ptr = d->dequant; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 190 int16_t *dequant_ptr = d->dequant; local
192 *d->eob = fast_quantize_b_msa(coeff_ptr, round_ptr, quant_ptr, dequant_ptr,
205 int16_t *dequant_ptr = d->dequant; local
210 quant_shift_ptr, dequant_ptr, zbin_oq_value, qcoeff_ptr, dqcoeff_ptr);
  /external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c 26 short *dequant_ptr = d->dequant; local
39 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
60 short *dequant_ptr = d->dequant; local
84 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
encodemb.c 149 const short *dequant_ptr; local
179 dequant_ptr = d->dequant;
246 if ((abs(x) * dequant_ptr[rc] > abs(coeff_ptr[rc])) &&
247 (abs(x) * dequant_ptr[rc] < abs(coeff_ptr[rc]) + dequant_ptr[rc])) {
293 dx -= (dequant_ptr[rc] + sz) ^ sz;
349 dqcoeff_ptr[rc] = x * dequant_ptr[rc];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 74 const int16_t *const dequant_ptr = pd->dequant; local
136 const int dqv = dequant_ptr[rc != 0];
    [all...]

Completed in 181 milliseconds