Home
last modified time | relevance | path

Searched refs:target_bit_depth (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c261 RK_U32 target_bit_depth = 0; in tone_mapping_info() local
269 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()