Searched refs:target_bit_depth (Results 1 – 1 of 1) sorted by relevance
261 RK_U32 target_bit_depth = 0; in tone_mapping_info() local269 READ_BITS(gb, 8, &target_bit_depth); //target_bit_depth in tone_mapping_info()284 for (i = 0; i < (RK_U32)(1 << target_bit_depth); i++) { in tone_mapping_info()292 RK_U32 out_bit = ((target_bit_depth + 7) >> 3) << 3; in tone_mapping_info()