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

  /external/webp/src/enc/
iterator.c 34 memset(enc->y_top_, 127, 2 * top_size);
46 it->y_top_ = enc->y_top_;
161 it->y_top_ = tmp_32 + 0;
301 it->y_left_[-1] = it->y_top_[15];
306 memcpy(it->y_top_, ysrc + 15 * BPS, 16);
315 it->y_top_ += 16;
411 it->i4_boundary_[17 + i] = it->y_top_[i];
416 it->i4_boundary_[17 + i] = it->y_top_[i];
webpenc.c 154 2 * top_stride * sizeof(*enc->y_top_) // top-luma/u/v
215 enc->y_top_ = (uint8_t*)mem;
216 enc->uv_top_ = enc->y_top_ + top_stride;
vp8enci.h 251 uint8_t* y_top_; // top luma samples at position 'x_' member in struct:__anon26165
406 uint8_t* y_top_; // top luma samples. member in struct:VP8Encoder
quant.c 453 const uint8_t* const top = it->y_ ? it->y_top_ : NULL;
    [all...]
  /external/opencv3/3rdparty/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...]

Completed in 66 milliseconds