Home
last modified time | relevance | path

Searched defs:kZeroMv (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.h19 static const MV kZeroMv = { 0, 0 }; variable
/aosp_15_r20/external/libaom/av1/common/
H A Dmv.h49 static const MV kZeroMv = { 0, 0 }; variable