Searched refs:skip_start (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | rate.c | 248 static OPUS_INLINE int interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, in interp_bits2pulses() argument 327 if (j<=skip_start) in interp_bits2pulses() 531 int skip_start; in compute_allocation() local 543 skip_start = start; in compute_allocation() 627 skip_start = j; in compute_allocation() 632 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap, in compute_allocation()
|