Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c214 context->desc.h264enc.motion_est.motion_est_quarter_pixel = 0x00000001; in getEncParamPresetH264()
215 context->desc.h264enc.motion_est.lsmvert = 0x00000002; in getEncParamPresetH264()
216 context->desc.h264enc.motion_est.enc_disable_sub_mode = 0x00000078; in getEncParamPresetH264()
217 context->desc.h264enc.motion_est.enc_en_ime_overw_dis_subm = 0x00000001; in getEncParamPresetH264()
218 context->desc.h264enc.motion_est.enc_ime_overw_dis_subm_no = 0x00000001; in getEncParamPresetH264()
219 context->desc.h264enc.motion_est.enc_ime2_search_range_x = 0x00000004; in getEncParamPresetH264()
220 context->desc.h264enc.motion_est.enc_ime2_search_range_y = 0x00000004; in getEncParamPresetH264()
/third_party/ffmpeg/libavcodec/
Dsvq1enc.h77 int motion_est; member
Dlibxavs.c57 int motion_est; member
278 if (x4->motion_est >= 0) in XAVS_init()
279 x4->params.analyse.i_me_method = x4->motion_est; in XAVS_init()
443 …{ "motion-est", "Set motion estimation method", OFFSET(motion_est), AV_OP…
Dlibx264.c97 int motion_est; member
844 if (x4->motion_est >= 0) in X264_init()
845 x4->params.analyse.i_me_method = x4->motion_est; in X264_init()
1127 …{ "me_method", "Set motion estimation method", OFFSET(motion_est), AV_OP…
1128 …{ "motion-est", "Set motion estimation method", OFFSET(motion_est), AV_OP…
Dsvq1enc.c287 s->m.motion_est = s->motion_est; in svq1_encode_plane()
668 …{ "motion-est", "Motion estimation algorithm", OFFSET(motion_est), AV_OPT_TYPE_INT, { .i64 = FF_ME…
Dmpegvideo.h258 int motion_est; ///< ME algorithm member
661 {"motion_est", "motion estimation algorithm", FF_MPV_OFFSET(motion_est), AV_O…
Dsnowenc.c151 if(s->motion_est == FF_ME_ITER){ in encode_init()
1230 if(s->motion_est == FF_ME_ITER && !s->keyframe && search) in encode_blocks()
1239 if(s->motion_est == FF_ME_ITER || !search) in encode_blocks()
1692 s->m.motion_est= s->motion_est; in encode_frame()
1938 …{"motion_est", "motion estimation algorithm", OFFSET(motion_est), AV_OPT_TYPE_INT, {.i64 = FF_ME_E…
Dmotion_est.c922 if (s->motion_est != FF_ME_ZERO) { in ff_estimate_p_frame_motion()
1133 if (s->motion_est != FF_ME_ZERO) { in estimate_motion_b()
1600 if (s->motion_est != FF_ME_ZERO) { in ff_get_best_fcode()
Dsnow.h179 int motion_est; member
DMakefile132 motion_est.o ratecontrol.o \
/third_party/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()
/third_party/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()
/third_party/ffmpeg/tests/fate/
Dvcodec.mak413 -motion_est iter -dia_size 2 \
417 -motion_est iter -dia_size 2 \
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h396 struct pipe_h264_enc_motion_estimation motion_est; member
/third_party/ffmpeg/
DBUILD.gn541 "//third_party/ffmpeg/libavcodec/motion_est.c",