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

  /external/webp/src/enc/
frame.c 467 enc->sse_[0] = 0;
468 enc->sse_[1] = 0;
469 enc->sse_[2] = 0;
470 // Note: enc->sse_[3] is managed by alpha.c
479 enc->sse_[0] += VP8SSE16x16(in + Y_OFF, out + Y_OFF);
480 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
481 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);
vp8enci.h 442 uint64_t sse_[4]; // sum of Y/U/V/A squared errors for all macroblocks member in struct:VP8Encoder
443 uint64_t sse_count_; // pixel count for the sse_[] stats
webpenc.c 260 const uint64_t* const sse = enc->sse_;
alpha.c 344 enc->sse_[3] = sse;

Completed in 4637 milliseconds