Searched refs:codec_bit_depth (Results 1 – 1 of 1) sorted by relevance
260 RK_U32 codec_bit_depth = 0; in tone_mapping_info() local268 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()