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

  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 65 MAX_NUM_PARTITIONS = 8,
216 VP8BitReader parts_[MAX_NUM_PARTITIONS];
  /external/webp/src/dec/
vp8i.h 65 MAX_NUM_PARTITIONS = 8,
216 VP8BitReader parts_[MAX_NUM_PARTITIONS];
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 55 MAX_NUM_PARTITIONS = 8,
385 // number of partitions (1, 2, 4 or 8 = MAX_NUM_PARTITIONS)
390 VP8BitWriter parts_[MAX_NUM_PARTITIONS]; // token partitions
  /external/webp/src/enc/
vp8enci.h 55 MAX_NUM_PARTITIONS = 8,
385 // number of partitions (1, 2, 4 or 8 = MAX_NUM_PARTITIONS)
390 VP8BitWriter parts_[MAX_NUM_PARTITIONS]; // token partitions

Completed in 816 milliseconds