OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LSF_GAP
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst.h
77
#define
LSF_GAP
205 /* Minimum distance between LSF after quan- */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_plsf_5.cpp
263
// verification that LSFs have minimum distance of
LSF_GAP
Hz
265
Reorder_lsf (lsf1_q,
LSF_GAP
, M);
266
Reorder_lsf (lsf2_q,
LSF_GAP
, M);
505
/* verification that LSFs have minimum distance of
LSF_GAP
Hz */
509
LSF_GAP
,
515
LSF_GAP
,
d_plsf_3.cpp
402
/* verification that LSFs has minimum distance of
LSF_GAP
Hz */
406
LSF_GAP
,
dtx_dec.cpp
698
Reorder_lsf(lsf_int,
LSF_GAP
, M);
699
Reorder_lsf(lsf_int_variab,
LSF_GAP
, M);
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_5.cpp
681
/* verification that LSFs has minimum distance of
LSF_GAP
*/
683
Reorder_lsf(lsf1_q,
LSF_GAP
, M, pOverflow);
684
Reorder_lsf(lsf2_q,
LSF_GAP
, M, pOverflow);
q_plsf_3.cpp
974
// verification that LSFs has mimimum distance of
LSF_GAP
Hz
976
Reorder_lsf(lsf1_q,
LSF_GAP
, M);
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
dtx_enc.cpp
622
Reorder_lsf(lsf,
LSF_GAP
, M);
809
Reorder_lsf(lsf,
LSF_GAP
, M, pOverflow);
[
all
...]
Completed in 39 milliseconds