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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_silk.c1131 int qoffset_high, int active, int voiced)
1194 voiced][qoffset_high][FFMIN(pulsecount[i >> 4], 6)]);
1203 excitation[i] = value * 256 | silk_quant_offset[voiced][qoffset_high];
1228 int qoffset_high; local
1268 qoffset_high = opus_rc_getsymbol(rc, silk_model_frame_type_inactive);
1272 qoffset_high = type & 1;
1380 silk_decode_excitation(s, rc, residual + SILK_MAX_LAG, qoffset_high,
1129 silk_decode_excitation(SilkContext *s, OpusRangeCoder *rc, float* excitationf, int qoffset_high, int active, int voiced) argument

Completed in 53 milliseconds