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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Divi_common.c514 int x, y, need_mc, mbn, blk, num_blocks, mv_x, mv_y, mc_type; local
532 need_mc = 0; /* reset the mc tracking flag */
563 need_mc |= mb->mv_x || mb->mv_y; /* tracking non-zero motion vectors */
574 if (band->inherit_mv && need_mc) { /* apply motion compensation if there is at least one non-zero motion vector */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Divi_common.c762 int x, y, need_mc, mbn, blk, num_blocks, mv_x, mv_y, mc_type; local
780 need_mc = 0; /* reset the mc tracking flag */
811 need_mc |= mb->mv_x || mb->mv_y; /* tracking non-zero motion vectors */
838 if (band->inherit_mv && need_mc) { /* apply motion compensation if there is at least one non-zero motion vector */

Completed in 124 milliseconds