Home
last modified time | relevance | path

Searched refs:SUM4 (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c570 #define SUM4(ptr, step) LinearToGamma( \ macro
775 r = SUM4(r_ptr + j, 4); in AccumulateRGBA()
776 g = SUM4(g_ptr + j, 4); in AccumulateRGBA()
777 b = SUM4(b_ptr + j, 4); in AccumulateRGBA()
814 dst[0] = SUM4(r_ptr + j, step); in AccumulateRGB()
815 dst[1] = SUM4(g_ptr + j, step); in AccumulateRGB()
816 dst[2] = SUM4(b_ptr + j, step); in AccumulateRGB()
983 #undef SUM4

Completed in 5 milliseconds