Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dtree_enc.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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dtree_dec.c181 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = { variable
323 const uint8_t* const prob = kBModesProba[top[x]][ymode]; in ParseIntraMode()

Completed in 5 milliseconds