Searched refs:bias_val (Results 1 – 1 of 1) sorted by relevance
388 uint16_t bias_val = get_vlc2(gb, lc[level].bias_cb.table, CLV_VLC_BITS, 2); in decode_tile_info() local390 if (bias_val != BIAS_ESC) { in decode_tile_info()391 bias = (int16_t)(bias_val); in decode_tile_info()