Searched defs:kBModesProba (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c172 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = { variable
340 const uint8_t* const probas = kBModesProba[top_pred[x]][left];
/external/webp/src/enc/
H A Dtree.c172 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = { variable
340 const uint8_t* const probas = kBModesProba[top_pred[x]][left];
/external/chromium_org/third_party/libwebp/dec/
H A Dtree.c226 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = { variable
358 const uint8_t* const prob = kBModesProba[top[x]][ymode];
/external/webp/src/dec/
H A Dtree.c226 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = { variable
358 const uint8_t* const prob = kBModesProba[top[x]][ymode];

Completed in 351 milliseconds