HomeSort by relevance Sort by last modified time
    Searched refs:yuv_out2_ (Results 1 - 5 of 5) sorted by null

  /external/webp/src/enc/
filter.c 213 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF;
214 uint8_t* const u_dst = it->yuv_out2_ + U_OFF;
215 uint8_t* const v_dst = it->yuv_out2_ + V_OFF;
217 // copy current block to yuv_out2_
350 (*it->lf_stats_)[s][level] += GetMBSSIM(it->yuv_in_, it->yuv_out2_);
vp8enci.h 75 // |YYYY| There are two buffers like this ('yuv_out_'/'yuv_out2_')
80 // x2 (for yuv_out2_)
256 uint8_t* yuv_out2_; // '' member in struct:__anon15244
371 uint8_t* yuv_out2_; // secondary scratch out-buffer. swapped with yuv_out_. member in struct:VP8Encoder
iterator.c 65 it->yuv_out2_ = enc->yuv_out2_;
quant.c 699 SwapPtr(&it->yuv_out_, &it->yuv_out2_);
713 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer
759 uint8_t* const best_blocks = it->yuv_out2_ + Y_OFF;
827 uint8_t* const tmp_dst = it->yuv_out2_ + U_OFF; // scratch buffer
webpenc.c 214 enc->yuv_out2_ = (uint8_t*)mem;

Completed in 41 milliseconds