OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noSubframes
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_latm.h
148
UCHAR
noSubframes
; /* Number of subframes */
tpenc_latm.cpp
317
FDKwriteBits( hBs, hAss->
noSubframes
-1, 6 ); /* Number of Subframes */
543
hAss->
noSubframes
= noSubframes_next;
627
hAss->
noSubframes
= DEFAULT_LATM_NR_OF_SUBFRAMES;
775
if (hAss->subFrameCnt >= hAss->
noSubframes
)
814
hAss->
noSubframes
= hAss->noSubframes_next;
Completed in 53 milliseconds