Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.h44 static INLINE int mv_joint_horizontal(MV_JOINT_TYPE type) { in mv_joint_horizontal() function
Dvp9_entropymv.c180 if (mv_joint_horizontal(j)) { in vp9_inc_mv()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c214 if (mv_joint_horizontal(j)) in vp9_encode_mv()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c248 if (mv_joint_horizontal(joint_type)) in read_mv()