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

  /external/chromium_org/third_party/libwebp/dec/
tree.c 348 dec->imodes_[0] = ymode;
352 uint8_t* modes = dec->imodes_;
vp8i.h 262 uint8_t imodes_[16]; // one 16x16 mode (#0) or sixteen 4x4 modes member in struct:VP8Decoder
frame.c 621 VP8PredLuma4[dec->imodes_[n]](dst);
629 const int pred_func = CheckMode(dec, dec->imodes_[0]);
  /external/webp/src/dec/
tree.c 348 dec->imodes_[0] = ymode;
352 uint8_t* modes = dec->imodes_;
vp8i.h 262 uint8_t imodes_[16]; // one 16x16 mode (#0) or sixteen 4x4 modes member in struct:VP8Decoder
frame.c 621 VP8PredLuma4[dec->imodes_[n]](dst);
629 const int pred_func = CheckMode(dec, dec->imodes_[0]);

Completed in 42 milliseconds