Searched refs:SBR_SWITCH_LRC (Results 1 – 4 of 4) sorted by relevance
/external/aac/libSBRenc/src/ |
D | sbr_rom.cpp | 603 …{ CODEC_AAC, 16000, 24000, 8000, 2, 6, 6, 9, 7, 1, 0,-3, SBR_SWITCH_LRC, 3 }, /* nominal: 20 … 604 …{ CODEC_AAC, 24000, 28000, 8000, 2, 9, 9, 11, 9, 1, 0,-3, SBR_SWITCH_LRC, 3 }, /* nominal: 24 … 605 …{ CODEC_AAC, 28000, 36000, 8000, 2, 11, 9, 11, 9, 2, 0,-3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 … 606 …{ CODEC_AAC, 36000, 44000, 8000, 2, 13,11, 13,11, 2, 0,-3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 … 607 …{ CODEC_AAC, 44000, 52000, 8000, 2, 14,12, 13,12, 2, 0,-3, SBR_SWITCH_LRC, 2 }, /* nominal: 48 … 608 …{ CODEC_AAC, 52000, 60000, 8000, 2, 14,14, 13,13, 3, 0,-3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 … 613 …{ CODEC_AAC, 16000, 24000, 11025, 2, 7, 5, 9, 7, 1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 20… 614 …{ CODEC_AAC, 24000, 28000, 11025, 2, 10, 8,10, 8, 1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 24… 615 …{ CODEC_AAC, 28000, 36000, 11025, 2, 12, 8,12, 8, 2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 32… 616 …{ CODEC_AAC, 36000, 44000, 11025, 2, 13, 9,13, 9, 2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 40… [all …]
|
D | env_est.cpp | 1204 case SBR_SWITCH_LRC: in FDKsbrEnc_extractSbrEnvelope2() 1393 case SBR_SWITCH_LRC: in FDKsbrEnc_extractSbrEnvelope2() 1465 case SBR_SWITCH_LRC: in FDKsbrEnc_extractSbrEnvelope2() 1528 case SBR_SWITCH_LRC: in FDKsbrEnc_extractSbrEnvelope2()
|
D | sbr_encoder.cpp | 629 config->stereoMode = SBR_SWITCH_LRC; in FDKsbrEnc_InitializeSbrDefaults()
|
/external/aac/libSBRenc/include/ |
D | sbr_encoder.h | 126 SBR_SWITCH_LRC enumerator
|