Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h107 void VP8LConvertFromBGRA(const uint32_t* const in_data, int num_pixels,
Dlossless.c526 void VP8LConvertFromBGRA(const uint32_t* const in_data, int num_pixels, in VP8LConvertFromBGRA() function
/external/webp/src/dec/
Dvp8l_dec.c590 VP8LConvertFromBGRA(src, dst_width, colorspace, dst); in Export()
632 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out); in EmitRows()
/external/webp/
DChangeLog2684 514fc251 VP8LConvertFromBGRA: use conversion function pointers