Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c199 RK_U32 in_bit_depth = 0; in colour_remapping_info() local
214 READ_BITS(gb, 8, &in_bit_depth); //colour_remap_input_bit_depth in colour_remapping_info()
218 RK_U32 in_bit = ((in_bit_depth + 7) >> 3) << 3; in colour_remapping_info()
238 RK_U32 in_bit = ((in_bit_depth + 7) >> 3) << 3; in colour_remapping_info()