Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlz.c69 int current_code, parent_code, tmp_code; in decode_string() local
88 tmp_code = dict[current_code].char_code; in decode_string()
93 buff[offset] = tmp_code; in decode_string()
120 int tmp_code = 0; in input_code() local
123 tmp_code |= get_bits1(gb) << i; in input_code()
125 return tmp_code; in input_code()