HomeSort by relevance Sort by last modified time
    Searched full:block_offset (Results 26 - 36 of 36) sorted by null

12

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 194 #define BLOCK_OFFSET(x, i) ((x) + (i) * 16)
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 605 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
606 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
607 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
668 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block);
669 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
670 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
    [all...]
vp9_tokenize.c 480 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block);
    [all...]
vp9_mcomp.c 1664 unsigned char const *block_offset[4]; local
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
differ_unittest.cc 76 int block_offset = ((block_y * stride_) + (block_x * bytes_per_pixel_)) local
78 return BlockDifference(prev_.get() + block_offset,
79 curr_.get() + block_offset,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 224 const int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block);
vp9_mcomp.c 1157 unsigned char const *block_offset[4]; local
1637 uint8_t const *block_offset[4] = { local
    [all...]
vp9_rdopt.c 565 const int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block);
635 int16_t *const coeff = BLOCK_OFFSET(p->coeff, block);
636 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 472 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET,
477 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
478 total_inode_bytes += SQUASHFS_METADATA_SIZE + BLOCK_OFFSET;
614 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap,
618 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
619 total_inode_bytes += avail_bytes + BLOCK_OFFSET;
652 BLOCK_OFFSET, directoryp, avail_bytes,
659 BLOCK_OFFSET;
660 total_directory_bytes += avail_bytes + BLOCK_OFFSET;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 199 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c     [all...]

Completed in 220 milliseconds

12