Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c126 const MV ss_mvs[] = { { -len, 0 }, { len, 0 }, { 0, -len }, { 0, len } }; in vp9_init_dsmotion_compensation() local
144 const MV ss_mvs[8] = { { -len, 0 }, { len, 0 }, { 0, -len }, in vp9_init3smotion_compensation() local
/external/libaom/libaom/av1/encoder/
Dmcomp.c129 const MV ss_mvs[] = { { -len, 0 }, { len, 0 }, { 0, -len }, { 0, len } }; in av1_init_dsmotion_compensation() local
150 const MV ss_mvs[8] = { { -len, 0 }, { len, 0 }, { 0, -len }, in av1_init3smotion_compensation() local