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

  /external/webp/src/enc/
filter.c 88 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF;
89 uint8_t* const u_dst = it->yuv_out2_ + U_OFF;
90 uint8_t* const v_dst = it->yuv_out2_ + V_OFF;
92 // copy current block to yuv_out2_
255 (*it->lf_stats_)[s][level] += GetMBSSIM(it->yuv_in_, it->yuv_out2_);
iterator.c 75 it->yuv_out2_ = it->yuv_out_ + YUV_SIZE;
76 it->yuv_p_ = it->yuv_out2_ + YUV_SIZE;
quant.c 852 SwapPtr(&it->yuv_out_, &it->yuv_out2_);
879 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer
    [all...]
vp8enci.h 85 // |YYYY| There are two buffers like this ('yuv_out_'/'yuv_out2_')
90 // x2 (for yuv_out2_)
282 uint8_t* yuv_out2_; // secondary buffer swapped with yuv_out_. member in struct:__anon21245

Completed in 62 milliseconds