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

  /external/libxaac/decoder/
ixheaacd_cnst.h 51 #define INTER_LP_FIL_ORDER 16
52 #define INTER_LP_FIL_LEN (UP_SAMP * INTER_LP_FIL_ORDER + 1)
ixheaacd_lpc.c 159 ixheaacd_memset(st->xcitation_prev, MAX_PITCH + INTER_LP_FIL_ORDER + 1);
361 xcitation_curr = xcitation_buff + MAX_PITCH + INTER_LP_FIL_ORDER + 1;
363 MAX_PITCH + INTER_LP_FIL_ORDER + 1);
464 num_samples = min(len_subfrm, MAX_PITCH + INTER_LP_FIL_ORDER + 1);
466 num_samples = min(2 * len_subfrm, MAX_PITCH + INTER_LP_FIL_ORDER + 1);
548 MAX_PITCH + INTER_LP_FIL_ORDER + 1);
ixheaacd_main.h 38 float xcitation_prev[MAX_PITCH + INTER_LP_FIL_ORDER + 1];
ixheaacd_acelp_decode.c 333 for (i = 0; i < INTER_LP_FIL_ORDER; i++, c1 += UP_SAMP, c2 += UP_SAMP) {
378 &usac_data->exc_buf[len_subfr * k + MAX_PITCH + (INTER_LP_FIL_ORDER + 1)];
ixheaacd_tcx_fwd_alcnx.c 162 MAX_PITCH + INTER_LP_FIL_ORDER + 1];

Completed in 47 milliseconds