Home
last modified time | relevance | path

Searched refs:kBModesProba (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dtree.c167 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = { variable
335 const uint8_t* const probas = kBModesProba[top_pred[x]][left]; in VP8CodeIntraModes()
/external/webp/src/dec/
Dtree.c224 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = { variable
356 const uint8_t* const prob = kBModesProba[top[x]][ymode]; in VP8ParseIntraMode()