Searched refs:VP8LConvertFromBGRA (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | lossless.h | 107 void VP8LConvertFromBGRA(const uint32_t* const in_data, int num_pixels,
|
D | lossless.c | 526 void VP8LConvertFromBGRA(const uint32_t* const in_data, int num_pixels, in VP8LConvertFromBGRA() function
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 590 VP8LConvertFromBGRA(src, dst_width, colorspace, dst); in Export() 632 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out); in EmitRows()
|
/external/webp/ |
D | ChangeLog | 2684 514fc251 VP8LConvertFromBGRA: use conversion function pointers
|