Searched refs:timePrev (Results 1 – 2 of 2) sorted by relevance
/external/aac/libDRCdec/src/ |
D | drcGainDec_process.cpp | 152 const SHORT timePrev, /* time0 */ in _interpolateDrcGain() argument 169 start_modulo = (start + timePrev) & (stepsize - 1); in _interpolateDrcGain() 172 n_buf = (start + timePrev + start_offset) >> (15 - fixnormz_S(stepsize)); in _interpolateDrcGain() 208 SHORT timePrev, duration, start, stop, time; in _processNodeSegments() local 213 timePrev = nodePrevious.time + offset; in _processNodeSegments() 217 duration = time - timePrev; in _processNodeSegments() 223 if ((timePrev >= (frameSize - 1)) || in _processNodeSegments() 226 timePrev = time; in _processNodeSegments() 235 start = fMax(-timePrev, 1); in _processNodeSegments() 236 stop = fMin(time, (SHORT)(frameSize - 1)) - timePrev + 1; in _processNodeSegments() [all …]
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_gain_dec.c | 562 WORD32 timePrev, duration, n, err = 0; in impd_concatenate_segments() local 565 timePrev = buf_interpolation->prev_node.time; in impd_concatenate_segments() 569 duration = str_spline_nodes->str_node[n].time - timePrev; in impd_concatenate_segments() 576 drc_frame_size + timePrev); in impd_concatenate_segments() 579 timePrev = str_spline_nodes->str_node[n].time; in impd_concatenate_segments() 586 buf_interpolation->str_node.time = timePrev; in impd_concatenate_segments()
|