Searched refs:tot_boost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c895 opus_int32 tot_boost=0; local
989 && (tot_boost+boost_bits)>>BITRES>>3 > effectiveBytes/4)
992 offsets[i] = cap-tot_boost;
993 tot_boost = cap;
997 tot_boost += boost_bits;
1001 *tot_boost_ = tot_boost;
1134 int constrained_vbr, opus_val16 stereo_saving, int tot_boost,
1157 /*printf("%f %f %f %f %d %d ", st->analysis.activity, st->analysis.tonality, tf_estimate, st->stereo_saving, tot_boost, coded_bands);*/
1173 /*printf("%d %d %d ", coded_stereo_dof, coded_bins, tot_boost);*/
1178 target += tot_boost
1132 compute_vbr(const CELTMode *mode, AnalysisInfo *analysis, opus_int32 base_target, int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity, int constrained_vbr, opus_val16 stereo_saving, int tot_boost, opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth, int variable_duration, int lfe, int has_surround_mask, opus_val16 surround_masking, opus_val16 temporal_vbr) argument
1298 opus_int32 tot_boost; local
[all...]
/external/libopus/celt/
H A Dcelt_encoder.c895 opus_int32 tot_boost=0; local
989 && (tot_boost+boost_bits)>>BITRES>>3 > effectiveBytes/4)
992 offsets[i] = cap-tot_boost;
993 tot_boost = cap;
997 tot_boost += boost_bits;
1001 *tot_boost_ = tot_boost;
1134 int constrained_vbr, opus_val16 stereo_saving, int tot_boost,
1157 /*printf("%f %f %f %f %d %d ", st->analysis.activity, st->analysis.tonality, tf_estimate, st->stereo_saving, tot_boost, coded_bands);*/
1173 /*printf("%d %d %d ", coded_stereo_dof, coded_bins, tot_boost);*/
1178 target += tot_boost
1132 compute_vbr(const CELTMode *mode, AnalysisInfo *analysis, opus_int32 base_target, int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity, int constrained_vbr, opus_val16 stereo_saving, int tot_boost, opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth, int variable_duration, int lfe, int has_surround_mask, opus_val16 surround_masking, opus_val16 temporal_vbr) argument
1298 opus_int32 tot_boost; local
[all...]

Completed in 42 milliseconds