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

  /external/libvpx/libvpx/vp8/encoder/mips/mmi/
vp8_quantize_mmi.c 24 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> 16; \
209 const int16_t *quant_shift_ptr = b->quant_shift; local
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 202 int16_t *quant_shift_ptr = b->quant_shift; local
210 quant_shift_ptr, dequant_ptr, zbin_oq_value, qcoeff_ptr, dqcoeff_ptr);
  /external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c 57 short *quant_shift_ptr = b->quant_shift; local
80 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >>

Completed in 308 milliseconds