OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linbits
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_huffcodetab.h
84
uint32
linbits
; /*number of
linbits
*/
member in struct:huffcodetab
pvmp3_framedecoder.cpp
679
pHuff[0].
linbits
= 0;
681
pHuff[1].
linbits
= 0;
683
pHuff[2].
linbits
= 0;
685
pHuff[3].
linbits
= 0;
687
pHuff[4].
linbits
= 0;
689
pHuff[5].
linbits
= 4;
691
pHuff[6].
linbits
= 0;
693
pHuff[7].
linbits
= 0;
695
pHuff[8].
linbits
= 0;
697
pHuff[9].
linbits
= 0
[
all
...]
pvmp3_huffman_parsing.cpp
186
if (h->
linbits
)
201
if (h->
linbits
)
216
if (h->
linbits
)
233
if (h->
linbits
)
247
if (h->
linbits
)
263
if (h->
linbits
)
pvmp3_huffman_decoding.cpp
263
int32 tmp = getUpTo17bits(pMainData, (h->
linbits
+ 1));
281
int32 tmp = getUpTo17bits(pMainData, (h->
linbits
+ 1));
/external/libgdx/backends/gdx-backend-lwjgl/libs/
jlayer-1.0.1-libgdx.jar
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
jlayer-1.0.1-libgdx.jar
Completed in 916 milliseconds