OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:huff_ltab1_2
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
aac_rom.h
70
extern const UWord16
huff_ltab1_2
[3][3][3][3];
/frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c
67
bc1_2 = bc1_2 + EXPAND(
huff_ltab1_2
[t0+1][t1+1][t2+1][t3+1]);
514
codeLength = HI_LTAB(
huff_ltab1_2
[t0+1][t1+1][t2+1][t3+1]);
526
codeLength = LO_LTAB(
huff_ltab1_2
[t0+1][t1+1][t2+1][t3+1]);
aac_rom.c
1513
const UWord16
huff_ltab1_2
[3][3][3][3]=
variable
[
all
...]
Completed in 43 milliseconds