Searched refs:LSF_GAP (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dcnst.h77 #define LSF_GAP 205 /* Minimum distance between LSF after quan- */ macro
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_plsf_5.cpp263 // 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,
H A Dd_plsf_3.cpp402 /* verification that LSFs has minimum distance of LSF_GAP Hz */
406 LSF_GAP,
H A Ddtx_dec.cpp698 Reorder_lsf(lsf_int, LSF_GAP, M);
699 Reorder_lsf(lsf_int_variab, LSF_GAP, M);
1245 Reorder_lsf(lsf_int, LSF_GAP, M, pOverflow);
1246 Reorder_lsf(lsf_int_variab, LSF_GAP, M, pOverflow);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dq_plsf_5.cpp681 /* 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);
H A Dq_plsf_3.cpp974 // verification that LSFs has mimimum distance of LSF_GAP Hz
976 Reorder_lsf(lsf1_q, LSF_GAP, M);
1208 /* verification that LSFs has mimimum distance of LSF_GAP Hz */
1212 LSF_GAP,
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Ddtx_enc.cpp622 Reorder_lsf(lsf, LSF_GAP, M);
809 Reorder_lsf(lsf, LSF_GAP, M, pOverflow);

Completed in 114 milliseconds