Searched refs:ff_silk_model_gain_lowbits (Results 1 – 3 of 3) sorted by relevance
46 extern const uint16_t ff_silk_model_gain_lowbits[];
55 const uint16_t ff_silk_model_gain_lowbits[] = {256, 32, 64, 96, 128, 160, 192, 224, 256}; variable
570 log_gain = (x<<3) | ff_opus_rc_dec_cdf(rc, ff_silk_model_gain_lowbits); in silk_decode_frame()