Searched refs:value_to_pack (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc.c533 unsigned int value_to_pack = value & (0xffffffff >> (32 - num_bits)); local in function:radeon_enc_code_fixed_bits
538 value_to_pack = value_to_pack >> (num_bits - bits_to_pack);
540 enc->shifter |= value_to_pack << (32 - enc->bits_in_shifter - bits_to_pack);
H A Dradeon_uvd_enc_1_1.c109 unsigned int value_to_pack = value & (0xffffffff >> (32 - num_bits)); local in function:radeon_uvd_enc_code_fixed_bits
114 value_to_pack = value_to_pack >> (num_bits - bits_to_pack);
116 enc->shifter |= value_to_pack << (32 - enc->bits_in_shifter - bits_to_pack);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd_enc_1_1.c115 unsigned int value_to_pack = value & (0xffffffff >> (32 - num_bits)); local in function:radeon_uvd_enc_code_fixed_bits
121 value_to_pack = value_to_pack >> (num_bits - bits_to_pack);
124 value_to_pack << (32 - enc->bits_in_shifter - bits_to_pack);
H A Dradeon_vcn_enc_1_2.c104 unsigned int value_to_pack = value & (0xffffffff >> (32 - num_bits)); local in function:radeon_enc_code_fixed_bits
108 value_to_pack = value_to_pack >> (num_bits - bits_to_pack);
110 enc->shifter |= value_to_pack << (32 - enc->bits_in_shifter - bits_to_pack);

Completed in 6 milliseconds