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

  /external/libvpx/vp8/encoder/
quantize.c 28 short *round_ptr = b->round; local
51 x += round_ptr[rc];
74 short *round_ptr = b->round; local
89 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; // quantize (x)
113 short *round_ptr = b->round; local
139 x += round_ptr[rc];
225 short *round_ptr = b->round; local
253 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; // quantize (x)
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 27 short *scan_mask, short *round_ptr,
34 short *round_ptr = b->round; local
47 round_ptr,
86 const short *inv_scan_order, short *round_ptr,
92 short *round_ptr = b->round; local
103 round_ptr,
142 short *round_ptr,

Completed in 705 milliseconds