HomeSort by relevance Sort by last modified time
    Searched full:block_size (Results 451 - 475 of 1104) sorted by null

<<11121314151617181920>>

  /external/webp/src/mux/
anim_encode.c 717 const int block_size = 8; local
718 const int y_start = (rect->y_offset_ + block_size) & ~(block_size - 1);
719 const int y_end = (rect->y_offset_ + rect->height_) & ~(block_size - 1);
720 const int x_start = (rect->x_offset_ + block_size) & ~(block_size - 1);
721 const int x_end = (rect->x_offset_ + rect->width_) & ~(block_size - 1);
724 assert((block_size & (block_size - 1)) == 0); // must be a power of 2
726 for (j = y_start; j < y_end; j += block_size) {
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 459 if( rows_hdr_size > storage->block_size )
1538 int block_size = 1 << 16; local
1606 int block_size = 1 << 16; local
2205 int block_size = 1 << 16, sv_size; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 154 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize, MACROBLOCK *x,
186 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd);
188 const BLOCK_SIZE unit_size = txsize_to_bsize[max_tx_size];
281 const tran_low_t *dqcoeff, intptr_t block_size,
288 for (i = 0; i < block_size; i++) {
303 intptr_t block_size,
306 return vp9_block_error(coeff, dqcoeff, block_size, ssz);
308 return vp9_highbd_block_error(coeff, dqcoeff, block_size, ssz, bd);
314 intptr_t block_size, int64_t *ssz) {
318 for (i = 0; i < block_size; i++)
    [all...]
  /bionic/libc/kernel/uapi/linux/
minix_fs.h 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE) / (sizeof(struct minix_inode)))
  /bionic/linker/
linker_allocator.h 115 LinkerSmallObjectAllocator(uint32_t type, size_t block_size);
linker_block_allocator.h 47 explicit LinkerBlockAllocator(size_t block_size);
  /development/ndk/platforms/android-21/include/linux/
minix_fs.h 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
  /development/ndk/platforms/android-9/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/
FirmwareUpdate.h 144 #define BLOCK_SIZE SIZE_4KB
  /external/boringssl/src/crypto/cipher/
e_rc4.c 82 NID_rc4, 1 /* block_size */, 16 /* key_size */,
  /external/e2fsprogs/ext2ed/
super_com.c 134 offset=file_system_info.super_block_offset+copy_num*file_system_info.no_blocks_in_group*file_system_info.block_size;
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 43 int block_size; member in struct:struct_io_channel
test_io.c 100 for (i=0, cp = buf; i < channel->block_size; i++, cp++) {
104 for (i=0, cp = buf; i < channel->block_size; i++, cp++) {
196 io->block_size = 1024;
298 channel->block_size = blksize;
  /external/e2fsprogs/misc/
e2undo.c 37 * Undo file format: The file is cut up into undo_header.block_size blocks.
59 __le32 block_size; /* block size of the undo file */ member in struct:undo_header
127 printf("block size:\t%u\n", ext2fs_le32_to_cpu(hdr->block_size));
394 undo_ctx.blocksize = ext2fs_le32_to_cpu(undo_ctx.hdr.block_size);
  /external/libvpx/libvpx/test/
avg_test.cc 102 const int block_size = GET_PARAM(3); local
104 if (block_size == 8) {
107 } else if (block_size == 4) {
236 const tran_low_t *dqcoeff, int block_size);
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 70 unsigned char *frame2, unsigned int block_size,
79 for (i = 0, k = 0; i < block_size; ++i) {
80 for (j = 0; j < block_size; j++, k++) {
105 byte += stride - block_size;
  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 59 typedef uint8_t BLOCK_SIZE;
  /external/openssh/
cipher-ctr.c 133 aes_ctr.block_size = AES_BLOCK_SIZE;
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 155 extern int block_size;
  /external/webrtc/webrtc/call/
rtc_event_log.cc 383 uint32_t block_size = header.BlockSize();
401 memcpy(buffer + buffer_length, block_begin, block_size);
402 buffer_length += block_size;
414 block_begin += block_size;
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)

Completed in 1333 milliseconds

<<11121314151617181920>>