/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/ |
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/external/fio/tools/ |
genfio | 23 BLOCK_SIZE=4k 62 Default is $BLOCK_SIZE 213 BLOCK_SIZE=$OPTARG 276 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-all-$MODES-$PRINTABLE_DISKS.fio 280 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-sequential-$MODES-$PRINTABLE_DISKS.fio 283 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-parallel-$MODES-$PRINTABLE_DISKS.fio 340 for BLK_SIZE in $(echo $BLOCK_SIZE | tr "," " "); do
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 419 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, 463 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, 548 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, 559 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { 568 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, 578 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { 587 int dry_run, BLOCK_SIZE bsize) { [all...] |
vp9_encodeframe.c | 52 int mi_row, int mi_col, BLOCK_SIZE bsize, 107 BLOCK_SIZE bs) { 116 VP9_COMP *cpi, const struct buf_2d *ref, BLOCK_SIZE bs, int bd) { 143 BLOCK_SIZE bs) { 155 static BLOCK_SIZE get_rd_var_based_fixed_partition(VP9_COMP *cpi, MACROBLOCK *x, 186 BLOCK_SIZE bsize) { 243 BLOCK_SIZE bsize) { 258 BLOCK_SIZE bsize) { 314 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) { 378 static void fill_variance_tree(void *data, BLOCK_SIZE bsize) [all...] |
vp9_rd.c | 415 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, 419 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); 457 int ref_frame, BLOCK_SIZE block_size) { 469 block_size < x->max_partition_size); 497 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, 533 int vp9_raster_block_offset(BLOCK_SIZE plane_bsize, 541 int16_t* vp9_raster_block_offset_int16(BLOCK_SIZE plane_bsize, 633 const BLOCK_SIZE min_size = VPXMAX(bsize - 1, BLOCK_4X4); 634 const BLOCK_SIZE max_size = VPXMIN(bsize + 2, BLOCK_64X64) [all...] |
/external/opencv3/modules/photo/src/cuda/ |
nlm.cu | 188 template <int BLOCK_SIZE> 191 return cv::cuda::device::smem_tuple(smem, smem + BLOCK_SIZE); 207 template <int BLOCK_SIZE> 210 return cv::cuda::device::smem_tuple(smem, smem + BLOCK_SIZE, smem + 2 * BLOCK_SIZE); 226 template <int BLOCK_SIZE> 229 return cv::cuda::device::smem_tuple(smem, smem + BLOCK_SIZE, smem + 2 * BLOCK_SIZE, smem + 3 * BLOCK_SIZE); 245 template <int BLOCK_SIZE> [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_mfqe.c | 24 int block_size, int src_weight) { 29 for (r = 0; r < block_size; r++) { 30 for (c = 0; c < block_size; c++) { 75 int uvd_stride, BLOCK_SIZE block_size, 77 if (block_size == BLOCK_16X16) { 81 } else if (block_size == BLOCK_32X32) { 85 } else if (block_size == BLOCK_64X64) { 136 BLOCK_SIZE bs) { 152 static void get_thr(BLOCK_SIZE bs, int qdiff, int *sad_thr, int *vdiff_thr) [all...] |
vp9_reconinter.c | 233 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, 240 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, 262 BLOCK_SIZE bsize) { 267 BLOCK_SIZE bsize, int plane) { 272 BLOCK_SIZE bsize) { 278 BLOCK_SIZE bsize) {
|
/build/tools/releasetools/ |
build_image.py | 37 BLOCK_SIZE = 4096 100 blocks = pad_size // BLOCK_SIZE 119 if hi % BLOCK_SIZE != 0: 120 hi = (hi // BLOCK_SIZE) * BLOCK_SIZE 129 i = ((lo + hi) // (2 * BLOCK_SIZE)) * BLOCK_SIZE 134 lo = i + BLOCK_SIZE
|