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

/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c221 unsigned int whichdir; local
283 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
285 switch (whichdir)
321 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
323 switch (whichdir)
377 int whichdir ; local
461 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
464 switch (whichdir)
585 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
589 switch (whichdir)
688 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) { \
286 unsigned int whichdir; \
407 (void) whichdir;
562 whichdir = (cost_list[1] < cost_list[3] ? 0 : 1) +
564 switch (whichdir) {

Completed in 524 milliseconds