Searched refs:imodes_ (Results 1 – 6 of 6) 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()
348 dec->imodes_[0] = ymode; in VP8ParseIntraMode()352 uint8_t* modes = dec->imodes_; in VP8ParseIntraMode()
262 uint8_t imodes_[16]; // one 16x16 mode (#0) or sixteen 4x4 modes member
621 VP8PredLuma4[dec->imodes_[n]](dst); in VP8ReconstructBlock()629 const int pred_func = CheckMode(dec, dec->imodes_[0]); in VP8ReconstructBlock()