Home
last modified time | relevance | path

Searched refs:MotionEstContext (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est_template.c55 MotionEstContext * const c= &s->me; in hpel_motion_search()
169 MotionEstContext * const c= &s->me; in get_mb_score()
212 MotionEstContext * const c= &s->me; in qpel_motion_search()
420 MotionEstContext * const c= &s->me; in small_diamond_search()
461 MotionEstContext * const c= &s->me; in funny_diamond_search()
503 MotionEstContext * const c= &s->me; in hex_search()
537 MotionEstContext * const c= &s->me; in l2s_dia_search()
575 MotionEstContext * const c= &s->me; in umh_search()
622 MotionEstContext * const c= &s->me; in full_search()
685 MotionEstContext * const c= &s->me; in sab_diamond_search()
[all …]
Dmpegpicture.h99 int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me,
105 int ff_mpeg_framesize_alloc(AVCodecContext *avctx, MotionEstContext *me,
Dmotion_est.h47 typedef struct MotionEstContext { struct
99 } MotionEstContext; argument
Dmotion_est.c54 static inline unsigned update_map_generation(MotionEstContext *c) in update_map_generation()
82 static inline void init_ref(MotionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3]… in init_ref()
100 static int get_flags(MotionEstContext *c, int direct, int chroma){ in get_flags()
109 MotionEstContext * const c= &s->me; in cmp_direct_inline()
181 MotionEstContext * const c= &s->me; in cmp_inline()
306 MotionEstContext * const c= &s->me; in ff_init_me()
399 MotionEstContext * const c= &s->me; in sad_hpel_motion_search()
528 MotionEstContext * const c= &s->me; in get_limits()
562 static inline void init_mv4_ref(MotionEstContext *c){ in init_mv4_ref()
575 MotionEstContext * const c= &s->me; in h263_mv4_search()
[all …]
Dmpegpicture.c78 int ff_mpeg_framesize_alloc(AVCodecContext *avctx, MotionEstContext *me, in ff_mpeg_framesize_alloc()
119 MotionEstContext *me, ScratchpadContext *sc, in alloc_frame_buffer()
253 int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, in ff_alloc_picture()
Dmpegvideo.h262 MotionEstContext me;
Dsnow.h490 static inline void init_ref(MotionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3]… in init_ref()
Dsnowenc.c257 MotionEstContext *c= &s->m.me; in encode_q_branch()