Lines Matching refs:MAX_NB_SUBFR
106 opus_int32 Gains_Q16[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
108 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
112 opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; in silk_NSQ_wrapper_FLP()
113 …opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficients per int32 value … in silk_NSQ_wrapper_FLP()
115 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
116 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
175 …silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (Un-)quantized LTP gai… in silk_quant_LTP_gains_FLP()
176 …opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook index … in silk_quant_LTP_gains_FLP()
179 …const silk_float W[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Error weights … in silk_quant_LTP_gains_FLP()
186 opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ]; in silk_quant_LTP_gains_FLP()
187 opus_int32 W_Q18[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ]; in silk_quant_LTP_gains_FLP()