Searched refs:stride2 (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | ssim.c | 64 const uint8_t* src2, int stride2, in SSIMGetClipped_C() argument 75 src2 += ymin * stride2; in SSIMGetClipped_C() 76 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in SSIMGetClipped_C() 94 const uint8_t* src2, int stride2) { in SSIMGet_C() argument 97 for (y = 0; y <= 2 * VP8_SSIM_KERNEL; ++y, src1 += stride1, src2 += stride2) { in SSIMGet_C()
|
A D | ssim_sse2.c | 122 src2 += stride2; \ 126 const uint8_t* src2, int stride2) { in SSIMGet_SSE2() argument
|
A D | dsp.h | 346 const uint8_t* src2, int stride2, 354 const uint8_t* src2, int stride2);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | get_disto.c | 74 const uint8_t* src2, int stride2, in DiffScaleChannel() argument 80 const uint8_t* const ptr2 = src2 + y * stride2; in DiffScaleChannel() 135 const uint8_t* src2, int stride2, in SSIMGetClipped() argument 144 src2 += ymin * stride2; in SSIMGetClipped() 145 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in SSIMGetClipped() 164 const uint8_t* src2, int stride2, in SSIMScaleChannel() argument 176 plane2[x + y * w] = src2[x * x_stride + y * stride2]; in SSIMScaleChannel()
|
Completed in 6 milliseconds