Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_dec.cpp416 if (h_sbr_data->coupling == COUPLING_BAL) { in leanSbrConcealment()
509 if (h_prev_data->coupling == COUPLING_BAL) { in decodeEnvelope()
520 } else if (h_sbr_data->coupling == COUPLING_BAL) { in decodeEnvelope()
662 if (h_sbr_data->coupling != COUPLING_BAL) { in timeCompensateFirstEnvelope()
Denv_extr.cpp642 hFrameDataRight->coupling = COUPLING_BAL; in sbrGetChannelElement()
879 if (coupling == COUPLING_BAL) { in sbrGetNoiseFloorData()
898 if (coupling == COUPLING_BAL) { in sbrGetNoiseFloorData()
1072 if (coupling == COUPLING_BAL) { in sbrGetEnvelope()
1098 if (coupling == COUPLING_BAL) { in sbrGetEnvelope()
Denv_extr.h175 typedef enum { COUPLING_OFF = 0, COUPLING_LEVEL, COUPLING_BAL } COUPLING_MODE; enumerator
/external/libxaac/decoder/
Dixheaacd_env_dec.c271 if (ptr_sbr_data->coupling_mode != COUPLING_BAL) { in ixheaacd_wrong_timing_compensate()
431 if ((ptr_sbr_data->coupling_mode != COUPLING_BAL) || in ixheaacd_calc_noise_floor()
702 if (ptr_prev_data_ch_0->coupling_mode == COUPLING_BAL) { in ixheaacd_dec_envelope()
716 if (ptr_sbr_data->coupling_mode == COUPLING_BAL) { in ixheaacd_dec_envelope()
Dixheaacd_env_extr.h40 #define COUPLING_BAL 2 macro
Dixheaacd_env_extr.c838 ptr_frame_data[1]->coupling_mode = COUPLING_BAL; in ixheaacd_sbr_read_cpe()
889 ptr_frame_data[1]->coupling_mode = COUPLING_BAL; in ixheaacd_sbr_read_cpe()
1114 if (coupling_mode == COUPLING_BAL) { in ixheaacd_read_env_data()
1197 if (coupling_mode == COUPLING_BAL) { in ixheaacd_read_sbr_noise_floor_data()
1276 if (coupling_mode == COUPLING_BAL) { in ixheaacd_read_sbr_env_data()
Dixheaacd_sbrdec_lpfuncs.c231 if (ptr_sbr_data->coupling_mode == COUPLING_BAL) { in ixheaacd_lean_sbrconcealment()