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

/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c219 unsigned int whichdir; local
281 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
283 switch (whichdir)
319 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
321 switch (whichdir)
375 int whichdir ; local
459 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
462 switch (whichdir)
583 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
587 switch (whichdir)
686 int whichdir ; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c201 whichdir = (left < right ? 0 : 1) + \
203 switch (whichdir) { \
232 switch (whichdir) { \
246 switch (whichdir) { \
276 unsigned int whichdir; local

Completed in 49 milliseconds