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

  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 18 const short *scan_mask, short *round_ptr,
24 short *round_ptr = b->round; local
33 round_ptr, quant_ptr, dqcoeff_ptr);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 186 int16_t *round_ptr = b->round; local
192 *d->eob = fast_quantize_b_msa(coeff_ptr, round_ptr, quant_ptr, dequant_ptr,
200 int16_t *round_ptr = b->round; local
209 zbin_boost_ptr, coeff_ptr, zbin_ptr, round_ptr, quant_ptr,
  /external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c 22 short *round_ptr = b->round; local
36 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
55 short *round_ptr = b->round; local
79 x += round_ptr[rc];

Completed in 76 milliseconds