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

  /external/chromium_org/third_party/libwebp/webp/
format_constants.h 23 #define VP8_MAX_PARTITION_SIZE (1 << 24) // max size for token partition
  /external/webp/include/webp/
format_constants.h 23 #define VP8_MAX_PARTITION_SIZE (1 << 24) // max size for token partition
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 258 if (part_size >= VP8_MAX_PARTITION_SIZE) {
  /external/webp/src/enc/
syntax.c 258 if (part_size >= VP8_MAX_PARTITION_SIZE) {

Completed in 44 milliseconds