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

  /external/chromium_org/third_party/libwebp/enc/
iterator.c 39 memset(enc->y_top_, 127, 2 * top_size);
264 enc->y_left_[-1] = enc->y_top_[x * 16 + 15];
269 memcpy(enc->y_top_ + x * 16, ysrc + 15 * BPS, 16);
376 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
381 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
webpenc.c 255 enc->y_top_ = (uint8_t*)mem;
256 enc->uv_top_ = enc->y_top_ + top_stride;
vp8enci.h 442 uint8_t *y_top_; // top luma samples. member in struct:VP8Encoder
quant.c 372 const uint8_t* const top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL;
    [all...]
  /external/webp/src/enc/
iterator.c 39 memset(enc->y_top_, 127, 2 * top_size);
264 enc->y_left_[-1] = enc->y_top_[x * 16 + 15];
269 memcpy(enc->y_top_ + x * 16, ysrc + 15 * BPS, 16);
376 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
381 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
webpenc.c 255 enc->y_top_ = (uint8_t*)mem;
256 enc->uv_top_ = enc->y_top_ + top_stride;
vp8enci.h 442 uint8_t *y_top_; // top luma samples. member in struct:VP8Encoder
quant.c 372 const uint8_t* const top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL;
    [all...]

Completed in 281 milliseconds