HomeSort by relevance Sort by last modified time
    Searched refs:PutPaddingByte (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
syntax.c 29 static int PutPaddingByte(const WebPPicture* const pic) {
96 if ((enc->alpha_data_size_ & 1) && !PutPaddingByte(pic)) {
374 ok = PutPaddingByte(pic);
  /external/webp/src/enc/
syntax.c 29 static int PutPaddingByte(const WebPPicture* const pic) {
96 if ((enc->alpha_data_size_ & 1) && !PutPaddingByte(pic)) {
374 ok = PutPaddingByte(pic);

Completed in 37 milliseconds