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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 26 const short *scan_mask, short *round_ptr,
33 short *round_ptr = b->round; local
46 round_ptr,
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 26 const short *scan_mask, short *round_ptr,
33 short *round_ptr = b->round; local
46 round_ptr,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 26 const short *scan_mask, short *round_ptr,
33 short *round_ptr = b->round; local
46 round_ptr,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
quantize.c 29 short *round_ptr = b->round; local
52 x += round_ptr[rc];
75 short *round_ptr = b->round; local
90 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
114 short *round_ptr = b->round; local
140 x += round_ptr[rc];
226 short *round_ptr = b->round; local
251 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 29 short *round_ptr = b->round; local
52 x += round_ptr[rc];
75 short *round_ptr = b->round; local
90 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
114 short *round_ptr = b->round; local
140 x += round_ptr[rc];
226 short *round_ptr = b->round; local
251 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
quantize.c 29 short *round_ptr = b->round; local
52 x += round_ptr[rc];
75 short *round_ptr = b->round; local
90 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
114 short *round_ptr = b->round; local
140 x += round_ptr[rc];
226 short *round_ptr = b->round; local
251 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */

Completed in 117 milliseconds