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

  /external/harfbuzz_ng/src/hb-ucdn/
unicodedata_db.h 4962 static const unsigned int comp_data[] = { variable
    [all...]
ucdn.c 262 *code = comp_data[index + offset];
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 119 comp_data = os.path.join(self.profdir, COMP_PERF_FILE % (
121 compressed = self._compress_file(perf_data, comp_data)
  /external/opencv3/modules/cudastereo/src/cuda/
stereobp.cu 133 __global__ void comp_data(const PtrStepSzb left, const PtrStepb right, PtrStep<D> data)
174 comp_data<1, short><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<short>)data);
188 comp_data<1, float><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<float>)data);
203 comp_data<3, short><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<short>)data);
217 comp_data<3, float><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<float>)data);
232 comp_data<4, short><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<short>)data);
246 comp_data<4, float><<<grid, threads, 0, stream>>>(left, right, (PtrStepSz<float>)data);
  /hardware/ti/omap4-aah/hwc/
hwc.c 205 struct omap_hwc_data comp_data; /* This is a kernel data structure */ member in struct:omap4_hwc_device
333 struct dsscomp_setup_dispc_data *dsscomp = &hwc_dev->comp_data.dsscomp_data;
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 6093 void *comp_data = compressor_dump_options(comp, block_size, local
    [all...]

Completed in 894 milliseconds