Searched refs:mv_diff_x (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh261enc.c240 int mvd, mv_diff_x, mv_diff_y, i, cbp; local
297 mv_diff_x = (motion_x >> 1) - s->last_mv[0][0][0];
301 h261_encode_motion(h, mv_diff_x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261enc.c161 int mvd, mv_diff_x, mv_diff_y, i, cbp; local
213 mv_diff_x = (motion_x >> 1) - h->current_mv_x;
217 h261_encode_motion(h,mv_diff_x);

Completed in 78 milliseconds