Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c260 RK_U32 codec_bit_depth = 0; in tone_mapping_info() local
268 READ_BITS(gb, 8, &codec_bit_depth); //coded_data_bit_depth in tone_mapping_info()
283 RK_U32 in_bit = ((codec_bit_depth + 7) >> 3) << 3; in tone_mapping_info()
291 RK_U32 in_bit = ((codec_bit_depth + 7) >> 3) << 3; in tone_mapping_info()