Home
last modified time | relevance | path

Searched refs:rounded_max (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
395 rounded_max = rgb24_to_rgb555(max_color); in encode_four_color_block()
399 put_bits(pb, 16, rounded_max & ~0x8000); in encode_four_color_block()