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

  /external/brotli/java/org/brotli/dec/
Transform.java 16 static final int NUM_TRANSFORMS = 121;
17 private static final int[] TRANSFORMS = new int[NUM_TRANSFORMS * 3];
45 for (int i = 0; i < NUM_TRANSFORMS * 3; ++i) {
TransformTest.java 63 for (int i = 0; i < Transform.NUM_TRANSFORMS; ++i) {
Decode.java 935 if (transformIdx < Transform.NUM_TRANSFORMS) {
    [all...]
  /external/webp/include/webp/
format_constants.h 53 #define NUM_TRANSFORMS 4 // Maximum number of allowed transform
  /external/webp/src/webp/
format_constants.h 53 #define NUM_TRANSFORMS 4 // Maximum number of allowed transform
  /external/webp/src/dec/
vp8li_dec.h 85 VP8LTransform transforms_[NUM_TRANSFORMS];
vp8l_dec.c     [all...]

Completed in 991 milliseconds