Searched refs:MotionEstContext (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est_template.c | 55 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 …]
|
D | mpegpicture.h | 99 int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, 105 int ff_mpeg_framesize_alloc(AVCodecContext *avctx, MotionEstContext *me,
|
D | motion_est.h | 47 typedef struct MotionEstContext { struct 99 } MotionEstContext; argument
|
D | motion_est.c | 54 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 …]
|
D | mpegpicture.c | 78 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()
|
D | mpegvideo.h | 262 MotionEstContext me;
|
D | snow.h | 490 static inline void init_ref(MotionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3]… in init_ref()
|
D | snowenc.c | 257 MotionEstContext *c= &s->m.me; in encode_q_branch()
|