HomeSort by relevance Sort by last modified time
    Searched refs:m_curves (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/qcms/src/
qcmsint.h 179 struct curveType *m_curves[10]; member in struct:lutmABType
chain.c 590 if (lut->m_curves[0] != NULL) {
598 transform->input_clut_table_r = build_input_gamma_table(lut->m_curves[0]);
599 transform->input_clut_table_g = build_input_gamma_table(lut->m_curves[1]);
600 transform->input_clut_table_b = build_input_gamma_table(lut->m_curves[2]);
    [all...]
iccread.c 566 free(lut->m_curves[i]);
676 read_nested_curveType(src, &lut->m_curves, num_out_channels, m_curve_offset);
    [all...]

Completed in 33 milliseconds