Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dtree_dec.c313 block->imodes_[0] = ymode; in ParseIntraMode()
317 uint8_t* modes = block->imodes_; in ParseIntraMode()
Dvp8i_dec.h148 uint8_t imodes_[16]; // one 16x16 mode (#0) or sixteen 4x4 modes member
Dframe_dec.c146 VP8PredLuma4[block->imodes_[n]](dst); in ReconstructRow()
150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow()