Searched refs:value_to_pack (Results 1 – 2 of 2) sorted by relevance
525 unsigned int value_to_pack = value & (0xffffffff >> (32 - num_bits)); in radeon_enc_code_fixed_bits() local530 value_to_pack = value_to_pack >> (num_bits - bits_to_pack); in radeon_enc_code_fixed_bits()532 enc->shifter |= value_to_pack << (32 - enc->bits_in_shifter - bits_to_pack); in radeon_enc_code_fixed_bits()
109 unsigned int value_to_pack = value & (0xffffffff >> (32 - num_bits)); in radeon_uvd_enc_code_fixed_bits() local114 value_to_pack = value_to_pack >> (num_bits - bits_to_pack); in radeon_uvd_enc_code_fixed_bits()116 enc->shifter |= value_to_pack << (32 - enc->bits_in_shifter - bits_to_pack); in radeon_uvd_enc_code_fixed_bits()