Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c200 RK_U32 out_bit_depth = 0; in colour_remapping_info() local
215 READ_BITS(gb, 8, &out_bit_depth); //colour_remap_bit_depth in colour_remapping_info()
219 RK_U32 out_bit = ((out_bit_depth + 7) >> 3) << 3; in colour_remapping_info()
239 RK_U32 out_bit = ((out_bit_depth + 7) >> 3) << 3; in colour_remapping_info()