Lines Matching refs:transforms
13 /* RFC 7932 transforms string data */
38 /* RFC 7932 transforms */
237 const BrotliTransforms* transforms, int transform_idx) {
239 const uint8_t* prefix = BROTLI_TRANSFORM_PREFIX(transforms, transform_idx);
240 uint8_t type = BROTLI_TRANSFORM_TYPE(transforms, transform_idx);
241 const uint8_t* suffix = BROTLI_TRANSFORM_SUFFIX(transforms, transform_idx);
268 uint16_t param = (uint16_t)(transforms->params[transform_idx * 2]
269 + (transforms->params[transform_idx * 2 + 1] << 8u));
272 uint16_t param = (uint16_t)(transforms->params[transform_idx * 2]
273 + (transforms->params[transform_idx * 2 + 1] << 8u));