Searched refs:motion_est (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_h264_enc.c | 214 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/ |
D | svq1enc.h | 77 int motion_est; member
|
D | libxavs.c | 57 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…
|
D | libx264.c | 97 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…
|
D | svq1enc.c | 287 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…
|
D | mpegvideo.h | 258 int motion_est; ///< ME algorithm member 661 {"motion_est", "motion estimation algorithm", FF_MPV_OFFSET(motion_est), AV_O…
|
D | snowenc.c | 151 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…
|
D | motion_est.c | 922 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()
|
D | snow.h | 179 int motion_est; member
|
D | Makefile | 132 motion_est.o ratecontrol.o \
|
/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce_52.c | 72 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/ |
D | vid_enc_common.c | 58 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/ |
D | vcodec.mak | 413 -motion_est iter -dia_size 2 \ 417 -motion_est iter -dia_size 2 \
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 396 struct pipe_h264_enc_motion_estimation motion_est; member
|
/third_party/ffmpeg/ |
D | BUILD.gn | 541 "//third_party/ffmpeg/libavcodec/motion_est.c",
|