Searched refs:y_top_ (Results 1 – 4 of 4) sorted by relevance
37 memset(enc->y_top_, 127, 2 * top_size); in InitTop()248 enc->y_left_[-1] = enc->y_top_[x * 16 + 15]; in VP8IteratorNext()253 memcpy(enc->y_top_ + x * 16, ysrc + 15 * BPS, 16); in VP8IteratorNext()361 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i]; in VP8IteratorStartI4()366 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i]; in VP8IteratorStartI4()
229 enc->y_top_ = (uint8_t*)mem; in InitEncoder()230 enc->uv_top_ = enc->y_top_ + top_stride; in InitEncoder()
373 uint8_t *y_top_; // top luma samples. member
304 const uint8_t* top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL; in VP8MakeLuma16Preds()