Searched refs:h264enc (Results 1 – 4 of 4) sorted by relevance
104 context->desc.h264enc.motion_est.motion_est_quarter_pixel = 0x00000001; in getEncParamPreset()105 context->desc.h264enc.motion_est.lsmvert = 0x00000002; in getEncParamPreset()106 context->desc.h264enc.motion_est.enc_disable_sub_mode = 0x00000078; in getEncParamPreset()107 context->desc.h264enc.motion_est.enc_en_ime_overw_dis_subm = 0x00000001; in getEncParamPreset()108 context->desc.h264enc.motion_est.enc_ime_overw_dis_subm_no = 0x00000001; in getEncParamPreset()109 context->desc.h264enc.motion_est.enc_ime2_search_range_x = 0x00000004; in getEncParamPreset()110 context->desc.h264enc.motion_est.enc_ime2_search_range_y = 0x00000004; in getEncParamPreset()113 context->desc.h264enc.pic_ctrl.enc_cabac_enable = 0x00000001; in getEncParamPreset()114 context->desc.h264enc.pic_ctrl.enc_constraint_set_flags = 0x00000040; in getEncParamPreset()117 context->desc.h264enc.rate_ctrl.vbv_buffer_size = 20000000; in getEncParamPreset()[all …]
127 if (context->desc.h264enc.frame_num_cnt >= surf->frame_num_cnt) in vlVaSyncSurface()128 frame_diff = context->desc.h264enc.frame_num_cnt - surf->frame_num_cnt; in vlVaSyncSurface()130 frame_diff = 0xFFFFFFFF - surf->frame_num_cnt + 1 + context->desc.h264enc.frame_num_cnt; in vlVaSyncSurface()133 (context->desc.h264enc.frame_num_cnt % 2 != 0)) { in vlVaSyncSurface()
292 context->desc.h264enc.rate_ctrl.rate_ctrl_method = config->rc; in vlVaCreateContext()
247 struct pipe_h264_enc_picture_desc h264enc; member