Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc.c39 static const unsigned index_to_shifts[4] = {24, 16, 8, 0}; variable
498 ((unsigned int)(byte) << index_to_shifts[enc->byte_index]); in radeon_enc_output_one_byte()
Dradeon_uvd_enc_1_1.c54 static const unsigned index_to_shifts[4] = {24, 16, 8, 0}; variable
81 ((unsigned int)(byte) << index_to_shifts[enc->byte_index]); in radeon_uvd_enc_output_one_byte()