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

/external/opencv3/3rdparty/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/dec/
H A Dtree.c174 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = { variable
316 const uint8_t* const prob = kBModesProba[top[x]][ymode];
/external/webp/src/enc/
H A 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];
/external/opencv3/3rdparty/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];

Completed in 275 milliseconds