Lines Matching refs:lmn_caches

1670                        gx_cie_scalar_cache *lmn_caches, gs_memory_t *memory)  in gsicc_create_abc_merge()  argument
1694 merge_abc_lmn_curves(abc_caches, lmn_caches); in gsicc_create_abc_merge()
1706 memcpy(curr_pos,&(lmn_caches[0].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1708 memcpy(curr_pos,&(lmn_caches[1].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1710 memcpy(curr_pos,&(lmn_caches[2].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1748 memcpy(curr_pos,&(lmn_caches[0].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1750 memcpy(curr_pos,&(lmn_caches[1].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1752 memcpy(curr_pos,&(lmn_caches[2].floats.values[0]),CURVE_SIZE*sizeof(float)); in gsicc_create_abc_merge()
1775 gx_cie_scalar_cache *lmn_caches, bool *islab) in gsicc_create_fromabc() argument
1789 bool has_lmn_procs = !((lmn_caches->floats.params.is_identity && in gsicc_create_fromabc()
1790 (lmn_caches)[1].floats.params.is_identity && in gsicc_create_fromabc()
1791 (lmn_caches)[2].floats.params.is_identity)); in gsicc_create_fromabc()
1951 gx_cie_vector_cache *a_cache, gx_cie_scalar_cache *lmn_caches) in gsicc_create_froma() argument
1961 bool has_lmn_procs = !(lmn_caches->floats.params.is_identity && in gsicc_create_froma()
1962 (lmn_caches)[1].floats.params.is_identity && in gsicc_create_froma()
1963 (lmn_caches)[2].floats.params.is_identity); in gsicc_create_froma()
2187 gx_cie_scalar_cache *lmn_caches, in gsicc_create_fromdefg() argument
2201 bool has_lmn_procs = !((lmn_caches->floats.params.is_identity && in gsicc_create_fromdefg()
2202 (lmn_caches)[1].floats.params.is_identity && in gsicc_create_fromdefg()
2203 (lmn_caches)[2].floats.params.is_identity)); in gsicc_create_fromdefg()
2252 gx_cie_scalar_cache *lmn_caches, in gsicc_create_fromdef() argument
2266 bool has_lmn_procs = !((lmn_caches->floats.params.is_identity && in gsicc_create_fromdef()
2267 (lmn_caches)[1].floats.params.is_identity && in gsicc_create_fromdef()
2268 (lmn_caches)[2].floats.params.is_identity)); in gsicc_create_fromdef()