Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dtree_dec.c310 const int ymode = in ParseIntraMode() local
313 block->imodes_[0] = ymode; in ParseIntraMode()
314 memset(top, ymode, 4 * sizeof(*top)); in ParseIntraMode()
315 memset(left, ymode, 4 * sizeof(*left)); in ParseIntraMode()
320 int ymode = left[y]; in ParseIntraMode() local
323 const uint8_t* const prob = kBModesProba[top[x]][ymode]; in ParseIntraMode()
330 ymode = -i; in ParseIntraMode()
333 ymode = !VP8GetBit(br, prob[0]) ? B_DC_PRED : in ParseIntraMode()
343 top[x] = ymode; in ParseIntraMode()
347 left[y] = ymode; in ParseIntraMode()

Completed in 3 milliseconds