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);
262 enc->y_left_[-1] = enc->y_top_[x * 16 + 15];
267 memcpy(enc->y_top_ + x * 16, ysrc + 15 * BPS, 16);
374 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
379 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
webpenc.c 253 enc->y_top_ = (uint8_t*)mem;
254 enc->uv_top_ = enc->y_top_ + top_stride;
vp8enci.h 439 uint8_t *y_top_; // top luma samples. member in struct:VP8Encoder
quant.c 370 const uint8_t* const top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL;
    [all...]

Completed in 191 milliseconds