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

  /external/opencv3/3rdparty/libwebp/enc/
frame.c 635 enc->sse_[0] = 0;
636 enc->sse_[1] = 0;
637 enc->sse_[2] = 0;
638 // Note: enc->sse_[3] is managed by alpha.c
647 enc->sse_[0] += VP8SSE16x16(in + Y_OFF, out + Y_OFF);
648 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
649 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);
vp8enci.h 420 uint64_t sse_[4]; // sum of Y/U/V/A squared errors for all macroblocks member in struct:VP8Encoder
421 uint64_t sse_count_; // pixel count for the sse_[] stats
alpha.c 316 enc->sse_[3] = sse;
webpenc.c 309 const uint64_t* const sse = enc->sse_;
  /external/webp/src/enc/
frame.c 463 enc->sse_[0] = 0;
464 enc->sse_[1] = 0;
465 enc->sse_[2] = 0;
466 // Note: enc->sse_[3] is managed by alpha.c
475 enc->sse_[0] += VP8SSE16x16(in + Y_OFF_ENC, out + Y_OFF_ENC);
476 enc->sse_[1] += VP8SSE8x8(in + U_OFF_ENC, out + U_OFF_ENC);
477 enc->sse_[2] += VP8SSE8x8(in + V_OFF_ENC, out + V_OFF_ENC);
vp8enci.h 388 uint64_t sse_[4]; // sum of Y/U/V/A squared errors for all macroblocks member in struct:VP8Encoder
389 uint64_t sse_count_; // pixel count for the sse_[] stats
webpenc.c 262 const uint64_t* const sse = enc->sse_;
alpha.c 341 enc->sse_[3] = sse;

Completed in 314 milliseconds