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.c532 …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()
Dcelt_encoder.c1442 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()
Dcelt_decoder.c847 int alloc_trim; local
1052 alloc_trim = tell+(6<<BITRES) <= total_bits ?
1063 alloc_trim, &intensity, &dual_stereo, bits, &balance, pulses,