MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / init_mv4_ref

Function init_mv4_ref

libavcodec/motion_est.c:585–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585static inline void init_mv4_ref(MotionEstContext *c){
586 const int stride= c->stride;
587
588 c->ref[1][0] = c->ref[0][0] + 8;
589 c->ref[2][0] = c->ref[0][0] + 8*stride;
590 c->ref[3][0] = c->ref[2][0] + 8;
591 c->src[1][0] = c->src[0][0] + 8;
592 c->src[2][0] = c->src[0][0] + 8*stride;
593 c->src[3][0] = c->src[2][0] + 8;
594}
595
596static inline int h263_mv4_search(MpegEncContext *s, int mx, int my, int shift)
597{

Callers 2

h263_mv4_searchFunction · 0.85
check_input_motionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected