HomeSort by relevance Sort by last modified time
    Searched refs:UpsampleRgbaLinePairNEON (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 265 NEON_UPSAMPLE_FUNC(UpsampleRgbaLinePairNEON, Rgba, 4)
279 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePairNEON;
287 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePairNEON;
  /external/webp/src/dsp/
upsampling_neon.c 265 NEON_UPSAMPLE_FUNC(UpsampleRgbaLinePairNEON, Rgba, 4)
279 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePairNEON;
287 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePairNEON;
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 163 void UpsampleRgbaLinePairNEON(const uint8_t *top_y, const uint8_t *bottom_y, const uint8_t *top_u, const uint8_t *top_v, const uint8_t *cur_u, const uint8_t *cur_v, uint8_t *top_dst, uint8_t *bottom_dst, int len)

Completed in 24 milliseconds