Searched refs:highest_bit_depth (Results 1 – 1 of 1) sorted by relevance
595 int highest_bit_depth, bit_depth; in php_handle_jpc() local643 highest_bit_depth = 0; in php_handle_jpc()647 if (bit_depth > highest_bit_depth) { in php_handle_jpc()648 highest_bit_depth = bit_depth; in php_handle_jpc()655 result->bits = highest_bit_depth; in php_handle_jpc()
Completed in 7 milliseconds