Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc_1_2.c527 if (enc->enc_pic.h264_enc_params.input_picture_structure != RENCODE_H264_PICTURE_STRUCTURE_FRAME) { in radeon_enc_slice_header()
529 …radeon_enc_code_fixed_bits(enc, enc->enc_pic.h264_enc_params.input_picture_structure == RENCODE_H2… in radeon_enc_slice_header()
734 enc->enc_pic.h264_enc_params.input_picture_structure = RENCODE_H264_PICTURE_STRUCTURE_FRAME; in radeon_enc_encode_params_h264()
740 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.input_picture_structure); in radeon_enc_encode_params_h264()
Dradeon_vcn_enc.h264 uint32_t input_picture_structure; member