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

  /external/libvpx/libvpx/vp8/encoder/mips/mmi/
vp8_quantize_mmi.c 28 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; \
39 int16_t *dqcoeff_ptr = d->dqcoeff; local
105 "gssdlc1 %[ftmp5], 0x07(%[dqcoeff_ptr]) \n\t"
106 "gssdrc1 %[ftmp5], 0x00(%[dqcoeff_ptr]) \n\t"
107 "gssdlc1 %[ftmp6], 0x0f(%[dqcoeff_ptr]) \n\t"
108 "gssdrc1 %[ftmp6], 0x08(%[dqcoeff_ptr]) \n\t"
163 "gssdlc1 %[ftmp5], 0x17(%[dqcoeff_ptr]) \n\t"
164 "gssdrc1 %[ftmp5], 0x10(%[dqcoeff_ptr]) \n\t"
165 "gssdlc1 %[ftmp6], 0x1f(%[dqcoeff_ptr]) \n\t"
166 "gssdrc1 %[ftmp6], 0x18(%[dqcoeff_ptr]) \n\t
211 int16_t *dqcoeff_ptr = d->dqcoeff; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 189 int16_t *dqcoeff_ptr = d->dqcoeff; local
193 qcoeff_ptr, dqcoeff_ptr);
204 int16_t *dqcoeff_ptr = d->dqcoeff; local
210 quant_shift_ptr, dequant_ptr, zbin_oq_value, qcoeff_ptr, dqcoeff_ptr);
  /external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c 25 short *dqcoeff_ptr = d->dqcoeff; local
39 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
59 short *dqcoeff_ptr = d->dqcoeff; local
64 memset(dqcoeff_ptr, 0, 32);
84 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
encodemb.c 152 short *dqcoeff_ptr; local
182 dqcoeff_ptr = d->dqcoeff;
234 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
349 dqcoeff_ptr[rc] = x * dequant_ptr[rc];

Completed in 2454 milliseconds