Searched refs:ymode (Results 1 – 1 of 1) sorted by relevance
310 const int ymode = in ParseIntraMode() local313 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() local323 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