Home
last modified time | relevance | path

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

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