Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator.c34 memset(enc->y_top_, 127, 2 * top_size); in InitTop()
46 it->y_top_ = enc->y_top_; in VP8IteratorSetRow()
161 it->y_top_ = tmp_32 + 0; in VP8IteratorImport()
301 it->y_left_[-1] = it->y_top_[15]; in VP8IteratorSaveBoundary()
306 memcpy(it->y_top_, ysrc + 15 * BPS, 16); in VP8IteratorSaveBoundary()
315 it->y_top_ += 16; in VP8IteratorNext()
411 it->i4_boundary_[17 + i] = it->y_top_[i]; in VP8IteratorStartI4()
416 it->i4_boundary_[17 + i] = it->y_top_[i]; in VP8IteratorStartI4()
Dwebpenc.c154 2 * top_stride * sizeof(*enc->y_top_) // top-luma/u/v in InitVP8Encoder()
215 enc->y_top_ = (uint8_t*)mem; in InitVP8Encoder()
216 enc->uv_top_ = enc->y_top_ + top_stride; in InitVP8Encoder()
Dvp8enci.h251 uint8_t* y_top_; // top luma samples at position 'x_' member
406 uint8_t* y_top_; // top luma samples. member
Dquant.c453 const uint8_t* const top = it->y_ ? it->y_top_ : NULL; in VP8MakeLuma16Preds()