OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trailing_ones
(Results
1 - 3
of
3
) sorted by null
/external/libavc/decoder/
ih264d_tables.c
674
/* Lookup table for CAVLC 4x4 total_coeff,
trailing_ones
as pers Table 9-5 */
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cavlc.c
63
#define
TRAILING_ONES
(coeffToken) ((coeffToken>>5) & 0x3F)
788
trailingOnes =
TRAILING_ONES
(tmp);
/art/compiler/optimizing/
instruction_simplifier.cc
875
size_t
trailing_ones
= CTZ(~static_cast<uint64_t>(value));
local
[
all
...]
Completed in 554 milliseconds