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

1 2

  /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 510 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET,
515 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
516 total_inode_bytes += SQUASHFS_METADATA_SIZE + BLOCK_OFFSET;
652 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap,
656 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
657 total_inode_bytes += avail_bytes + BLOCK_OFFSET;
690 BLOCK_OFFSET, directoryp, avail_bytes,
697 BLOCK_OFFSET;
698 total_directory_bytes += avail_bytes + BLOCK_OFFSET;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 68 const tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
69 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
70 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
350 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
351 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
352 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
426 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
427 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
428 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
500 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block)
    [all...]
vp9_quantize.c 167 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block),
168 *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
179 vpx_highbd_quantize_b(BLOCK_OFFSET(p->coeff, block), n_coeffs,
186 vpx_quantize_b(BLOCK_OFFSET(p->coeff, block), n_coeffs, x->skip_block,
vp9_tokenize.c 365 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block);
vp9_rdopt.c 363 const tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
552 const tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
553 const tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
587 const tran_low_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
717 tran_low_t *const coeff = BLOCK_OFFSET(x->plane[plane].coeff, block);
718 tran_low_t *const dqcoeff = BLOCK_OFFSET(xd->plane[plane].dqcoeff, block);
    [all...]
vp9_pickmode.c 730 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
731 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
732 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
780 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
781 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
782 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
    [all...]
  /external/libaom/libaom/av1/encoder/
encodemb.c 142 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
143 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
144 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
214 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
428 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
564 tran_low_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
encodetxb.c 650 tran_low_t *tcoeff = BLOCK_OFFSET(tcoeff_txb, block);
743 const tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
    [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 138 #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...]
  /external/libaom/libaom/av1/common/
blockd.h 424 #define BLOCK_OFFSET(x, i) \
    [all...]

Completed in 575 milliseconds

1 2