Searched refs:skip_start (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/opus/src/celt/ |
H A D | rate.c | 248 static OPUS_INLINE int interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, argument 327 if (j<=skip_start) 531 int skip_start; local 543 skip_start = start; 627 skip_start = j; 632 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap,
|
/external/libopus/celt/ |
H A D | rate.c | 248 static OPUS_INLINE int interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, argument 327 if (j<=skip_start) 531 int skip_start; local 543 skip_start = start; 627 skip_start = j; 632 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap,
|
Completed in 257 milliseconds