OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:esc_count
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACenc/src/
bitenc.cpp
755
int
esc_count
= -1;
local
768
esc_count
= cnt - 255;
787
if (
esc_count
>= 0 ) {
789
FDKwriteBits(hBitStream,
esc_count
, DATA_LEN_ESC_COUNT_BITS);
930
INT cnt,
esc_count
=-1, alignBits=7;
local
937
esc_count
= 0; /* write
esc_count
even if cnt becomes smaller 15 */
945
esc_count
= cnt - 15 + 1;
951
if (
esc_count
>= 0) {
953
FDKwriteBits(hBitStream,
esc_count
, FILL_EL_ESC_COUNT_BITS)
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
bitenc.c
533
Word16 cnt,
esc_count
;
local
551
esc_count
= min( ((totFillBits >> 3) - ((1<<4)-1)), (1<<8)-1);
552
WriteBits(hBitStream,
esc_count
,8);
554
cnt = cnt + (
esc_count
- 1);
/external/aac/libAACdec/src/
aacdecoder.cpp
1468
int
esc_count
= FDKreadBits(bs,8); \/* bs_
esc_count
*\/
local
[
all
...]
Completed in 757 milliseconds