OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quant_shift_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
28
const int16_t *quant_ptr, const int16_t *
quant_shift_ptr
,
65
quant_shift_ptr
[rc != 0]) >> 16; // quantization
81
const int16_t *
quant_shift_ptr
,
127
quant_shift_ptr
[rc != 0]) >> 15; // quantize (x)
/external/libvpx/libvpx/vp8/encoder/
quantize.c
31
unsigned char *
quant_shift_ptr
= b->quant_shift;
local
54
*
quant_shift_ptr
[rc]) >> 16; /* quantize (x) */
116
short *
quant_shift_ptr
= b->quant_shift;
local
142
*
quant_shift_ptr
[rc]) >> 16; /* quantize (x) */
170
short *
quant_shift_ptr
;
local
177
quant_shift_ptr
= b->quant_shift;
201
y = ((((x * quant_ptr[rc]) >> 16) + x) *
quant_shift_ptr
[rc]) >> 16;
Completed in 34 milliseconds