Searched refs:signalBandwidth (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | rate.c | 251 …t *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) in interp_bits2pulses() argument 361 …dBands<=start+2 || (band_bits > (depth_threshold*band_width<<LM<<BITRES)>>4 && j<=signalBandwidth)) in interp_bits2pulses() 533 …t *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) in clt_compute_allocation() argument 640 pulses, ebits, fine_priority, C, LM, ec, encode, prev, signalBandwidth); in clt_compute_allocation()
|
D | rate.h | 99 … *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth);
|
D | celt_encoder.c | 1470 int signalBandwidth; in celt_encode_with_ec() local 2174 signalBandwidth = end-1; in celt_encode_with_ec() 2189 signalBandwidth = IMAX(st->analysis.bandwidth, min_bandwidth); in celt_encode_with_ec() 2193 signalBandwidth = 1; in celt_encode_with_ec() 2196 fine_quant, fine_priority, C, LM, enc, 1, st->lastCodedBands, signalBandwidth); in celt_encode_with_ec()
|