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
26
int16_t *
quant_shift_ptr
, int16_t *qcoeff_ptr,
74
quant_shift_ptr
[rc != 0]) >> 16; // quantize (x)
91
int16_t *quant_ptr, int16_t *
quant_shift_ptr
,
137
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 43 milliseconds