Searched refs:RGB_TO_UV (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | picture.c | 457 #define RGB_TO_UV(x, y, SUM) { \ macro 510 RGB_TO_UV(x, y, SUM4); in Import() 513 RGB_TO_UV(x, y, SUM2V); in Import() 518 RGB_TO_UV(x, y, SUM2H); in Import() 521 RGB_TO_UV(x, y, SUM1); in Import() 566 #undef RGB_TO_UV
|