Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Diterator_enc.c53 it->uv_top_ = enc->uv_top_; in VP8IteratorSetRow()
166 it->uv_top_ = tmp_32 + 16; in VP8IteratorImport()
306 it->u_left_[-1] = it->uv_top_[0 + 7]; in VP8IteratorSaveBoundary()
307 it->v_left_[-1] = it->uv_top_[8 + 7]; in VP8IteratorSaveBoundary()
311 memcpy(it->uv_top_, uvsrc + 7 * BPS, 8 + 8); in VP8IteratorSaveBoundary()
323 it->uv_top_ += 16; in VP8IteratorNext()
A Dvp8i_enc.h259 uint8_t* uv_top_; // top u/v samples at position 'x_', packed as 16 bytes member
410 uint8_t* uv_top_; // top u/v samples. member
A Dwebp_enc.c225 enc->uv_top_ = enc->y_top_ + top_stride; in InitVP8Encoder()
A Dquant_enc.c477 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL; in VP8MakeChroma8Preds()

Completed in 10 milliseconds