Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Datrac1.c172 int log2_block_count_tmp, i; in at1_parse_bsm() local
176 log2_block_count_tmp = get_bits(gb, 2); in at1_parse_bsm()
177 if (log2_block_count_tmp & 1) in at1_parse_bsm()
179 log2_block_cnt[i] = 2 - log2_block_count_tmp; in at1_parse_bsm()
183 log2_block_count_tmp = get_bits(gb, 2); in at1_parse_bsm()
184 if (log2_block_count_tmp != 0 && log2_block_count_tmp != 3) in at1_parse_bsm()
186 log2_block_cnt[IDX_HIGH_BAND] = 3 - log2_block_count_tmp; in at1_parse_bsm()