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

  /external/libvpx/vp8/encoder/
quantize.c 32 short *dqcoeff_ptr = d->dqcoeff; local
36 vpx_memset(dqcoeff_ptr, 0, 32);
56 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value
77 short *dqcoeff_ptr = d->dqcoeff; local
92 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value
117 short *dqcoeff_ptr = d->dqcoeff; local
122 vpx_memset(dqcoeff_ptr, 0, 32);
144 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value
171 short *dqcoeff_ptr; local
178 dqcoeff_ptr = d->dqcoeff
228 short *dqcoeff_ptr = d->dqcoeff; local
    [all...]
encodemb.c 270 short *dqcoeff_ptr; local
307 dqcoeff_ptr = d->dqcoeff;
364 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
495 dqcoeff_ptr[rc] = x * dequant_ptr[rc];
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 28 short *quant_ptr, short *dqcoeff_ptr);
37 short *dqcoeff_ptr = d->dqcoeff; local
49 dqcoeff_ptr
87 short *quant_ptr, short *dqcoeff_ptr);
95 short *dqcoeff_ptr = d->dqcoeff; local
105 dqcoeff_ptr
143 short *quant_ptr, short *dqcoeff_ptr);

Completed in 156 milliseconds