HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_OFFSET (Results 1 - 22 of 22) sorted by null

  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 144 #define BLOCK_OFFSET 2
xattr.c 332 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET,
337 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
514 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, datap,
518 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
mksquashfs.c 498 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET,
503 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
504 total_inode_bytes += SQUASHFS_METADATA_SIZE + BLOCK_OFFSET;
640 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap,
644 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
645 total_inode_bytes += avail_bytes + BLOCK_OFFSET;
678 BLOCK_OFFSET, directoryp, avail_bytes,
685 BLOCK_OFFSET;
686 total_directory_bytes += avail_bytes + BLOCK_OFFSET;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 103 const tran_low_t *const coeff = BLOCK_OFFSET(mb->plane[plane].coeff, block);
104 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
105 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
354 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
355 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
356 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
428 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
429 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
430 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
499 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block)
    [all...]
vp9_quantize.c 170 vpx_highbd_quantize_b(BLOCK_OFFSET(p->coeff, block), 16, x->skip_block,
172 BLOCK_OFFSET(p->qcoeff, block),
173 BLOCK_OFFSET(pd->dqcoeff, block), pd->dequant,
178 vpx_quantize_b(BLOCK_OFFSET(p->coeff, block), 16, x->skip_block, p->zbin,
180 BLOCK_OFFSET(p->qcoeff, block),
181 BLOCK_OFFSET(pd->dqcoeff, block), pd->dequant, &p->eobs[block],
vp9_tokenize.c 365 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block);
vp9_rdopt.c 361 const tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
549 const tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
550 const tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
584 const tran_low_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
714 tran_low_t *const coeff = BLOCK_OFFSET(x->plane[plane].coeff, block);
715 tran_low_t *const dqcoeff = BLOCK_OFFSET(xd->plane[plane].dqcoeff, block);
    [all...]
vp9_pickmode.c 692 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
693 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
694 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
742 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
743 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
744 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 135 #define BLOCK_OFFSET(x, i) ((x) + (i)*16)
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 160 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start16.S 159 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start32.S 174 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
st16_64.S 171 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
st32_64.S 186 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start64.S 173 addw ReservedSectors(%bp), %ax # ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
st16_64.asm 167 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
st32_64.asm 183 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start.asm 157 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start16.asm 155 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start32.asm 170 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
start64.asm 169 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
    [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 457 milliseconds