Searched refs:acelp_core_mode (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_acelp.h | 134 acelp_core_mode; /**< mean excitation energy index for whole ACELP frame member 155 INT acelp_core_mode, INT i_offset, INT coreCoderFrameLength);
|
D | usacdec_acelp.cpp | 825 int nbits = MapCoreMode2NBits((int)pAcelpData->acelp_core_mode); in CLpd_AcelpDecode() 1201 INT acelp_core_mode, INT coreCoderFrameLength, in CLpd_AcelpRead() argument 1220 acelp->acelp_core_mode = acelp_core_mode; in CLpd_AcelpRead() 1222 nbits = MapCoreMode2NBits(acelp_core_mode); in CLpd_AcelpRead()
|
D | usacdec_lpd.cpp | 1213 int k, nbDiv, fFacDataPresent, first_lpd_flag, acelp_core_mode, in CLpdChannelStream_Read() local 1241 acelp_core_mode = FDKreadBits(hBs, 3); in CLpdChannelStream_Read() 1339 hBs, &pAacDecoderChannelInfo->data.usac.acelp[k], acelp_core_mode, in CLpdChannelStream_Read()
|
/external/libxaac/decoder/ |
D | ixheaacd_acelp_info.h | 24 WORD32 acelp_core_mode; member
|
D | ixheaacd_acelp_bitparse.c | 277 &ixheaacd_num_bites_celp_coding[pstr_td_frame_data->acelp_core_mode][0]; in ixheaacd_acelp_decoding() 296 if (pstr_td_frame_data->acelp_core_mode == 5) { in ixheaacd_acelp_decoding() 389 pstr_td_frame_data->acelp_core_mode = ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_lpd_channel_stream()
|
D | ixheaacd_acelp_decode.c | 373 WORD32 core_mode = pstr_td_frame_data->acelp_core_mode; in ixheaacd_acelp_alias_cnx()
|