HomeSort by relevance Sort by last modified time
    Searched refs:y_top_ (Results 1 - 4 of 4) sorted by null

  /external/webp/src/enc/
iterator.c 37 memset(enc->y_top_, 127, 2 * top_size);
248 enc->y_left_[-1] = enc->y_top_[x * 16 + 15];
253 memcpy(enc->y_top_ + x * 16, ysrc + 15 * BPS, 16);
361 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
366 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
webpenc.c 229 enc->y_top_ = (uint8_t*)mem;
230 enc->uv_top_ = enc->y_top_ + top_stride;
vp8enci.h 373 uint8_t *y_top_; // top luma samples. member in struct:VP8Encoder
quant.c 304 const uint8_t* top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL;

Completed in 31 milliseconds