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

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start32.asm 25 BLOCK_SIZE EQU 0200h
285 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
st16_64.S 25 .equ BLOCK_SIZE, 0x0200
286 movw %ax,%es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
st16_64.asm 25 BLOCK_SIZE EQU 0200h
282 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
st32_64.S 25 .equ BLOCK_SIZE, 0x0200
301 movw %ax,%es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
st32_64.asm 25 BLOCK_SIZE EQU 0200h
298 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start.S 24 .equ BLOCK_SIZE, 0x0200
280 movw %ax, %es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start16.S 25 .equ BLOCK_SIZE, 0x0200
274 movw %ax, %es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start32.S 25 .equ BLOCK_SIZE, 0x0200
289 movw %ax, %es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start64.S 25 .equ BLOCK_SIZE, 0x0200
293 movw %ax,%es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
start64.asm 25 BLOCK_SIZE EQU 0200h
289 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 325 static vpx_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) {
334 static unsigned int get_prediction_error(BLOCK_SIZE bsize,
344 static vpx_variance_fn_t highbd_get_block_variance_fn(BLOCK_SIZE bsize,
374 static unsigned int highbd_get_prediction_error(BLOCK_SIZE bsize,
402 const BLOCK_SIZE bsize = xd->mi[0]->sb_type;
459 static BLOCK_SIZE get_bsize(const VP9_COMMON *cm, int mb_row, int mb_col) {
654 static int fp_estimate_block_noise(MACROBLOCK *x, BLOCK_SIZE bsize) {
    [all...]
  /external/syslinux/utils/
isohybrid.c 162 uint16_t block_size; member in struct:iso_primary_descriptor
1058 isosize = lendian_int(descriptor.size) * lendian_short(descriptor.block_size);
  /system/nfc/src/nfa/include/
nfa_api.h 388 uint8_t block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon107260
471 uint8_t block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon107271
    [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 700 const int BLOCK_SIZE = 16;
701 const deUint8 blocks[][BLOCK_SIZE] =
714 DE_ASSERT(texelBlockSize == BLOCK_SIZE);
720 deMemcpy(buffer + i * BLOCK_SIZE, blocks[blockNdx], BLOCK_SIZE);
    [all...]
es31fTextureBorderClampTests.cpp 192 const int BLOCK_SIZE = 16;
193 const deUint8 block[BLOCK_SIZE] = { 252, 253, 255, 255, 255, 255, 255, 255, 223, 251, 28, 206, 54, 251, 160, 174 };
195 DE_ASSERT(blockByteSize == BLOCK_SIZE);
197 deMemcpy((deUint8*)dst.getData() + ndx * BLOCK_SIZE, block, BLOCK_SIZE);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 327 unsigned int block_size; member in struct:PDB_DS_HEADER
986 blocksize = pdb->u.ds.header->block_size;
1048 + reader->u.ds.header->block_size - 1)
1050 reader->u.ds.header->block_size;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESFastEngine.java     [all...]
  /external/webp/src/enc/
backward_references_enc.c 115 void VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size) {
120 (block_size < MIN_BLOCK_SIZE) ? MIN_BLOCK_SIZE : block_size;
    [all...]
  /external/e2fsprogs/ext2ed/doc/
ext2ed-design.sgml     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-sparc.c 867 const int block_size = entries_per_block * (insn_chunk_size local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 33 #define BLOCK_SIZE 1000 /* 1K less typical malloc overhead */
35 #define N_INTOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyIntObject))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 33 #define BLOCK_SIZE 1000 /* 1K less typical malloc overhead */
35 #define N_INTOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyIntObject))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h     [all...]
  /external/libjpeg-turbo/
jpeglib.h 448 int block_size; /* the basic DCT block size: 1..16 */ member in struct:jpeg_compress_struct
682 int block_size; /* the basic DCT block size: 1..16 */ member in struct:jpeg_decompress_struct
    [all...]
  /external/libmicrohttpd/src/include/
microspdy.h     [all...]

Completed in 1755 milliseconds

<<31323334353637383940>>