Lines Matching refs:T0_frac
659 int T0, T0_frac; in DecodePitchLag() local
671 T0_frac = acb_idx & 0x3; in DecodePitchLag()
683 T0_frac = acb_idx & 0x3; in DecodePitchLag()
688 T0_frac = (acb_idx & 0x1) * 2; in DecodePitchLag()
693 T0_frac = 0; in DecodePitchLag()
709 *pT0_frac = T0_frac; in DecodePitchLag()
739 int T0 = -1, T0_frac = -1; /* mark invalid */ in CLpd_AcelpDecode() local
794 ConcealPitchLag(acelp_mem, PIT_MAX, &T0, &T0_frac); in CLpd_AcelpDecode()
797 T0_frac = (int)pAcelpData->T0_frac[subfr_nr]; in CLpd_AcelpDecode()
804 Pred_lt4(&exc[i_subfr], T0, T0_frac); in CLpd_AcelpDecode()
827 if (T0_frac > 2) { in CLpd_AcelpDecode()
903 acelp_mem->old_T0_frac = T0_frac; in CLpd_AcelpDecode()
1210 int T0, T0_frac, T0_min = 0, T0_max; in CLpd_AcelpRead() local
1227 PIT_FR1, PIT_MAX, &T0, &T0_frac, &T0_min, &T0_max); in CLpd_AcelpRead()
1232 acelp->T0_frac[sfr] = (UCHAR)T0_frac; in CLpd_AcelpRead()