Searched refs:highest_bit_depth (Results 1 – 1 of 1) sorted by relevance
593 int highest_bit_depth, bit_depth; in php_handle_jpc() local641 highest_bit_depth = 0; in php_handle_jpc()645 if (bit_depth > highest_bit_depth) { in php_handle_jpc()646 highest_bit_depth = bit_depth; in php_handle_jpc()653 result->bits = highest_bit_depth; in php_handle_jpc()
Completed in 7 milliseconds