Home
last modified time | relevance | path

Searched refs:COUPLING_OFF (Results 1 – 7 of 7) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_env_extr.c687 ptr_frame_data->coupling_mode = COUPLING_OFF; in ixheaacd_sbr_read_pvc_sce()
706 ptr_frame_data->coupling_mode = COUPLING_OFF; in ixheaacd_sbr_read_sce()
782 ptr_frame_data->coupling_mode = COUPLING_OFF; in ixheaacd_sbr_read_sce()
872 ptr_frame_data[0]->coupling_mode = COUPLING_OFF; in ixheaacd_sbr_read_cpe()
873 ptr_frame_data[1]->coupling_mode = COUPLING_OFF; in ixheaacd_sbr_read_cpe()
892 ptr_frame_data[0]->coupling_mode = COUPLING_OFF; in ixheaacd_sbr_read_cpe()
893 ptr_frame_data[1]->coupling_mode = COUPLING_OFF; in ixheaacd_sbr_read_cpe()
Dixheaacd_env_extr.h37 #define COUPLING_OFF 0 macro
Dixheaacd_sbrdecoder.c553 ptr_frame_data[0]->coupling_mode = COUPLING_OFF; in ixheaacd_applysbr()
554 ptr_frame_data[1]->coupling_mode = COUPLING_OFF; in ixheaacd_applysbr()
Dixheaacd_sbrdec_initfuncs.c789 ptr_prev_data->coupling_mode = COUPLING_OFF; in ixheaacd_init_sbr_prev_framedata()
/external/aac/libSBRdec/src/
Denv_extr.cpp366 h_prev_data->coupling = COUPLING_OFF; in initSbrPrevFrameData()
624 int i, bs_coupling = COUPLING_OFF; in sbrGetChannelElement()
644 hFrameDataLeft->coupling = COUPLING_OFF; in sbrGetChannelElement()
645 hFrameDataRight->coupling = COUPLING_OFF; in sbrGetChannelElement()
651 hFrameDataLeft->coupling = COUPLING_OFF; in sbrGetChannelElement()
Denv_extr.h175 typedef enum { COUPLING_OFF = 0, COUPLING_LEVEL, COUPLING_BAL } COUPLING_MODE; enumerator
Dsbrdecoder.cpp1528 hFrameDataLeft->coupling = COUPLING_OFF; in sbrDecoder_Parse()