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

  /external/chromium_org/third_party/qcms/src/
qcmsint.h 178 struct curveType *b_curves[10]; member in struct:lutmABType
chain.c 616 if (lut->b_curves[0] != NULL) {
622 transform->input_clut_table_r = build_input_gamma_table(lut->b_curves[0]);
623 transform->input_clut_table_g = build_input_gamma_table(lut->b_curves[1]);
624 transform->input_clut_table_b = build_input_gamma_table(lut->b_curves[2]);
    [all...]
iccread.c 519 free(lut->b_curves[i]);
633 read_nested_curveType(src, &lut->b_curves, num_out_channels, b_curve_offset);
    [all...]

Completed in 1759 milliseconds