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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c49 context->desc.h265enc.decoded_curr_pic = h265->decoded_curr_pic.picture_id;
52 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id;
54 context->desc.h265enc.pic_order_cnt = h265->decoded_curr_pic.pic_order_cnt;
62 context->desc.h265enc.pic.log2_parallel_merge_level_minus2 = h265->log2_parallel_merge_level_minus2;
63 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type;
64 context->desc.h265enc.rc.quant_i_frames = h265->pic_init_qp;
69 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_IDR;
71 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_I;
74 context->desc.h265enc.picture_type = PIPE_H2645_ENC_PICTURE_TYPE_P;
83 context->desc.h265enc
[all...]
H A Dcontext.c323 context->desc.h265enc.rc.rate_ctrl_method = config->rc;
324 context->desc.h265enc.frame_idx = util_hash_table_create_ptr_keys();
364 if (context->desc.h265enc.frame_idx)
365 _mesa_hash_table_destroy(context->desc.h265enc.frame_idx, NULL);
H A Dva_private.h295 struct pipe_h265_enc_picture_desc h265enc; member in union:__anona9630b050508::__anona9630b05060a
H A Dpicture.c813 context->desc.h265enc.frame_num++;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture_hevc_enc.c40 context->desc.h265enc.decoded_curr_pic = h265->decoded_curr_pic.picture_id;
43 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id;
45 context->desc.h265enc.pic_order_cnt = h265->decoded_curr_pic.pic_order_cnt;
53 context->desc.h265enc.pic.log2_parallel_merge_level_minus2 = h265->log2_parallel_merge_level_minus2;
54 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type;
55 context->desc.h265enc.rc.quant_i_frames = h265->pic_init_qp;
60 context->desc.h265enc.picture_type = PIPE_H265_ENC_PICTURE_TYPE_IDR;
62 context->desc.h265enc.picture_type = PIPE_H265_ENC_PICTURE_TYPE_I;
65 context->desc.h265enc.picture_type = PIPE_H265_ENC_PICTURE_TYPE_P;
74 context->desc.h265enc
[all...]
H A Dcontext.c309 context->desc.h265enc.rc.rate_ctrl_method = config->rc;
310 context->desc.h265enc.frame_idx = util_hash_table_create(handle_hash, handle_compare);
350 if (context->desc.h265enc.frame_idx)
351 util_hash_table_destroy (context->desc.h265enc.frame_idx);
H A Dpicture.c685 context->desc.h265enc.frame_num++;
H A Dva_private.h291 struct pipe_h265_enc_picture_desc h265enc; member in union:__anond829593e0508::__anond829593e060a

Completed in 7 milliseconds