Home
last modified time | relevance | path

Searched defs:max_block_size (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.cpp148 _cl_device_id::max_block_size() const { in max_block_size() function in _cl_device_id
Dkernel.cpp113 _cl_kernel::max_block_size() const { in max_block_size() function in _cl_kernel
/external/zlib/src/
Ddeflate.c1571 ulg max_block_size = 0xffff; local
/external/pdfium/third_party/zlib_v128/
Ddeflate.c1570 ulg max_block_size = 0xffff; in deflate_stored() local
/external/opencv3/3rdparty/zlib/
Ddeflate.c1571 ulg max_block_size = 0xffff; local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2126 BLOCK_SIZE *max_block_size, in get_sb_partition_size_range()
2161 BLOCK_SIZE *max_block_size) { in rd_auto_partition_range()
/external/opencv3/modules/imgproc/test/
Dtest_filter.cpp1213 int max_block_size; member in CV_FeatureSelBaseTest