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/x86/
vp8_enc_stubs_mmx.c 19 short *quant_ptr, short *dqcoeff_ptr);
27 short *dqcoeff_ptr = d->dqcoeff; local
33 round_ptr, quant_ptr, dqcoeff_ptr);
  /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 130 milliseconds