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

  /external/webp/src/enc/
iterator.c 249 enc->u_left_[-1] = enc->uv_top_[x * 16 + 0 + 7];
250 enc->v_left_[-1] = enc->uv_top_[x * 16 + 8 + 7];
254 memcpy(enc->uv_top_ + x * 16, usrc + 7 * BPS, 8 + 8);
vp8enci.h 374 uint8_t *uv_top_; // top u/v samples. member in struct:VP8Encoder
webpenc.c 230 enc->uv_top_ = enc->y_top_ + top_stride;
quant.c 311 const uint8_t* top = it->y_ ? enc->uv_top_ + it->x_ * 16 : NULL;

Completed in 35 milliseconds