Home
last modified time | relevance | path

Searched refs:ConvertToYUVA (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c456 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/
Dvp8l.c578 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()