Searched refs:highest_bit_depth (Results 1 – 1 of 1) sorted by relevance
600 int highest_bit_depth, bit_depth; in php_handle_jpc() local648 highest_bit_depth = 0; in php_handle_jpc()652 if (bit_depth > highest_bit_depth) { in php_handle_jpc()653 highest_bit_depth = bit_depth; in php_handle_jpc()660 result->bits = highest_bit_depth; in php_handle_jpc()
Completed in 8 milliseconds