Searched refs:NB_SUBFR (Results 1 – 5 of 5) sorted by relevance
32 #define NB_SUBFR 4 /* Number of subframe per frame */ macro
85 #define NB_SUBFR 4 /* Number of subframe per frame */ macro
128 (2*L_FRAME + 1) + PIT_MAX + L_INTERPOL + NB_SUBFR*(M+1) \
111 static const int16 interpol_frac[NB_SUBFR] = {14746, 26214, 31457, 32767};305 int16 *ispnew = &Aq[NB_SUBFR * (M + 1)];/* immittance spectral pairs at 4nd sfr */ in pvDecoder_AmrWb()
49 static Word16 interpol_frac[NB_SUBFR] = {14746, 26214, 31457, 32767};182 Word16 A[NB_SUBFR * (M + 1)]; /* A(z) unquantized for the 4 subframes */ in coder()183 Word16 Aq[NB_SUBFR * (M + 1)]; /* A(z) quantized for the 4 subframes */ in coder()