Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe_dec.c28 static int CheckMode(int mb_x, int mb_y, int mode) { in CheckMode() function
150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow()
161 const int pred_func = CheckMode(mb_x, mb_y, block->uvmode_); in ReconstructRow()