Searched refs:WebPIDecGetYUVA (Results 1 – 4 of 4) sorted by relevance
/external/webp/include/webp/ |
D | decode.h | 355 WEBP_EXTERN uint8_t* WebPIDecGetYUVA( 365 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/external/webp/src/webp/ |
D | decode.h | 355 WEBP_EXTERN uint8_t* WebPIDecGetYUVA( 365 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/external/webp/src/dec/ |
D | idec_dec.c | 870 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, in WebPIDecGetYUVA() function
|
/external/webp/ |
D | README | 708 method: WebPIDecGetRGB or WebPIDecGetYUVA.
|