HomeSort by relevance Sort by last modified time
    Searched refs:motion_est (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/va/
picture.c 104 context->desc.h264enc.motion_est.motion_est_quarter_pixel = 0x00000001;
105 context->desc.h264enc.motion_est.lsmvert = 0x00000002;
106 context->desc.h264enc.motion_est.enc_disable_sub_mode = 0x00000078;
107 context->desc.h264enc.motion_est.enc_en_ime_overw_dis_subm = 0x00000001;
108 context->desc.h264enc.motion_est.enc_ime_overw_dis_subm_no = 0x00000001;
109 context->desc.h264enc.motion_est.enc_ime2_search_range_x = 0x00000004;
110 context->desc.h264enc.motion_est.enc_ime2_search_range_y = 0x00000004;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce_52.c 66 enc->enc_pic.me.motion_est_quarter_pixel = pic->motion_est.motion_est_quarter_pixel;
67 enc->enc_pic.me.enc_disable_sub_mode = pic->motion_est.enc_disable_sub_mode;
68 enc->enc_pic.me.lsmvert = pic->motion_est.lsmvert;
69 enc->enc_pic.me.enc_en_ime_overw_dis_subm = pic->motion_est.enc_en_ime_overw_dis_subm;
70 enc->enc_pic.me.enc_ime_overw_dis_subm_no = pic->motion_est.enc_ime_overw_dis_subm_no;
71 enc->enc_pic.me.enc_ime2_search_range_x = pic->motion_est.enc_ime2_search_range_x;
72 enc->enc_pic.me.enc_ime2_search_range_y = pic->motion_est.enc_ime2_search_range_y;
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 387 struct pipe_h264_enc_motion_estimation motion_est; member in struct:pipe_h264_enc_picture_desc
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_enc.c     [all...]

Completed in 229 milliseconds