Lines Matching refs:lmn_caches

1544                        gx_cie_scalar_cache *lmn_caches, gs_memory_t *memory)  in gsicc_create_abc_merge()  argument
1568 merge_abc_lmn_curves(abc_caches, lmn_caches); in gsicc_create_abc_merge()
1579 memcpy(curr_pos,&(lmn_caches[0].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1581 memcpy(curr_pos,&(lmn_caches[1].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1583 memcpy(curr_pos,&(lmn_caches[2].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1611 memcpy(curr_pos,&(lmn_caches[0].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1613 memcpy(curr_pos,&(lmn_caches[1].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1615 memcpy(curr_pos,&(lmn_caches[2].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1637 gx_cie_scalar_cache *lmn_caches, bool *islab) in gsicc_create_fromabc() argument
1651 bool has_lmn_procs = !((lmn_caches->floats.params.is_identity && in gsicc_create_fromabc()
1652 (lmn_caches)[1].floats.params.is_identity && in gsicc_create_fromabc()
1653 (lmn_caches)[2].floats.params.is_identity)); in gsicc_create_fromabc()
1772 gx_cie_vector_cache *a_cache, gx_cie_scalar_cache *lmn_caches) in gsicc_create_froma() argument
1782 bool has_lmn_procs = !(lmn_caches->floats.params.is_identity && in gsicc_create_froma()
1783 (lmn_caches)[1].floats.params.is_identity && in gsicc_create_froma()
1784 (lmn_caches)[2].floats.params.is_identity); in gsicc_create_froma()
1959 gx_cie_scalar_cache *lmn_caches, in gsicc_create_fromdefg() argument
1973 bool has_lmn_procs = !((lmn_caches->floats.params.is_identity && in gsicc_create_fromdefg()
1974 (lmn_caches)[1].floats.params.is_identity && in gsicc_create_fromdefg()
1975 (lmn_caches)[2].floats.params.is_identity)); in gsicc_create_fromdefg()
2022 gx_cie_scalar_cache *lmn_caches, in gsicc_create_fromdef() argument
2036 bool has_lmn_procs = !((lmn_caches->floats.params.is_identity && in gsicc_create_fromdef()
2037 (lmn_caches)[1].floats.params.is_identity && in gsicc_create_fromdef()
2038 (lmn_caches)[2].floats.params.is_identity)); in gsicc_create_fromdef()