Searched refs:NB_SUBFR (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_cnst.h85 #define NB_SUBFR 4 /* Number of subframe per frame */ macro
H A De_pv_amrwbdec.h128 (2*L_FRAME + 1) + PIT_MAX + L_INTERPOL + NB_SUBFR*(M+1) \
H A Dpvamrwbdecoder.cpp111 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 */
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcnst.h32 #define NB_SUBFR 4 /* Number of subframe per frame */ macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c49 static Word16 interpol_frac[NB_SUBFR] = {14746, 26214, 31457, 32767};
182 Word16 A[NB_SUBFR * (M + 1)]; /* A(z) unquantized for the 4 subframes */
183 Word16 Aq[NB_SUBFR * (M + 1)]; /* A(z) quantized for the 4 subframes */

Completed in 137 milliseconds