Searched refs:table_8 (Results 1 – 6 of 6) sorted by relevance
62 if (curve->table_8) { in eval_curve()63 l = curve->table_8[lo] * (1/255.0f); in eval_curve()64 h = curve->table_8[hi] * (1/255.0f); in eval_curve()376 curve->table_8 = nullptr; in read_curve_curv()480 a2b->input_curves[i].table_8 = table_base + i * byte_len_per_input_table; in init_a2b_tables()483 a2b->input_curves[i].table_8 = nullptr; in init_a2b_tables()500 a2b->output_curves[i].table_8 = output_table_base + i * byte_len_per_output_table; in init_a2b_tables()503 a2b->output_curves[i].table_8 = nullptr; in init_a2b_tables()815 curve->table_8 = nullptr; in read_a2b()
62 const uint8_t* table_8; member
524 if (curve->table_8) { in table()525 l = F_from_U8(gather_8(curve->table_8, lo)); in table()526 h = F_from_U8(gather_8(curve->table_8, hi)); in table()