Home
last modified time | relevance | path

Searched refs:h264enc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c111 context->desc.h264enc.motion_est.motion_est_quarter_pixel = 0x00000001; in getEncParamPreset()
112 context->desc.h264enc.motion_est.lsmvert = 0x00000002; in getEncParamPreset()
113 context->desc.h264enc.motion_est.enc_disable_sub_mode = 0x00000078; in getEncParamPreset()
114 context->desc.h264enc.motion_est.enc_en_ime_overw_dis_subm = 0x00000001; in getEncParamPreset()
115 context->desc.h264enc.motion_est.enc_ime_overw_dis_subm_no = 0x00000001; in getEncParamPreset()
116 context->desc.h264enc.motion_est.enc_ime2_search_range_x = 0x00000004; in getEncParamPreset()
117 context->desc.h264enc.motion_est.enc_ime2_search_range_y = 0x00000004; in getEncParamPreset()
120 context->desc.h264enc.pic_ctrl.enc_cabac_enable = 0x00000001; in getEncParamPreset()
121 context->desc.h264enc.pic_ctrl.enc_constraint_set_flags = 0x00000040; in getEncParamPreset()
124 context->desc.h264enc.rate_ctrl.vbv_buffer_size = 20000000; in getEncParamPreset()
[all …]
Dcontext.c293 context->desc.h264enc.rate_ctrl.rate_ctrl_method = config->rc; in vlVaCreateContext()
294 context->desc.h264enc.frame_idx = util_hash_table_create(handle_hash, handle_compare); in vlVaCreateContext()
323 if (context->desc.h264enc.frame_idx) in vlVaDestroyContext()
324 util_hash_table_destroy (context->desc.h264enc.frame_idx); in vlVaDestroyContext()
Dsurface.c126 if (context->desc.h264enc.frame_num_cnt >= surf->frame_num_cnt) in vlVaSyncSurface()
127 frame_diff = context->desc.h264enc.frame_num_cnt - surf->frame_num_cnt; in vlVaSyncSurface()
129 frame_diff = 0xFFFFFFFF - surf->frame_num_cnt + 1 + context->desc.h264enc.frame_num_cnt; in vlVaSyncSurface()
132 (context->desc.h264enc.frame_num_cnt % 2 != 0)) { in vlVaSyncSurface()
Dva_private.h272 struct pipe_h264_enc_picture_desc h264enc; member