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

  /external/webp/src/dec/
tree.c 174 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
316 const uint8_t* const prob = kBModesProba[top[x]][ymode];
  /external/webp/src/enc/
tree.c 167 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
335 const uint8_t* const probas = kBModesProba[top_pred[x]][left];

Completed in 382 milliseconds