Home
last modified time | relevance | path

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

/external/chromium_org/third_party/qcms/src/
Diccread.c128 static uInt8Number read_uInt8Number(struct mem_source *mem, size_t offset) in read_uInt8Number() function
688 lut->clut_table[i] = uInt8Number_to_float(read_uInt8Number(src, clut_offset + 20 + i*1)); in read_tag_lutmABType()
777 lut->input_table[i] = uInt8Number_to_float(read_uInt8Number(src, offset + 52 + i * entry_size)); in read_tag_lutType()
786 …lut->clut_table[i+0] = uInt8Number_to_float(read_uInt8Number(src, clut_offset + i*entry_size + 0)); in read_tag_lutType()
787 …lut->clut_table[i+1] = uInt8Number_to_float(read_uInt8Number(src, clut_offset + i*entry_size + 1)); in read_tag_lutType()
788 …lut->clut_table[i+2] = uInt8Number_to_float(read_uInt8Number(src, clut_offset + i*entry_size + 2)); in read_tag_lutType()
799 lut->output_table[i] = uInt8Number_to_float(read_uInt8Number(src, output_offset + i*entry_size)); in read_tag_lutType()