Lines Matching refs:LEN_SUBFR

60   for (i = pit_lag; i < LEN_SUBFR; i++) {  in ixheaacd_acelp_pitch_sharpening()
298 for (i = 0; i < LEN_SUBFR; i++) { in ixheaacd_acelp_decode_gains()
304 (FLOAT32)(10.0 * log10(avg_innov_energy / (FLOAT32)LEN_SUBFR)); in ixheaacd_acelp_decode_gains()
328 for (j = 0; j < LEN_SUBFR + 1; j++) { in ixheaacd_cb_exc_calc()
353 FLOAT32 code[LEN_SUBFR] = {0}, synth_temp[128 + 16] = {0}; in ixheaacd_acelp_alias_cnx()
354 FLOAT32 post_process_exc[LEN_SUBFR] = {0}; in ixheaacd_acelp_alias_cnx()
377 LEN_SUBFR]; in ixheaacd_acelp_alias_cnx()
428 TTT = fac_length % LEN_SUBFR; in ixheaacd_acelp_alias_cnx()
436 loop_count = (fac_length + TTT) / LEN_SUBFR; in ixheaacd_acelp_alias_cnx()
438 &xcitation_curr[TTT - fac_length], LEN_SUBFR, in ixheaacd_acelp_alias_cnx()
453 for (subfr_idx = 0; subfr_idx < len_subfr; subfr_idx += LEN_SUBFR) { in ixheaacd_acelp_alias_cnx()
455 if ((len_subfr == 256) && (subfr_idx == (2 * LEN_SUBFR))) { in ixheaacd_acelp_alias_cnx()
494 for (i = 0; i < LEN_SUBFR; i++) in ixheaacd_acelp_alias_cnx()
499 ixheaacd_mem_cpy(code, &xcitation_curr[subfr_idx], LEN_SUBFR); in ixheaacd_acelp_alias_cnx()
507 ixheaacd_preemphsis_tool_float(code, TILT_CODE, LEN_SUBFR, tmp); in ixheaacd_acelp_alias_cnx()
518 for (i = 0; i < LEN_SUBFR; i++) in ixheaacd_acelp_alias_cnx()
529 for (i = 0; i < LEN_SUBFR; i++) in ixheaacd_acelp_alias_cnx()
532 for (i = 0; i < LEN_SUBFR; i++) in ixheaacd_acelp_alias_cnx()
557 for (i = 0; i < LEN_SUBFR; i++) code[i] *= gain_smooth; in ixheaacd_acelp_alias_cnx()
563 for (i = 1; i < LEN_SUBFR - 1; i++) in ixheaacd_acelp_alias_cnx()
566 post_process_exc[LEN_SUBFR - 1] += in ixheaacd_acelp_alias_cnx()
567 code[LEN_SUBFR - 1] - (cpe * code[LEN_SUBFR - 2]); in ixheaacd_acelp_alias_cnx()
570 &synth_signal[subfr_idx], LEN_SUBFR, in ixheaacd_acelp_alias_cnx()
572 memcpy(synth_temp, &synth_signal[subfr_idx + LEN_SUBFR - ORDER], in ixheaacd_acelp_alias_cnx()