Searched refs:lpd_mode (Results 1 - 4 of 4) sorted by relevance

/external/libxaac/decoder/
H A Dixheaacd_acelp_bitparse.c371 WORD32 lpd_mode, k, cnt, ii; local
386 lpd_mode = ixheaacd_read_bits_buf(it_bit_buff, 5);
388 if (lpd_mode == 25) {
391 } else if (lpd_mode == 24) {
395 if (lpd_mode >= 20) {
396 pstr_td_frame_data->mod[0] = lpd_mode & 1;
397 pstr_td_frame_data->mod[1] = (lpd_mode >> 1) & 1;
399 } else if (lpd_mode >= 16) {
401 pstr_td_frame_data->mod[2] = lpd_mode & 1;
402 pstr_td_frame_data->mod[3] = (lpd_mode >>
[all...]
/external/aac/libAACdec/src/
H A Dusacdec_acelp.h242 UCHAR lpd_mode);
H A Dusacdec_lpd.cpp1102 * \brief translate lpd_mode into the mod[] array which describes the mode of
1106 * \param lpd_mode the lpd_mode field read from the lpd_channel_stream
1110 int lpd_mode; local
1113 lpd_mode = FDKreadBits(hBs, 5);
1115 if (lpd_mode > 25 || lpd_mode < 0) {
1119 switch (lpd_mode) {
1129 switch (lpd_mode >> 2) {
1131 /* lpd_mode 1
[all...]
H A Dusacdec_acelp.cpp1120 UCHAR lpd_mode) {
1133 if (lpd_mode == 4) {
1114 CLpd_AcelpPrepareInternalMem(const FIXP_DBL *synth, UCHAR last_lpd_mode, UCHAR last_last_lpd_mode, const FIXP_LPC *A_new, const INT A_new_exp, const FIXP_LPC *A_old, const INT A_old_exp, CAcelpStaticMem *acelp_mem, INT coreCoderFrameLength, INT clearOldExc, UCHAR lpd_mode) argument

Completed in 112 milliseconds