Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h77 void VP8LConvertFromBGRA(const uint32_t* const in_data, int num_pixels,
Dlossless.c507 void VP8LConvertFromBGRA(const uint32_t* const in_data, int num_pixels, in VP8LConvertFromBGRA() function
/external/webp/src/dec/
Dvp8l_dec.c586 VP8LConvertFromBGRA(src, dst_width, colorspace, dst); in Export()
627 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out); in EmitRows()