Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c176 context->desc.h264enc.motion_est.motion_est_quarter_pixel = 0x00000001; in getEncParamPresetH264()
177 context->desc.h264enc.motion_est.lsmvert = 0x00000002; in getEncParamPresetH264()
178 context->desc.h264enc.motion_est.enc_disable_sub_mode = 0x00000078; in getEncParamPresetH264()
179 context->desc.h264enc.motion_est.enc_en_ime_overw_dis_subm = 0x00000001; in getEncParamPresetH264()
180 context->desc.h264enc.motion_est.enc_ime_overw_dis_subm_no = 0x00000001; in getEncParamPresetH264()
181 context->desc.h264enc.motion_est.enc_ime2_search_range_x = 0x00000004; in getEncParamPresetH264()
182 context->desc.h264enc.motion_est.enc_ime2_search_range_y = 0x00000004; in getEncParamPresetH264()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce_52.c72 enc->enc_pic.me.motion_est_quarter_pixel = pic->motion_est.motion_est_quarter_pixel; in get_motion_estimation_param()
73 enc->enc_pic.me.enc_disable_sub_mode = pic->motion_est.enc_disable_sub_mode; in get_motion_estimation_param()
74 enc->enc_pic.me.lsmvert = pic->motion_est.lsmvert; in get_motion_estimation_param()
75 enc->enc_pic.me.enc_en_ime_overw_dis_subm = pic->motion_est.enc_en_ime_overw_dis_subm; in get_motion_estimation_param()
76 enc->enc_pic.me.enc_ime_overw_dis_subm_no = pic->motion_est.enc_ime_overw_dis_subm_no; in get_motion_estimation_param()
77 enc->enc_pic.me.enc_ime2_search_range_x = pic->motion_est.enc_ime2_search_range_x; in get_motion_estimation_param()
78 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/frontends/omx/
Dvid_enc_common.c58 picture->motion_est.enc_disable_sub_mode = 0x000000fe; in enc_GetPictureParamPreset()
59 picture->motion_est.enc_ime2_search_range_x = 0x00000001; in enc_GetPictureParamPreset()
60 picture->motion_est.enc_ime2_search_range_y = 0x00000001; in enc_GetPictureParamPreset()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h413 struct pipe_h264_enc_motion_estimation motion_est; member