OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:round_ptr
(Results
1 - 2
of
2
) sorted by null
/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
,
/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) */
Completed in 42 milliseconds