Searched refs:uv_top_ (Results 1 – 4 of 4) sorted by relevance
53 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()
259 uint8_t* uv_top_; // top u/v samples at position 'x_', packed as 16 bytes member410 uint8_t* uv_top_; // top u/v samples. member
225 enc->uv_top_ = enc->y_top_ + top_stride; in InitVP8Encoder()
477 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL; in VP8MakeChroma8Preds()
Completed in 10 milliseconds