Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2780 static INLINE MOTION_DIRECTION get_motion_direction_fp(uint8_t fp_byte) { in get_motion_direction_fp() argument
2781 if (fp_byte & FPMB_MOTION_ZERO_MASK) { in get_motion_direction_fp()
2783 } else if (fp_byte & FPMB_MOTION_LEFT_MASK) { in get_motion_direction_fp()
2785 } else if (fp_byte & FPMB_MOTION_RIGHT_MASK) { in get_motion_direction_fp()
2787 } else if (fp_byte & FPMB_MOTION_UP_MASK) { in get_motion_direction_fp()