Searched refs:yuv_out2_ (Results 1 - 9 of 9) sorted by relevance

/external/webp/src/enc/
H A Dfilter.c88 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF_ENC;
89 uint8_t* const u_dst = it->yuv_out2_ + U_OFF_ENC;
90 uint8_t* const v_dst = it->yuv_out2_ + V_OFF_ENC;
92 // copy current block to yuv_out2_
258 (*it->lf_stats_)[s][level] += GetMBSSIM(it->yuv_in_, it->yuv_out2_);
H A Dquant.c880 SwapPtr(&it->yuv_out_, &it->yuv_out2_);
909 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC; // scratch buffer
966 uint8_t* const best_blocks = it->yuv_out2_ + Y_OFF_ENC;
1060 uint8_t* tmp_dst = it->yuv_out2_ + U_OFF_ENC; // scratch buffer
1178 } else { // reconstruct partial block inside yuv_out2_ buffer
1179 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC + VP8Scan[it->i4_];
1183 } while (VP8IteratorRotateI4(it, it->yuv_out2_ + Y_OFF_ENC));
H A Diterator.c75 it->yuv_out2_ = it->yuv_out_ + YUV_SIZE_ENC;
76 it->yuv_p_ = it->yuv_out2_ + YUV_SIZE_ENC;
H A Dvp8enci.h57 // * YUV Samples area (yuv_in_/yuv_out_/yuv_out2_)
226 uint8_t* yuv_out2_; // secondary buffer swapped with yuv_out_. member in struct:__anon20559
/external/opencv3/3rdparty/libwebp/enc/
H A Dfilter.c216 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF;
217 uint8_t* const u_dst = it->yuv_out2_ + U_OFF;
218 uint8_t* const v_dst = it->yuv_out2_ + V_OFF;
220 // copy current block to yuv_out2_
383 (*it->lf_stats_)[s][level] += GetMBSSIM(it->yuv_in_, it->yuv_out2_);
H A Dvp8enci.h85 // |YYYY| There are two buffers like this ('yuv_out_'/'yuv_out2_')
90 // x2 (for yuv_out2_)
278 uint8_t* yuv_out2_; // '' member in struct:__anon14959
440 uint8_t* yuv_out2_; // secondary scratch out-buffer. swapped with yuv_out_. member in struct:VP8Encoder
H A Diterator.c67 it->yuv_out2_ = enc->yuv_out2_;
H A Dquant.c767 SwapPtr(&it->yuv_out_, &it->yuv_out2_);
781 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer
827 uint8_t* const best_blocks = it->yuv_out2_ + Y_OFF;
902 uint8_t* const tmp_dst = it->yuv_out2_ + U_OFF; // scratch buffer
H A Dwebpenc.c240 enc->yuv_out2_ = (uint8_t*)mem;

Completed in 211 milliseconds