Home
last modified time | relevance | path

Searched refs:PIT_MAX (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_acelp.cpp655 const int PIT_MAX, /* TMAX */ in DecodePitchLag() argument
701 if (T0_max > PIT_MAX) { in DecodePitchLag()
702 T0_max = PIT_MAX; in DecodePitchLag()
713 static void ConcealPitchLag(CAcelpStaticMem *acelp_mem, const int PIT_MAX, in ConcealPitchLag() argument
718 if ((int)*pold_T0 >= PIT_MAX) { in ConcealPitchLag()
719 *pold_T0 = (UCHAR)(PIT_MAX - 5); in ConcealPitchLag()
743 const int PIT_MAX = PIT_MAX_12k8 + (6 * i_offset); /* maximum pitch lag */ in CLpd_AcelpDecode() local
794 ConcealPitchLag(acelp_mem, PIT_MAX, &T0, &T0_frac); in CLpd_AcelpDecode()
835 if (T > PIT_MAX) { in CLpd_AcelpDecode()
836 pT[subfr_nr] = PIT_MAX; in CLpd_AcelpDecode()
[all …]