Home
last modified time | relevance | path

Searched refs:a_curve_offset (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/qcms/src/
Diccread.c530 uint32_t a_curve_offset, b_curve_offset, m_curve_offset; in read_tag_lutmABType() local
558 a_curve_offset = read_u32(src, offset + 28); in read_tag_lutmABType()
566 if (a_curve_offset) in read_tag_lutmABType()
567 a_curve_offset += offset; in read_tag_lutmABType()
626 if (a_curve_offset) { in read_tag_lutmABType()
627 read_nested_curveType(src, &lut->a_curves, num_in_channels, a_curve_offset); in read_tag_lutmABType()