Home
last modified time | relevance | path

Searched refs:alloc_trim (Results 1 – 4 of 4) sorted by relevance

/external/libopus/celt/
Drate.h98 …LTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity,…
Drate.c527 …LTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity,… in compute_allocation() argument
572 trim_offset[j] = C*(m->eBands[j+1]-m->eBands[j])*(alloc_trim-5-LM)*(end-j-1) in compute_allocation()
Dcelt_encoder.c1347 int alloc_trim; in celt_encode_with_ec() local
1896 alloc_trim = 5; in celt_encode_with_ec()
1900 alloc_trim = 5; in celt_encode_with_ec()
1902 alloc_trim = alloc_trim_analysis(mode, X, bandLogE, in celt_encode_with_ec()
1905 ec_enc_icdf(enc, alloc_trim, trim_icdf, 7); in celt_encode_with_ec()
2027 alloc_trim, &st->intensity, &dual_stereo, bits, &balance, pulses, in celt_encode_with_ec()
Dcelt_decoder.c745 int alloc_trim; local
949 alloc_trim = tell+(6<<BITRES) <= total_bits ?
960 alloc_trim, &intensity, &dual_stereo, bits, &balance, pulses,