OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NB_SUBFR
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_cnst.h
85
#define
NB_SUBFR
4 /* Number of subframe per frame */
e_pv_amrwbdec.h
128
(2*L_FRAME + 1) + PIT_MAX + L_INTERPOL +
NB_SUBFR
*(M+1) \
pvamrwbdecoder.cpp
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 */
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cnst.h
32
#define
NB_SUBFR
4 /* Number of subframe per frame */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
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 */
183
Word16 Aq[
NB_SUBFR
* (M + 1)]; /* A(z) quantized for the 4 subframes */
[
all
...]
Completed in 324 milliseconds