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 compute_allocation() argument 577 trim_offset[j] = C*(m->eBands[j+1]-m->eBands[j])*(alloc_trim-5-LM)*(end-j-1) in compute_allocation()
|
D | celt_encoder.c | 1381 int alloc_trim; in celt_encode_with_ec() local 1967 alloc_trim = 5; in celt_encode_with_ec() 1973 alloc_trim = 5; in celt_encode_with_ec() 1975 alloc_trim = alloc_trim_analysis(mode, X, bandLogE, in celt_encode_with_ec() 1979 ec_enc_icdf(enc, alloc_trim, trim_icdf, 7); in celt_encode_with_ec() 2125 alloc_trim, &st->intensity, &dual_stereo, bits, &balance, pulses, in celt_encode_with_ec()
|
D | celt_decoder.c | 816 int alloc_trim; local 1020 alloc_trim = tell+(6<<BITRES) <= total_bits ? 1031 alloc_trim, &intensity, &dual_stereo, bits, &balance, pulses,
|