Searched defs:max_block_size (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp148 _cl_device_id::max_block_size() const { function in class:_cl_device_id
H A Dkernel.cpp59 w.resize(q.dev.max_block_size().size(), x);
113 _cl_kernel::max_block_size() const { function in class:_cl_kernel
/external/opencv3/3rdparty/zlib/
H A Ddeflate.c1571 ulg max_block_size = 0xffff; local
1574 if (max_block_size > s->pending_buf_size - 5) {
1575 max_block_size = s->pending_buf_size - 5;
1597 max_start = s->block_start + max_block_size;
/external/zlib/src/
H A Ddeflate.c1571 ulg max_block_size = 0xffff; local
1574 if (max_block_size > s->pending_buf_size - 5) {
1575 max_block_size = s->pending_buf_size - 5;
1597 max_start = s->block_start + max_block_size;
/external/pdfium/third_party/zlib_v128/
H A Ddeflate.c1570 ulg max_block_size = 0xffff; local
1573 if (max_block_size > s->pending_buf_size - 5) {
1574 max_block_size = s->pending_buf_size - 5;
1596 max_start = s->block_start + max_block_size;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2126 BLOCK_SIZE *max_block_size,
2140 *max_block_size = VPXMAX(*max_block_size, sb_type);
2161 BLOCK_SIZE *max_block_size) {
2230 *max_block_size = max_size;
2124 get_sb_partition_size_range(MACROBLOCKD *xd, MODE_INFO **mi_8x8, BLOCK_SIZE *min_block_size, BLOCK_SIZE *max_block_size, int bs_hist[BLOCK_SIZES]) argument
2157 rd_auto_partition_range(VP9_COMP *cpi, const TileInfo *const tile, MACROBLOCKD *const xd, int mi_row, int mi_col, BLOCK_SIZE *min_block_size, BLOCK_SIZE *max_block_size) argument

Completed in 767 milliseconds