Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dtree.c306 block->imodes_[0] = ymode; in ParseIntraMode()
310 uint8_t* modes = block->imodes_; in ParseIntraMode()
Dvp8i.h149 uint8_t imodes_[16]; // one 16x16 mode (#0) or sixteen 4x4 modes member
Dframe.c146 VP8PredLuma4[block->imodes_[n]](dst); in ReconstructRow()
150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow()
/external/opencv3/3rdparty/libwebp/dec/
Dtree.c348 dec->imodes_[0] = ymode; in VP8ParseIntraMode()
352 uint8_t* modes = dec->imodes_; in VP8ParseIntraMode()
Dvp8i.h262 uint8_t imodes_[16]; // one 16x16 mode (#0) or sixteen 4x4 modes member
Dframe.c621 VP8PredLuma4[dec->imodes_[n]](dst); in VP8ReconstructBlock()
629 const int pred_func = CheckMode(dec, dec->imodes_[0]); in VP8ReconstructBlock()