OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nb_subfr
(Results
51 - 53
of
53
) sorted by null
1
2
3
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_cnst.h
85
#define
NB_SUBFR
4 /* Number of subframe per frame */
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/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 102 milliseconds
1
2
3