Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dsyntax_enc.c29 static int PutPaddingByte(const WebPPicture* const pic) { in PutPaddingByte() function
96 if ((enc->alpha_data_size_ & 1) && !PutPaddingByte(pic)) { in PutAlphaChunk()
379 ok = PutPaddingByte(pic); in VP8EncWrite()