OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_tell_frac
(Results
1 - 5
of
5
) sorted by null
/external/libaom/libaom/test/
boolcoder_test.cc
107
uint32_t
last_tell_frac
= aom_reader_tell_frac(&br);
local
118
GTEST_ASSERT_GE(tell_frac,
last_tell_frac
)
120
<< ",
last_tell_frac
: " <<
last_tell_frac
;
local
125
fabs(((tell_frac -
last_tell_frac
) / 8.0) + log2(probability));
126
last_tell_frac
= tell_frac;
/external/libaom/libaom/av1/decoder/
accounting.h
68
uint32_t
last_tell_frac
;
member in struct:Accounting
accounting.c
73
accounting->
last_tell_frac
= 0;
decodeframe.c
[
all
...]
/external/libaom/libaom/aom_dsp/
bitreader.h
90
tell_frac - r->accounting->
last_tell_frac
);
91
r->accounting->
last_tell_frac
= tell_frac;
Completed in 137 milliseconds