Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture.c456 #define SUM1(ptr) (4 * (ptr)[0]) macro
521 RGB_TO_UV(x, y, SUM1); in Import()
533 RGB_TO_UV0(2 * x, x, y, SUM1); in Import()
539 RGB_TO_UV0(x, x, y, SUM1); in Import()
565 #undef SUM1