Searched refs:ConvertToYUVA (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8l.c | 456 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, in ConvertToYUVA() function 525 ConvertToYUVA(src, dst_width, y_pos, dec->output_); in ExportYUVA() 553 ConvertToYUVA((const uint32_t*)row_in, mb_w, y_pos, dec->output_); in EmitRowsYUVA()
|
/external/webp/src/dec/ |
D | vp8l.c | 578 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, in ConvertToYUVA() function 612 ConvertToYUVA(src, dst_width, y_pos, dec->output_); in ExportYUVA() 640 ConvertToYUVA((const uint32_t*)in, mb_w, y_pos, dec->output_); in EmitRowsYUVA()
|