Searched refs:NewDecoder (Results 1 – 1 of 1) sorted by relevance
599 static WebPIDecoder* NewDecoder(WebPDecBuffer* const output_buffer, in NewDecoder() function635 return NewDecoder(output_buffer, NULL); in WebPINewDecoder()654 idec = (config != NULL) ? NewDecoder(&config->output, features) in WebPIDecode()655 : NewDecoder(NULL, features); in WebPIDecode()
Completed in 4 milliseconds