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

  /external/chromium_org/third_party/qcms/src/
iccread.c 668 uint8_t in_chan, grid_points, out_chan; local
692 out_chan = read_u8(src, offset + 9);
700 if (in_chan != 3 || out_chan != 3) {
704 lut = malloc(sizeof(struct lutType) + (num_input_table_entries * in_chan + clut_size*out_chan + num_output_table_entries * out_chan)*sizeof(float));
712 lut->output_table = &lut->table_data[in_chan*num_input_table_entries + clut_size*out_chan];
738 for (i = 0; i < clut_size * out_chan; i+=3) {
750 output_offset = clut_offset + clut_size * out_chan * entry_size;
751 for (i = 0; i < lut->num_output_table_entries * out_chan; i++) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.c 3836 int out_chan; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 3836 int out_chan; local
    [all...]

Completed in 1037 milliseconds