Searched refs:T0_frac (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sipr.c | 392 int T0,T0_frac; in decode_frame() local 395 ff_decode_pitch_lag(&T0, &T0_frac, params->pitch_delay[i], t0_first, i, in decode_frame() 401 ff_acelp_interpolatef(excitation, excitation - T0 + (T0_frac <= 0), in decode_frame() 403 2 * ((2 + T0_frac)%3 + 1), LP_FILTER_ORDER, in decode_frame()
|