Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator.c26 enc->y_left_[-1] = enc->u_left_[-1] = enc->v_left_[-1] = in InitLeft()
28 memset(enc->y_left_, 129, 16); in InitLeft()
241 enc->y_left_[i] = ysrc[15 + i * BPS]; in VP8IteratorNext()
248 enc->y_left_[-1] = enc->y_top_[x * 16 + 15]; in VP8IteratorNext()
358 it->i4_boundary_[i] = enc->y_left_[15 - i]; in VP8IteratorStartI4()
Dwebpenc.c233 enc->y_left_ = (uint8_t*)mem; in InitEncoder()
Dvp8enci.h376 uint8_t *y_left_; // left luma samples (adressable from index -1 to 15). member
Dquant.c303 const uint8_t* left = it->x_ ? enc->y_left_ : NULL; in VP8MakeLuma16Preds()