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

/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Diterator.c37 memset(enc->y_top_, 127, 2 * top_size);
245 enc->y_left_[-1] = enc->y_top_[x * 16 + 15];
250 memcpy(enc->y_top_ + x * 16, ysrc + 15 * BPS, 16);
358 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
363 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
H A Dwebpenc.c213 enc->y_top_ = (uint8_t*)mem;
214 enc->uv_top_ = enc->y_top_ + top_stride;
H A Dvp8enci.h345 uint8_t *y_top_; // top luma samples. member in struct:VP8Encoder
H A Dquant.c306 const uint8_t* top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL;

Completed in 51 milliseconds