Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c48 context->desc.h265enc.decoded_curr_pic = h265->decoded_curr_pic.picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
51 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
53 context->desc.h265enc.pic_order_cnt = h265->decoded_curr_pic.pic_order_cnt; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
61 context->desc.h265enc.pic.log2_parallel_merge_level_minus2 = h265->log2_parallel_merge_level_minus2; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
62 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
63 context->desc.h265enc.rc.quant_i_frames = h265->pic_init_qp; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
68 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_IDR; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
70 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_I; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
73 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_P; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
82 context->desc.h265enc in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
[all...]
H A Dcontext.c339 context->desc.h265enc.rc.rate_ctrl_method = config->rc; in vlVaCreateContext()
340 context->desc.h265enc.frame_idx = util_hash_table_create_ptr_keys(); in vlVaCreateContext()
380 if (context->desc.h265enc.frame_idx) in vlVaDestroyContext()
381 _mesa_hash_table_destroy(context->desc.h265enc.frame_idx, NULL); in vlVaDestroyContext()
H A Dva_private.h295 struct pipe_h265_enc_picture_desc h265enc; member
H A Dpicture.c832 context->desc.h265enc.frame_num++; in vlVaEndPicture()

Completed in 3 milliseconds