Home
last modified time | relevance | path

Searched refs:uv_top_ (Results 1 – 4 of 4) 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()