OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zbin_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/encoder/
quantize.c
27
short *
zbin_ptr
= b->zbin;
local
44
zbin =
zbin_ptr
[rc] ;
112
short *
zbin_ptr
= b->zbin;
local
131
zbin =
zbin_ptr
[rc] + *zbin_boost_ptr + zbin_oq_value;
224
short *
zbin_ptr
= b->zbin;
local
243
// zbin =
zbin_ptr
[rc] + *zbin_boost_ptr + zbin_oq_value/2;
245
zbin =
zbin_ptr
[rc] + *zbin_boost_ptr + zbin_oq_value;
/external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c
25
int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *
zbin_ptr
,
33
short *
zbin_ptr
= b->zbin;
local
42
zbin_ptr
,
Completed in 69 milliseconds