Home | History | Annotate | Download | only in decoder

Lines Matching defs:harm_index

136   WORD32 harm_index = frame_data->harm_index;
529 nrg_tone_pvc[k][slot_idx] * ixheaacd_hphase_tbl[0][harm_index];
533 ixheaacd_hphase_tbl[1][harm_index];
540 harm_index = (harm_index + 1) & 3;
736 *ptr_real_buf += nrg_tone[k] * ixheaacd_hphase_tbl[0][harm_index];
738 nrg_tone[k] * freq_inv * ixheaacd_hphase_tbl[1][harm_index];
744 harm_index = (harm_index + 1) & 3;
782 frame_data->harm_index = harm_index;