Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c1577 int temp_min, temp_max; in codebook_bits_offset() local
1581 temp_min = sample & mask; in codebook_bits_offset()
1582 if (temp_min < offset_min) in codebook_bits_offset()
1583 offset_min = temp_min; in codebook_bits_offset()
1585 temp_max = unsign - temp_min - 1; in codebook_bits_offset()

Completed in 4 milliseconds