Searched refs:alloc_trim (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/ |
D | rate.h | 98 …LTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity,…
|
D | rate.c | 532 …LTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity,… in clt_compute_allocation() argument 577 trim_offset[j] = C*(m->eBands[j+1]-m->eBands[j])*(alloc_trim-5-LM)*(end-j-1) in clt_compute_allocation()
|
D | celt_encoder.c | 1442 int alloc_trim; in celt_encode_with_ec() local 2037 alloc_trim = 5; in celt_encode_with_ec() 2043 alloc_trim = 5; in celt_encode_with_ec() 2045 alloc_trim = alloc_trim_analysis(mode, X, bandLogE, in celt_encode_with_ec() 2049 ec_enc_icdf(enc, alloc_trim, trim_icdf, 7); in celt_encode_with_ec() 2195 alloc_trim, &st->intensity, &dual_stereo, bits, &balance, pulses, in celt_encode_with_ec()
|
D | celt_decoder.c | 847 int alloc_trim; local 1052 alloc_trim = tell+(6<<BITRES) <= total_bits ? 1063 alloc_trim, &intensity, &dual_stereo, bits, &balance, pulses,
|