Searched refs:highest_bit_depth (Results 1 – 1 of 1) sorted by relevance
603 int highest_bit_depth, bit_depth; in php_handle_jpc() local651 highest_bit_depth = 0; in php_handle_jpc()655 if (bit_depth > highest_bit_depth) { in php_handle_jpc()656 highest_bit_depth = bit_depth; in php_handle_jpc()663 result->bits = highest_bit_depth; in php_handle_jpc()
Completed in 6 milliseconds