Searched refs:RGB_TO_UV0 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | picture.c | 467 #define RGB_TO_UV0(x_in, x_out, y, SUM) { \ macro 530 RGB_TO_UV0(2 * x, x, y, SUM2H); in Import() 533 RGB_TO_UV0(2 * x, x, y, SUM1); in Import() 539 RGB_TO_UV0(x, x, y, SUM1); in Import()
|