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

  /external/libvpx/vp8/encoder/
quantize.c 30 short *quant_shift_ptr = b->quant_shift; local
53 >> quant_shift_ptr[rc]; // quantize (x)
115 short *quant_shift_ptr = b->quant_shift; local
141 >> quant_shift_ptr[rc]; // quantize (x)
169 short *quant_shift_ptr; local
176 quant_shift_ptr = b->quant_shift;
200 y = (((x * quant_ptr[rc]) >> 16) + x) >> quant_shift_ptr[rc];
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 129 mov rax, [rdi + vp8_block_quant_shift] ; quant_shift_ptr
146 movsx ecx, WORD PTR[rax + rdx*2] ; quant_shift_ptr[rc]

Completed in 820 milliseconds