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_enc.c 53 it->uv_top_ = enc->uv_top_;
166 it->uv_top_ = tmp_32 + 16;
306 it->u_left_[-1] = it->uv_top_[0 + 7];
307 it->v_left_[-1] = it->uv_top_[8 + 7];
311 memcpy(it->uv_top_, uvsrc + 7 * BPS, 8 + 8);
323 it->uv_top_ += 16;
vp8i_enc.h 259 uint8_t* uv_top_; // top u/v samples at position 'x_', packed as 16 bytes member in struct:__anon49467
410 uint8_t* uv_top_; // top u/v samples. member in struct:VP8Encoder
webp_enc.c 225 enc->uv_top_ = enc->y_top_ + top_stride;
quant_enc.c 477 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL;
    [all...]

Completed in 456 milliseconds