Lines Matching refs:get_vlc2
447 … coeff_token = get_vlc2(gb, chroma_dc_coeff_token_vlc.table, CHROMA_DC_COEFF_TOKEN_VLC_BITS, 1); in decode_residual()
449 …coeff_token = get_vlc2(gb, chroma422_dc_coeff_token_vlc.table, CHROMA422_DC_COEFF_TOKEN_VLC_BITS, … in decode_residual()
454 …coeff_token= get_vlc2(gb, coeff_token_vlc[ coeff_token_table_index[total_coeff] ].table, COEFF_TOK… in decode_residual()
458 …coeff_token= get_vlc2(gb, coeff_token_vlc[ coeff_token_table_index[total_coeff] ].table, COEFF_TOK… in decode_residual()
568 zeros_left = get_vlc2(gb, chroma_dc_total_zeros_vlc[total_coeff].table, in decode_residual()
571 zeros_left = get_vlc2(gb, chroma422_dc_total_zeros_vlc[total_coeff].table, in decode_residual()
574 zeros_left= get_vlc2(gb, total_zeros_vlc[ total_coeff ].table, TOTAL_ZEROS_VLC_BITS, 1); in decode_residual()
584 run_before= get_vlc2(gb, run_vlc[zeros_left].table, RUN_VLC_BITS, 1); \ in decode_residual()
586 run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); \ in decode_residual()
599 run_before= get_vlc2(gb, run_vlc[zeros_left].table, RUN_VLC_BITS, 1); \ in decode_residual()
601 run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); \ in decode_residual()