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

  /external/brotli/c/common/
transform.c 194 const BrotliTransforms* transforms, int transform_idx) {
196 const uint8_t* prefix = BROTLI_TRANSFORM_PREFIX(transforms, transform_idx);
197 uint8_t type = BROTLI_TRANSFORM_TYPE(transforms, transform_idx);
198 const uint8_t* suffix = BROTLI_TRANSFORM_SUFFIX(transforms, transform_idx);
transform.h 74 const BrotliTransforms* transforms, int transform_idx);
  /external/brotli/c/dec/
decode.c 1819 int transform_idx = address >> shift; local
    [all...]

Completed in 64 milliseconds