Home
last modified time | relevance | path

Searched refs:labelings (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c810 static int labels2mode(MACROBLOCK *x, int const *labelings, int which_label, in labels2mode() argument
832 if (labelings[i] != which_label) continue; in labels2mode()
834 if (col && labelings[i] == labelings[i - 1]) { in labels2mode()
836 } else if (row && labelings[i] == labelings[i - 4]) { in labels2mode()