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_enc.c 34 memset(enc->y_top_, 127, 2 * top_size);
46 it->y_top_ = enc->y_top_;
158 it->y_top_ = tmp_32 + 0;
298 it->y_left_[-1] = it->y_top_[15];
303 memcpy(it->y_top_, ysrc + 15 * BPS, 16);
315 it->y_top_ += 16;
408 it->i4_boundary_[17 + i] = it->y_top_[i];
413 it->i4_boundary_[17 + i] = it->y_top_[i];
webp_enc.c 158 2 * top_stride * sizeof(*enc->y_top_) // top-luma/u/v
219 enc->y_top_ = mem;
220 enc->uv_top_ = enc->y_top_ + top_stride;
vp8i_enc.h 249 uint8_t* y_top_; // top luma samples at position 'x_' member in struct:__anon43762
400 uint8_t* y_top_; // top luma samples. member in struct:VP8Encoder
quant_enc.c 470 const uint8_t* const top = it->y_ ? it->y_top_ : NULL;
    [all...]

Completed in 137 milliseconds