Lines Matching refs:NB_ORDER
67 #define NB_ORDER 10
214 float old_qlsp[NB_ORDER]; /**< Quantized LSPs for previous frame */
215 float interp_qlpc[NB_ORDER]; /**< Interpolated quantized LPCs */
216 float mem_sp[NB_ORDER]; /**< Filter memory for synthesis signal */
530 .lpc_size = NB_ORDER,
826 float Wp[4 * NB_ORDER + 2] = { 0 };
827 float x_freq[NB_ORDER];
875 float interp_qlsp[NB_ORDER];
876 float qlsp[NB_ORDER];
877 float ak[NB_ORDER];
940 float lpc[NB_ORDER];
943 bw_lpc(0.93f, st->interp_qlpc, lpc, NB_ORDER);
949 iir_mem(st->exc, lpc, out, NB_FRAME_SIZE, NB_ORDER, st->mem_sp);
956 SUBMODE(lsp_unquant)(qlsp, NB_ORDER, gb);
962 for (int i = 0; i < NB_ORDER; i++)
965 for (int i = 0; i < NB_ORDER; i++)
1105 multicomb(st->exc - NB_SUBFRAME_SIZE, out, st->interp_qlpc, NB_ORDER,
1108 st->interp_qlpc, NB_ORDER, 2 * NB_SUBFRAME_SIZE, best_pitch, 40,
1132 lsp_interpolate(st->old_qlsp, qlsp, interp_qlsp, NB_ORDER, sub, NB_NB_SUBFRAMES, 0.002f);
1133 lsp_to_lpc(interp_qlsp, ak, NB_ORDER); /* Compute interpolated LPCs (unquantized) */
1135 for (int i = 0; i < NB_ORDER; i += 2) /* Compute analysis filter at w=pi */
1140 iir_mem(sp, st->interp_qlpc, sp, NB_SUBFRAME_SIZE, NB_ORDER, st->mem_sp);
1224 float interp_qlsp[NB_ORDER];
1227 float qlsp[NB_ORDER];
1228 float ak[NB_ORDER];