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

  /external/opencv3/3rdparty/libwebp/enc/
syntax.c 386 const uint32_t padded_alpha_size = enc->alpha_data_size_ + local
388 riff_size += CHUNK_HEADER_SIZE + padded_alpha_size;
  /external/webp/src/enc/
syntax.c 342 const uint32_t padded_alpha_size = enc->alpha_data_size_ + local
344 riff_size += CHUNK_HEADER_SIZE + padded_alpha_size;

Completed in 775 milliseconds