OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_TRANSFORMS
(Results
1 - 3
of
3
) 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) {
/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
Completed in 768 milliseconds