Home
last modified time | relevance | path

Searched refs:FPMB_MOTION_ZERO_MASK (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h25 #define FPMB_MOTION_ZERO_MASK 0x02 macro
Dvp9_firstpass.c689 cpi->twopass.frame_mb_stats_buf[mb_index] |= FPMB_MOTION_ZERO_MASK; in vp9_first_pass()
731 cpi->twopass.frame_mb_stats_buf[mb_index] |= FPMB_MOTION_ZERO_MASK; in vp9_first_pass()
748 ~FPMB_MOTION_ZERO_MASK; in vp9_first_pass()
Dvp9_encodeframe.c1963 if (fp_byte & FPMB_MOTION_ZERO_MASK) { in get_motion_direction_fp()
2188 FPMB_MOTION_ZERO_MASK) || in rd_pick_partition()