Searched refs:h261_encode_motion (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.c134 static void h261_encode_motion(H261Context *h, int val) function
301 h261_encode_motion(h, mv_diff_x);
302 h261_encode_motion(h, mv_diff_y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261enc.c126 static void h261_encode_motion(H261Context * h, int val){ function
217 h261_encode_motion(h,mv_diff_x);
218 h261_encode_motion(h,mv_diff_y);

Completed in 38 milliseconds