HomeSort by relevance Sort by last modified time
    Searched refs:imodes_ (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dec/
tree.c 346 dec->imodes_[0] = ymode;
350 uint8_t* modes = dec->imodes_;
vp8i.h 260 uint8_t imodes_[16]; // one 16x16 mode (#0) or sixteen 4x4 modes member in struct:VP8Decoder
frame.c 619 VP8PredLuma4[dec->imodes_[n]](dst);
627 const int pred_func = CheckMode(dec, dec->imodes_[0]);

Completed in 24 milliseconds