Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c104 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()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce_52.c66 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()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h387 struct pipe_h264_enc_motion_estimation motion_est; member
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_enc.c1011 picture->motion_est.enc_disable_sub_mode = 0x000000fe; in enc_GetPictureParamPreset()
1012 picture->motion_est.enc_ime2_search_range_x = 0x00000001; in enc_GetPictureParamPreset()
1013 picture->motion_est.enc_ime2_search_range_y = 0x00000001; in enc_GetPictureParamPreset()