OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zbin_boost_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/encoder/
quantize.c
110
short *
zbin_boost_ptr
= b->zrun_zbin_boost;
local
131
zbin = zbin_ptr[rc] + *
zbin_boost_ptr
+ zbin_oq_value;
133
zbin_boost_ptr
++;
149
zbin_boost_ptr
= b->zrun_zbin_boost; // reset zero runlength
222
short *
zbin_boost_ptr
= b->zrun_zbin_boost;
local
243
// zbin = zbin_ptr[rc] + *
zbin_boost_ptr
+ zbin_oq_value/2;
245
zbin = zbin_ptr[rc] + *
zbin_boost_ptr
+ zbin_oq_value;
247
zbin_boost_ptr
++;
261
zbin_boost_ptr
= &b->zrun_zbin_boost[0]; // reset zero runlength
/external/libvpx/vp8/encoder/x86/
quantize_sse2.asm
128
mov rsi, [rdi + vp8_block_zrun_zbin_boost] ;
zbin_boost_ptr
140
lea rsi, [rsi + 2] ;
zbin_boost_ptr
++
Completed in 61 milliseconds