/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 234 if (curve->table_entries == 0) { 238 float ix = fmaxf_(0, fminf_(x, 1)) * (curve->table_entries - 1); 260 uint32_t N = curve->table_entries > 256 ? curve->table_entries : 256; 469 curve->table_entries = 0; 540 curve->table_entries = 0; 557 curve->table_entries = value_count; 682 out->input_curves[i].table_entries = input_table_entries; 702 out->output_curves[i].table_entries = output_table_entries; 747 // ICC spec mandates that 2 <= table_entries < [all...] |
/third_party/skia/src/core/ |
H A D | SkColorSpace.cpp | 224 if (trc[0].table_entries != 0 || in Make() 225 trc[1].table_entries != 0 || in Make() 226 trc[2].table_entries != 0 || in Make()
|
/third_party/ffmpeg/libavformat/ |
H A D | nsvdec.c | 91 uint32_t table_entries; 265 int table_entries; in nsv_parse_NSVf_header() local 290 table_entries = avio_rl32(pb); in nsv_parse_NSVf_header() 293 strings_size, table_entries, table_entries_used); in nsv_parse_NSVf_header() 351 if(table_entries > table_entries_used && in nsv_parse_NSVf_header()
|
/third_party/skia/include/third_party/skcms/ |
H A D | skcms.h | 101 uint32_t table_entries; member 391 p->trc[i].table_entries = 0; in skcms_SetTransferFunction()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getcfi_elf.c | 77 size_t *table_entries, uint8_t *table_encoding) in parse_eh_frame_hdr() 118 *table_entries = fde_count; in parse_eh_frame_hdr() 75 parse_eh_frame_hdr(const uint8_t *hdr, size_t hdr_size, GElf_Addr hdr_vaddr, const GElf_Ehdr *ehdr, GElf_Addr *eh_frame_vaddr, size_t *table_entries, uint8_t *table_encoding) parse_eh_frame_hdr() argument
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 66 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *); in TEST() local 68 EXPECT_GE(table_entries, 408u); in TEST() 73 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *); in TEST() local 101 EXPECT_GE(table_entries, 978u - 6u - 1u - 2u - 13u - 7u - 2u); in TEST() 106 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *); in TEST() local 112 EXPECT_LT(table_entries, _glapi_get_dispatch_table_size()); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_grammar_tables.py | 539 table_entries = zip(enum_kinds, enum_names, enum_names) 540 table_entries = [' {{{}, ARRAY_SIZE({}), {}}}'.format(*e) 541 for e in table_entries] 547 p=PYGEN_VARIABLE_PREFIX, enums=',\n'.join(table_entries))
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_grammar_tables.py | 539 table_entries = zip(enum_kinds, enum_names, enum_names) 540 table_entries = [' {{{}, ARRAY_SIZE({}), {}}}'.format(*e) 541 for e in table_entries] 547 p=PYGEN_VARIABLE_PREFIX, enums=',\n'.join(table_entries))
|
/third_party/spirv-tools/utils/ |
H A D | generate_grammar_tables.py | 554 table_entries = zip(enum_kinds, enum_names, enum_names) 555 table_entries = [' {{{}, ARRAY_SIZE({}), {}}}'.format(*e) 556 for e in table_entries] 562 p=PYGEN_VARIABLE_PREFIX, enums=',\n'.join(table_entries))
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_parse_utils.cpp | 45 uint32 table_entries) in LookupName() 48 for (uint32 index = 0; index < table_entries; index++) in LookupName() 43 LookupName(uint32 key, const dng_name_table *table, uint32 table_entries) LookupName() argument
|
/third_party/skia/third_party/skcms/src/ |
H A D | Transform_inl.h | 646 F ix = max_(F0, min_(v, F1)) * (float)(curve->table_entries - 1); in table()
|