Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Drpzaenc.c391 uint16_t rounded_max, rounded_min; in encode_four_color_block() local
394 rounded_min = rgb24_to_rgb555(min_color); in encode_four_color_block()
401 put_bits(pb, 16, rounded_min | 0x8000); in encode_four_color_block()