Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 25 of 127) sorted by relevance

123456

/external/opencv/cxcore/src/
Dcxmean.cpp133 #define ICV_MEAN_ENTRY_BLOCK_COMMON( block_size ) \ argument
137 #define ICV_MEAN_ENTRY_BLOCK_C1( sumtype, worktype, block_size )\ argument
142 #define ICV_MEAN_ENTRY_BLOCK_C2( sumtype, worktype, block_size )\ argument
147 #define ICV_MEAN_ENTRY_BLOCK_C3( sumtype, worktype, block_size )\ argument
152 #define ICV_MEAN_ENTRY_BLOCK_C4( sumtype, worktype, block_size )\ argument
214 #define ICV_MEAN_UPDATE_COMMON( block_size )\ argument
217 #define ICV_MEAN_UPDATE_C1( block_size ) \ argument
222 #define ICV_MEAN_UPDATE_C2( block_size ) \ argument
227 #define ICV_MEAN_UPDATE_C3( block_size ) \ argument
232 #define ICV_MEAN_UPDATE_C4( block_size ) \ argument
[all …]
Dcxnorm.cpp139 post_func, arrtype, normtype, worktype, block_size ) \ argument
173 post_func, arrtype, normtype, worktype, block_size ) \ argument
197 post_func, arrtype, normtype, worktype, block_size ) \ argument
218 normtype, worktype, block_size ) \ argument
255 arrtype, normtype, worktype, block_size ) \ argument
277 normtype, worktype, block_size ) \ argument
315 arrtype, normtype, worktype, block_size ) \ argument
338 arrtype, normtype, worktype, block_size ) \ argument
362 normtype, worktype, block_size ) \ argument
402 arrtype, normtype, worktype, block_size ) \ argument
[all …]
Dcxmeansdv.cpp270 #define ICV_MEAN_SDV_ENTRY_BLOCK_COMMON( block_size ) \ argument
275 worktype, sqworktype, block_size ) \ argument
283 worktype, sqworktype, block_size ) \ argument
291 worktype, sqworktype, block_size ) \ argument
299 worktype, sqworktype, block_size ) \ argument
342 #define ICV_MEAN_SDV_UPDATE_COMMON( block_size )\ argument
345 #define ICV_MEAN_SDV_UPDATE_C1( block_size ) \ argument
350 #define ICV_MEAN_SDV_UPDATE_C2( block_size ) \ argument
356 #define ICV_MEAN_SDV_UPDATE_C3( block_size ) \ argument
363 #define ICV_MEAN_SDV_UPDATE_C4( block_size ) \ argument
[all …]
Dcxsumpixels.cpp141 #define ICV_SUM_ENTRY_BLOCK_COMMON( block_size ) \ argument
145 #define ICV_SUM_ENTRY_BLOCK_C1( sumtype, worktype, block_size ) \ argument
150 #define ICV_SUM_ENTRY_BLOCK_C2( sumtype, worktype, block_size ) \ argument
155 #define ICV_SUM_ENTRY_BLOCK_C3( sumtype, worktype, block_size ) \ argument
160 #define ICV_SUM_ENTRY_BLOCK_C4( sumtype, worktype, block_size ) \ argument
206 #define ICV_SUM_UPDATE_COMMON( block_size ) \ argument
209 #define ICV_SUM_UPDATE_C1( block_size ) \ argument
214 #define ICV_SUM_UPDATE_C2( block_size ) \ argument
219 #define ICV_SUM_UPDATE_C3( block_size ) \ argument
224 #define ICV_SUM_UPDATE_C4( block_size ) \ argument
[all …]
/external/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc55 const int block_size = 100; in TEST() local
64 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local
89 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local
117 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local
174 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local
Dzero_copy_stream_impl_lite.cc53 int block_size) in ArrayInputStream()
106 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size) in ArrayOutputStream()
205 CopyingInputStream* copying_stream, int block_size) in CopyingInputStreamAdaptor()
311 CopyingOutputStream* copying_stream, int block_size) in CopyingOutputStreamAdaptor()
Dzero_copy_stream_impl.cc77 FileInputStream::FileInputStream(int file_descriptor, int block_size) in FileInputStream()
173 FileOutputStream::FileOutputStream(int file_descriptor, int block_size) in FileOutputStream()
271 IstreamInputStream::IstreamInputStream(istream* input, int block_size) in IstreamInputStream()
313 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size) in OstreamOutputStream()
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc55 const int block_size = 100; in TEST() local
64 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local
89 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local
117 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local
174 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local
Dzero_copy_stream_impl_lite.cc55 int block_size) in ArrayInputStream()
108 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size) in ArrayOutputStream()
207 CopyingInputStream* copying_stream, int block_size) in CopyingInputStreamAdaptor()
313 CopyingOutputStream* copying_stream, int block_size) in CopyingOutputStreamAdaptor()
Dzero_copy_stream_impl.cc78 FileInputStream::FileInputStream(int file_descriptor, int block_size) in FileInputStream()
174 FileOutputStream::FileOutputStream(int file_descriptor, int block_size) in FileOutputStream()
272 IstreamInputStream::IstreamInputStream(istream* input, int block_size) in IstreamInputStream()
314 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size) in OstreamOutputStream()
/external/regex-re2/util/
Darena.cc16 UnsafeArena::UnsafeArena(const size_t block_size) in UnsafeArena()
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) { in AllocNewBlock()
/external/chromium_org/third_party/re2/util/
Darena.cc16 UnsafeArena::UnsafeArena(const size_t block_size) in UnsafeArena()
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) { in AllocNewBlock()
/external/v8/test/cctest/
Dtest-platform-win32.cc20 size_t block_size = 4 * KB; in TEST() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
Dintel_tex_format.c59 GLuint block_size; in intel_compressed_num_bytes() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_format.c59 GLuint block_size; in intel_compressed_num_bytes() local
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_format.c59 GLuint block_size; in intel_compressed_num_bytes() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Dintel_tex_format.c59 GLuint block_size; in intel_compressed_num_bytes() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_format.c59 GLuint block_size; in intel_compressed_num_bytes() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dintel_tex_format.c59 GLuint block_size; in intel_compressed_num_bytes() local
/external/chromium_org/v8/test/cctest/
Dtest-platform-linux.cc46 size_t block_size = 4 * KB; in TEST() local
Dtest-platform-win32.cc45 size_t block_size = 4 * KB; in TEST() local
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dkernel.cpp193 const size_t *grid_size, const size_t *block_size, in kernel_validate()
252 const std::vector<size_t> &block_size) { in kernel_op()
280 const std::vector<size_t> block_size = opt_vector(pblock_size, dims); in clEnqueueNDRangeKernel() local
302 const std::vector<size_t> block_size = { 1 }; in clEnqueueTask() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
Dkernel.cpp193 const size_t *grid_size, const size_t *block_size, in kernel_validate()
252 const std::vector<size_t> &block_size) { in kernel_op()
280 const std::vector<size_t> block_size = opt_vector(pblock_size, dims); in clEnqueueNDRangeKernel() local
302 const std::vector<size_t> block_size = { 1 }; in clEnqueueTask() local
/external/chromium_org/net/disk_cache/
Dmapped_file_avoid_mmap_posix.cc42 const size_t block_size = 4096; in Flush() local
/external/e2fsprogs/lib/ext2fs/
Dopenfs.c62 unsigned int block_size, io_manager manager, in ext2fs_open()
82 unsigned int block_size, io_manager manager, in ext2fs_open2()

123456