Searched defs:MV_JOINT_HNZVZ (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.h41 MV_JOINT_HNZVZ = 1, /* Vert zero, hor nonzero */ enumerator in enum:__anon11995
51 return type == MV_JOINT_HNZVZ || type == MV_JOINT_HNZVNZ;
106 return mv->col == 0 ? MV_JOINT_ZERO : MV_JOINT_HNZVZ;

Completed in 1562 milliseconds