Searched refs:curveType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/qcms/src/
H A Dtransform_util.h50 float *build_input_gamma_table(struct curveType *TRC);
52 void build_output_lut(struct curveType *trc,
56 qcms_bool compute_precache(struct curveType *trc, uint8_t *output);
H A Dqcmsint.h147 struct curveType { struct
177 struct curveType *a_curves[10];
178 struct curveType *b_curves[10];
179 struct curveType *m_curves[10];
240 struct curveType *redTRC;
241 struct curveType *blueTRC;
242 struct curveType *greenTRC;
243 struct curveType *grayTRC;
H A Diccread.c410 // This method is used when reading mAB tags where nested curveType are
412 static struct curveType *read_curveType(struct mem_source *src, uint32_t offset, uint32_t *len)
415 struct curveType *curve = NULL;
433 curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*count);
452 curve = malloc(sizeof(struct curveType));
475 static struct curveType *read_tag_curveType(struct mem_source *src, struct tag_index index, uint32_t tag_id)
478 struct curveType *curve = NULL;
491 static void read_nested_curveType(struct mem_source *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset)
500 invalid_source(src, "invalid nested curveType curve");
826 static struct curveType *curve_from_tabl
[all...]
H A Dtransform_util.c253 float *build_input_gamma_table(struct curveType *TRC)
454 qcms_bool compute_precache(struct curveType *trc, uint8_t *output)
539 void build_output_lut(struct curveType *trc,
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLECPointContext.java74 public static OpenSSLECPointContext getInstance(int curveType, OpenSSLECGroupContext group, argument

Completed in 181 milliseconds