OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curveType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/qcms/src/
transform_util.h
50
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);
qcmsint.h
147
struct
curveType
{
177
struct
curveType
*a_curves[10];
178
struct
curveType
*b_curves[10];
179
struct
curveType
*m_curves[10];
241
struct
curveType
*redTRC;
242
struct
curveType
*blueTRC;
243
struct
curveType
*greenTRC;
244
struct
curveType
*grayTRC;
iccread.c
452
// This method is used when reading mAB tags where nested
curveType
are
454
static struct
curveType
*read_curveType(struct mem_source *src, uint32_t offset, uint32_t *len)
457
struct
curveType
*curve = NULL;
475
curve = malloc(sizeof(struct
curveType
) + sizeof(uInt16Number)*count);
494
curve = malloc(sizeof(struct
curveType
));
517
static struct
curveType
*read_tag_curveType(struct mem_source *src, struct tag_index index, uint32_t tag_id)
520
struct
curveType
*curve = NULL;
533
static void read_nested_curveType(struct mem_source *src, struct
curveType
*(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset)
542
invalid_source(src, "invalid nested
curveType
curve");
546
invalid_source(src, "invalid nested
curveType
tag length")
[
all
...]
transform_util.c
253
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/
OpenSSLECPointContext.java
74
public static OpenSSLECPointContext getInstance(int
curveType
, OpenSSLECGroupContext group,
Completed in 124 milliseconds