Searched refs:gc_1st_index (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 Dg729dec.c478 uint8_t gc_1st_index; ///< gain codebook (first stage) index local
486 gc_1st_index = get_bits(&gb, format->gc_1st_index_bits);
561 ctx->past_gain_pitch[0] = cb_gain_1st_6k4[gc_1st_index][0] +
563 gain_corr_factor = cb_gain_1st_6k4[gc_1st_index][1] +
574 ctx->past_gain_pitch[0] = cb_gain_1st_8k[gc_1st_index][0] +
576 gain_corr_factor = cb_gain_1st_8k[gc_1st_index][1] +

Completed in 42 milliseconds