Home
last modified time | relevance | path

Searched refs:exp_idx (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcook.c428 int exp_idx, bias, tmpbias1, tmpbias2, bits_left, num_bits, index, v, i, j; in categorize() local
449 exp_idx = av_clip_uintp2((i - quant_index_table[index] + bias) / 2, 3); in categorize()
451 num_bits += expbits_tab[exp_idx]; in categorize()
460 exp_idx = av_clip_uintp2((bias - quant_index_table[i]) / 2, 3); in categorize()
461 num_bits += expbits_tab[exp_idx]; in categorize()
462 exp_index1[i] = exp_idx; in categorize()
463 exp_index2[i] = exp_idx; in categorize()

Completed in 2 milliseconds