Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsipr.h62 int gc_index[5]; ///< fixed-codebook gain indexes member
Dsipr.c213 parms->gc_index[i] = get_bits(pgb, p->gc_index_bits); in decode_parameters()
420 ctx->past_pitch_gain = pitch_gain = gain_cb[params->gc_index[i]][0]; in decode_frame()
422 gain_code = ff_amr_set_fixed_gain(gain_cb[params->gc_index[i]][1], in decode_frame()
Dsipr16k.c241 gain_corr_factor = gain_cb_16k[params->gc_index[i]]; in ff_sipr_decode_frame_16k()