Searched defs:lastCodedBands (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c88 int lastCodedBands; member in struct:OpusCustomEncoder
1133 int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity,
1150 coded_bands = lastCodedBands ? lastCodedBands : nbEBands;
1572 mask_end = IMAX(2,st->lastCodedBands);
1855 st->lastCodedBands, C, st->intensity, st->constrained_vbr,
1955 fine_quant, fine_priority, C, LM, enc, 1, st->lastCodedBands, signalBandwidth);
1956 if (st->lastCodedBands)
1957 st->lastCodedBands = IMIN(st->lastCodedBands
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
[all...]
/external/libopus/celt/
H A Dcelt_encoder.c88 int lastCodedBands; member in struct:OpusCustomEncoder
1133 int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity,
1150 coded_bands = lastCodedBands ? lastCodedBands : nbEBands;
1572 mask_end = IMAX(2,st->lastCodedBands);
1855 st->lastCodedBands, C, st->intensity, st->constrained_vbr,
1955 fine_quant, fine_priority, C, LM, enc, 1, st->lastCodedBands, signalBandwidth);
1956 if (st->lastCodedBands)
1957 st->lastCodedBands = IMIN(st->lastCodedBands
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
[all...]

Completed in 101 milliseconds