Searched refs:motion_est (Results 1 – 4 of 4) sorted by relevance
111 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()
66 enc->enc_pic.me.motion_est_quarter_pixel = pic->motion_est.motion_est_quarter_pixel; in get_motion_estimation_param()67 enc->enc_pic.me.enc_disable_sub_mode = pic->motion_est.enc_disable_sub_mode; in get_motion_estimation_param()68 enc->enc_pic.me.lsmvert = pic->motion_est.lsmvert; in get_motion_estimation_param()69 enc->enc_pic.me.enc_en_ime_overw_dis_subm = pic->motion_est.enc_en_ime_overw_dis_subm; in get_motion_estimation_param()70 enc->enc_pic.me.enc_ime_overw_dis_subm_no = pic->motion_est.enc_ime_overw_dis_subm_no; in get_motion_estimation_param()71 enc->enc_pic.me.enc_ime2_search_range_x = pic->motion_est.enc_ime2_search_range_x; in get_motion_estimation_param()72 enc->enc_pic.me.enc_ime2_search_range_y = pic->motion_est.enc_ime2_search_range_y; in get_motion_estimation_param()
388 struct pipe_h264_enc_motion_estimation motion_est; member
1012 picture->motion_est.enc_disable_sub_mode = 0x000000fe; in enc_GetPictureParamPreset()1013 picture->motion_est.enc_ime2_search_range_x = 0x00000001; in enc_GetPictureParamPreset()1014 picture->motion_est.enc_ime2_search_range_y = 0x00000001; in enc_GetPictureParamPreset()