Searched refs:VP8LAddGreenToBlueAndRed_C (Results 1 – 4 of 4) sorted by relevance
126 void VP8LAddGreenToBlueAndRed_C(const uint32_t* src, int num_pixels,
247 void VP8LAddGreenToBlueAndRed_C(const uint32_t* src, int num_pixels, in VP8LAddGreenToBlueAndRed_C() function607 VP8LAddGreenToBlueAndRed = VP8LAddGreenToBlueAndRed_C; in WEBP_DSP_INIT_FUNC()
538 VP8LAddGreenToBlueAndRed_C(src, num_pixels & 3, dst); in AddGreenToBlueAndRed_NEON()
445 VP8LAddGreenToBlueAndRed_C(src + i, num_pixels - i, dst + i); in GENERATE_PREDICTOR_ADD()