Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1136 int variable_duration, int lfe, int has_surround_mask, opus_val16 surround_masking, in compute_vbr() argument
1201 if (has_surround_mask&&!lfe) in compute_vbr()
1219 if ((!has_surround_mask||lfe) && (constrained_vbr || bitrate<64000)) in compute_vbr()
1233 if (!has_surround_mask && tf_estimate < QCONST16(.2f, 14)) in compute_vbr()