Home
last modified time | relevance | path

Searched refs:uv_top_ (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/enc/
Diterator.c47 it->uv_top_ = enc->uv_top_; in VP8IteratorSetRow()
162 it->uv_top_ = tmp_32 + 16; in VP8IteratorImport()
302 it->u_left_[-1] = it->uv_top_[0 + 7]; in VP8IteratorSaveBoundary()
303 it->v_left_[-1] = it->uv_top_[8 + 7]; in VP8IteratorSaveBoundary()
307 memcpy(it->uv_top_, uvsrc + 7 * BPS, 8 + 8); in VP8IteratorSaveBoundary()
316 it->uv_top_ += 16; in VP8IteratorNext()
Dvp8enci.h252 uint8_t* uv_top_; // top u/v samples at position 'x_', packed as 16 bytes member
407 uint8_t* uv_top_; // top u/v samples. member
Dwebpenc.c216 enc->uv_top_ = enc->y_top_ + top_stride; in InitVP8Encoder()
Dquant.c459 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL; in VP8MakeChroma8Preds()
/external/opencv3/3rdparty/libwebp/enc/
Diterator.c265 enc->u_left_[-1] = enc->uv_top_[x * 16 + 0 + 7]; in VP8IteratorNext()
266 enc->v_left_[-1] = enc->uv_top_[x * 16 + 8 + 7]; in VP8IteratorNext()
270 memcpy(enc->uv_top_ + x * 16, usrc + 7 * BPS, 8 + 8); in VP8IteratorNext()
Dvp8enci.h443 uint8_t *uv_top_; // top u/v samples. member
Dwebpenc.c256 enc->uv_top_ = enc->y_top_ + top_stride; in InitVP8Encoder()
Dquant.c379 const uint8_t* const top = it->y_ ? enc->uv_top_ + it->x_ * 16 : NULL; in VP8MakeChroma8Preds()