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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c28 BLOCK_SIZE min_block_size; member in struct:CYCLIC_REFRESH
102 // 1) prediction block size is below min_block_size
106 else if (bsize < cr->min_block_size ||
115 if (bsize < cr->min_block_size ||
208 cr->min_block_size = BLOCK_8X8;
H A Dvp9_encodeframe.c1723 BLOCK_SIZE *min_block_size,
1737 *min_block_size = MIN(*min_block_size, sb_type);
1757 BLOCK_SIZE *min_block_size,
1841 // *min_block_size.
1847 *min_block_size = min_size;
1853 BLOCK_SIZE *min_block_size,
1908 *min_block_size = min_size;
1722 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
1755 rd_auto_partition_range(VP9_COMP *cpi, const TileInfo *const tile, int mi_row, int mi_col, BLOCK_SIZE *min_block_size, BLOCK_SIZE *max_block_size) argument
1851 auto_partition_range(VP9_COMP *cpi, const TileInfo *const tile, int mi_row, int mi_col, BLOCK_SIZE *min_block_size, BLOCK_SIZE *max_block_size) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c29 BLOCK_SIZE min_block_size; member in struct:CYCLIC_REFRESH
103 // 1) prediction block size is below min_block_size
107 else if (bsize < cr->min_block_size ||
116 if (bsize < cr->min_block_size ||
207 cr->min_block_size = BLOCK_8X8;
H A Dvp9_encodeframe.c2053 BLOCK_SIZE * min_block_size,
2066 *min_block_size = MIN(*min_block_size, sb_type);
2086 BLOCK_SIZE *min_block_size,
2143 // *min_block_size.
2148 *min_block_size = min_size;
2052 get_sb_partition_size_range(VP9_COMP *cpi, MODE_INFO ** mi_8x8, BLOCK_SIZE * min_block_size, BLOCK_SIZE * max_block_size ) argument
2084 rd_auto_partition_range(VP9_COMP *cpi, const TileInfo *const tile, int mi_row, int mi_col, BLOCK_SIZE *min_block_size, BLOCK_SIZE *max_block_size) argument
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp48 const int min_block_size = 256; local
113 blocksize.width = MAX( blocksize.width, min_block_size - templ->cols + 1 );
116 blocksize.height = MAX( blocksize.height, min_block_size - templ->rows + 1 );
/external/opencv/ml/src/
H A Dmltree.cpp44 static const int min_block_size = 1 << 16; variable
275 tree_block_size = MAX(tree_block_size + block_size_delta, min_block_size);
294 temp_block_size = MAX( temp_block_size + block_size_delta, min_block_size );
1203 tree_block_size = MAX(tree_block_size + block_size_delta, min_block_size);

Completed in 811 milliseconds