Searched refs:imodes_ (Results 1 – 3 of 3) sorted by relevance
306 block->imodes_[0] = ymode; in ParseIntraMode()310 uint8_t* modes = block->imodes_; in ParseIntraMode()
149 uint8_t imodes_[16]; // one 16x16 mode (#0) or sixteen 4x4 modes member
146 VP8PredLuma4[block->imodes_[n]](dst); in ReconstructRow()150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow()