Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dralf.c231 int code_params; in decode_channel() local
284 code_params = get_vlc2(gb, set->coding_mode.table, set->coding_mode.bits, 2); in decode_channel()
285 if (code_params >= 15) { in decode_channel()
286 add_bits = av_clip((code_params / 5 - 3) / 2, 0, 10); in decode_channel()
287 if (add_bits > 9 && (code_params % 5) != 2) in decode_channel()
291 code_vlc = set->long_codes + (code_params - 15); in decode_channel()
296 code_vlc = set->short_codes + code_params; in decode_channel()