Searched refs:table_8 (Results 1 – 3 of 3) sorted by relevance
244 if (curve->table_8) { in eval_curve()245 l = curve->table_8[lo] * (1/255.0f); in eval_curve()246 h = curve->table_8[hi] * (1/255.0f); in eval_curve()555 curve->table_8 = nullptr; in read_curve_curv()684 out->input_curves[i].table_8 = table_base + i * byte_len_per_input_table; in init_tables()687 out->input_curves[i].table_8 = nullptr; in init_tables()704 out->output_curves[i].table_8 = output_table_base + i * byte_len_per_output_table; in init_tables()707 out->output_curves[i].table_8 = nullptr; in init_tables()1118 curve->table_8 = nullptr; in canonicalize_identity()
102 const uint8_t* table_8; member
658 if (curve->table_8) { in table()659 l = F_from_U8(gather_8(curve->table_8, lo)); in table()660 h = F_from_U8(gather_8(curve->table_8, hi)); in table()