/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 408 int mi_col, BLOCK_SIZE subsize, 409 BLOCK_SIZE bsize) { 424 int mi_col, BLOCK_SIZE bsize) {
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_segmentation.c | 124 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; 146 BLOCK_SIZE bsize) { 172 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
|
vp9_rd.c | 446 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, 450 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); 485 int ref_y_stride, int ref_frame, BLOCK_SIZE block_size) { 497 (cpi->sf.adaptive_motion_search && block_size < x->max_partition_size); 522 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, 557 int vp9_raster_block_offset(BLOCK_SIZE plane_bsize, int raster_block, 565 int16_t *vp9_raster_block_offset_int16(BLOCK_SIZE plane_bsize, int raster_block, 658 const BLOCK_SIZE min_size = VPXMAX(bsize - 1, BLOCK_4X4); 659 const BLOCK_SIZE max_size = VPXMIN(bsize + 2, BLOCK_64X64) [all...] |
vp9_aq_complexity.c | 110 void vp9_caq_select_segment(VP9_COMP *cpi, MACROBLOCK *mb, BLOCK_SIZE bs,
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/ |
SDController.h | 48 #define BLOCK_SIZE 0x200
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/ |
FirmwareUpdate.h | 144 #define BLOCK_SIZE SIZE_4KB
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
quota.h | 58 * for filesystems where i_blksize != BLOCK_SIZE 60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
mount.h | 28 #define BLOCK_SIZE 1024
|
quota.h | 58 * for filesystems where i_blksize != BLOCK_SIZE 60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
mount.h | 28 #define BLOCK_SIZE 1024
|
quota.h | 58 * for filesystems where i_blksize != BLOCK_SIZE 60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
|
/external/webrtc/talk/session/media/ |
planarfunctions_unittest.cc | 133 // The size of each chrome block is (block_size) x (block_size). 136 int block_size, 141 if (height <= 0 || width <= 0 || block_size <= 0) { return NULL; } 174 int color = ((i / block_size) + (j / block_size)) % kTestingColorNum; 192 // The size of each chrome block is (block_size) x (block_size). 195 int block_size, 198 if (height <= 0 || width <= 0 || block_size <= 0) { return NULL; 506 int block_size = 3; local 544 int block_size = 2; local 592 int block_size = 2; local 638 int block_size = 2; local 778 int block_size = 3; local 825 int block_size = 3; local 874 int block_size = 3; local [all...] |
/frameworks/base/core/java/android/nfc/tech/ |
MifareClassic.java | 36 * blocks. Block size is always 16 bytes ({@link #BLOCK_SIZE}. Sector size varies. 116 public static final int BLOCK_SIZE = 16; 263 return mSize / BLOCK_SIZE;
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
Gpt.S | 24 .equ BLOCK_SIZE, 0x0200
128 shrl $BLOCK_SHIFT, %eax # EAX = (SizeOfPartitionEntry * GptPartitionIndicator) / BLOCK_SIZE
130 # = (SizeOfPartitionEntry * GptPartitionIndicator) % BLOCK_SIZE
136 # (SizeOfPartitionEntry * GptPartitionIndicator) / BLOCK_SIZE)
148 popl %edx # EDX = (SizeOfPartitionEntry * GptPartitionIndicator) % BLOCK_SIZE
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESEngine.java | 15 protected static final int BLOCK_SIZE = 8; 61 return BLOCK_SIZE; 75 if ((inOff + BLOCK_SIZE) > in.length) 80 if ((outOff + BLOCK_SIZE) > out.length) 87 return BLOCK_SIZE;
|
TwofishEngine.java | 194 private static final int BLOCK_SIZE = 16; // bytes = 128 bits 198 private static final int OUTPUT_WHITEN=INPUT_WHITEN+BLOCK_SIZE/4; // 4 199 private static final int ROUND_SUBKEYS=OUTPUT_WHITEN+BLOCK_SIZE/4;// 8 300 if ((inOff + BLOCK_SIZE) > in.length) 305 if ((outOff + BLOCK_SIZE) > out.length) 319 return BLOCK_SIZE; 332 return BLOCK_SIZE;
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
vp9_denoiser_neon.c | 135 BLOCK_SIZE bs, int motion_magnitude, 236 BLOCK_SIZE bs, int motion_magnitude) { 337 int increase_denoising, BLOCK_SIZE bs,
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_denoiser_sse2.c | 125 int increase_denoising, BLOCK_SIZE bs, 213 int increase_denoising, BLOCK_SIZE bs, 312 int increase_denoising, BLOCK_SIZE bs,
|
/external/syslinux/core/fs/ufs/ |
ufs.c | 106 return data + (frag_offset & (fs->block_size - 1)); 122 for (i = 0; i < inode->size; i += fs->block_size) { 125 maxoffset = min(inode->size-i, fs->block_size); 314 size_t block_size = BLOCK_SIZE(fs); local 324 chunk = min(bytes, block_size); 340 if (inode->size > BLOCK_SIZE(fs)) 387 (data + (file->offset & (BLOCK_SIZE(fs) - 1))); 426 sbi->inodes_per_block = sb->block_size / sbi->inode_size; 451 ufs_debug("Block size: %u\n", sb.block_size); [all...] |
/tools/tradefederation/core/prod-tests/src/com/android/encryption/tests/ |
EncryptionCpuTest.java | 62 private final static int BLOCK_SIZE = 1024; 538 String.format("%d bytes transferred", size * BLOCK_SIZE))); 549 return String.format("dd if=/dev/urandom of=%s bs=%d count=%d", filePath, BLOCK_SIZE, size);
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
EmmcPerformanceTest.java | 68 private static final int BLOCK_SIZE = 1048576; 142 String command = String.format("dd if=%s of=/dev/null bs=%d count=%d", mCache, BLOCK_SIZE, 152 String command = String.format("dd if=/dev/zero of=%s bs=%d count=%d", mCache, BLOCK_SIZE,
|
/development/ndk/platforms/android-21/include/linux/ |
fs.h | 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/development/ndk/platforms/android-9/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/external/syslinux/core/include/ |
fs.h | 26 #define BLOCK_SIZE(fs) ((fs)->block_size) 36 int block_shift, block_size; member in struct:fs_info
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|