Lines Matching refs:L_SUBFR
152 for (i = L_SUBFR - 1; i > 0; i--) { in Preemph_code()
171 for (i = pit_lag; i < L_SUBFR; i++) { in Pit_shrp()
212 for (i = 0; i < L_SUBFR; i++) { in D_gain2_plus()
310 for (int i = 0; i < L_SUBFR; i++) { in calc_period_factor()
493 i = L_SUBFR - 2; in BuildAdaptiveExcitation()
765 C_ALLOC_SCRATCH_START(tmp_buf, FIXP_DBL, L_SUBFR); /* 64 */ in CLpd_AcelpDecode()
769 code = (FIXP_COD *)(tmp_buf + L_SUBFR / 2); in CLpd_AcelpDecode()
789 i_subfr += L_SUBFR, subfr_nr++) { in CLpd_AcelpDecode()
817 for (n = 0; n < L_SUBFR; n++) { in CLpd_AcelpDecode()
895 A_exp, L_SUBFR, /* (i) : length */ in CLpd_AcelpDecode()
918 C_ALLOC_SCRATCH_END(tmp_buf, FIXP_DBL, L_SUBFR); in CLpd_AcelpDecode()
992 i_subfr += L_SUBFR, subfr_nr++) { in CLpd_TcxTDConceal()
993 FIXP_DBL tRes[L_SUBFR]; in CLpd_TcxTDConceal()
998 int_lpc_acelp(lsp_old, lsp_new, subfr_nr, lDiv / L_SUBFR, A, &A_exp); in CLpd_TcxTDConceal()
1001 A_exp, L_SUBFR, /* (i) : length */ in CLpd_TcxTDConceal()
1010 E_UTIL_residu(A, A_exp, &syn[i_subfr], tRes, L_SUBFR); in CLpd_TcxTDConceal()
1012 Deemph(tRes, &ns[i_subfr], L_SUBFR, &acelp_mem->deemph_mem_wsyn); in CLpd_TcxTDConceal()
1015 for (i = i_subfr; i < i_subfr + L_SUBFR; i++) { in CLpd_TcxTDConceal()
1025 E_UTIL_preemph(&ns[i_subfr], tRes, L_SUBFR); in CLpd_TcxTDConceal()
1028 A_exp, L_SUBFR, /* (i) : length */ in CLpd_TcxTDConceal()
1033 FDKmemmove(&synth[i_subfr], &syn[i_subfr], L_SUBFR * sizeof(FIXP_DBL)); in CLpd_TcxTDConceal()
1068 pitch[n + synSfd] = L_SUBFR; in Acelp_PreProcessing()