HomeSort by relevance Sort by last modified time
    Searched refs:ID_LFE (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 44 ID_LFE=3, /* LFE Channel Element */
  /external/aac/libSYS/include/
FDK_audio.h 340 ID_LFE = 3, /**< LFE Channel Element. */
353 || (elementId) == ID_LFE)
  /external/aac/libAACenc/src/
qc_main.cpp 518 (cm->elInfo[i].elType == ID_LFE))
582 || (elInfo.elType == ID_LFE) )
643 (elInfo.elType == ID_LFE))
663 } /* -end- if(ID_SCE || ID_CPE || ID_LFE) */
686 (elInfo.elType == ID_LFE))
690 } /* -end- if(ID_SCE || ID_CPE || ID_LFE) */
731 (cm->elInfo[i].elType == ID_LFE))
769 (cm->elInfo[i].elType == ID_LFE))
825 (elInfo.elType == ID_LFE))
    [all...]
channel_map.cpp 229 case ID_SCE: case ID_LFE: case ID_CCE:
314 FDKaacEnc_initElement(&cm->elInfo[3], ID_LFE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.06f));
323 FDKaacEnc_initElement(&cm->elInfo[4], ID_LFE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.04f));
bitenc.cpp     [all...]
aacenc.cpp 708 || (elInfo.elType == ID_LFE) )
    [all...]
adj_thr.cpp     [all...]
psy_main.cpp 268 if (cm->elInfo[i].elType!=ID_LFE) {
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 287 || elType == ID_LFE )
314 || elType == ID_LFE )
397 case ID_LFE:
477 elList[el++] = ID_LFE;
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 142 { MODE_1_2_2_1, { 2, 0, 1, 1, { ID_SCE, ID_CPE, ID_CPE, ID_LFE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
143 { MODE_1_2_2_2_1, { 2, 1, 1, 1, { ID_SCE, ID_CPE, ID_CPE, ID_CPE, ID_LFE, ID_NONE, ID_NONE, ID_NONE } } },
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 436 if ( elementID != ID_SCE && elementID != ID_CPE && elementID != ID_LFE )
483 case ID_LFE:
776 case ID_LFE:
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp     [all...]
aacdec_hcr.cpp 231 else if (globalHcrType == ID_SCE || globalHcrType == ID_LFE || globalHcrType == ID_CCE ) {
    [all...]
aac_rom.cpp     [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]

Completed in 195 milliseconds