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

1 2 3 4 5

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Timer.c 30 LVM_INT16 BlockSize ){
36 pInstancePr->RemainingTimeInSamples -= BlockSize;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Integer_16x16.c 107 OMX_U8 BlockSize = 16;
123 BlockSize)
omxVCM4P2_BlockMatch_Integer_8x8.c 104 OMX_U8 BlockSize = 8;
120 BlockSize)
armVCM4P2_BlockMatch_Half.c 68 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
87 OMX_U8 BlockSize
111 outer < BlockSize;
112 outer++, index += refWidth - BlockSize)
114 for (inner = 0; inner < BlockSize; inner++, count++, index++)
134 if ((pSearchPointRefPos->x + BlockSize + 1) > (pRefRect->x + pRefRect->width))
144 if ((pSearchPointRefPos->y + BlockSize + 1) > (pRefRect->y + pRefRect->height))
166 outer < BlockSize;
167 outer++, index += refWidth - BlockSize)
169 for (inner = 0; inner < BlockSize; inner++, count++,index++
    [all...]
armVCM4P2_BlockMatch_Integer.c 92 OMX_U8 BlockSize
128 if ((pCurrPointPos->x + BlockSize + searchRange) > (pRefRect->x + pRefRect->width))
130 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - BlockSize;
138 if ((pCurrPointPos->y + BlockSize + searchRange) > (pRefRect->y + pRefRect->height))
140 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - BlockSize;
157 outer < BlockSize;
158 outer++, index += refWidth - BlockSize)
160 for (inner = 0; inner < BlockSize; inner++, count++, index++)
omxVCM4P2_BlockMatch_Half_16x16.c 101 /* For a blocksize of 16x16 */
102 OMX_U8 BlockSize = 16;
121 BlockSize));
omxVCM4P2_BlockMatch_Half_8x8.c 100 /* For a blocksize of 8x8 */
101 OMX_U8 BlockSize = 8;
120 BlockSize));
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Timer.h 71 LVM_INT16 BlockSize );
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 68 /// BlockSize - This is the size in bytes of this memory block,
70 uintptr_t BlockSize : (sizeof(intptr_t)*CHAR_BIT - 2);
78 const_cast<MemoryRangeHeader *>(this))+BlockSize);
119 void *EndOfBlock = (char*)this + BlockSize;
120 ((intptr_t *)EndOfBlock)[-1] = BlockSize;
184 BlockSize += FollowingFreeBlock.BlockSize;
195 PrevFreeBlock->GrowBlock(PrevFreeBlock->BlockSize + BlockSize);
216 assert(NewSize > BlockSize && "Not growing block?")
    [all...]
  /external/ceres-solver/internal/ceres/
block_structure.h 48 typedef int32 BlockSize;
54 BlockSize size;
  /external/chromium_org/third_party/WebKit/Source/wtf/
StreamBuffer.h 39 template <typename T, size_t BlockSize> class StreamBuffer {
62 if (!m_buffer.size() || m_buffer.last()->size() == BlockSize)
64 size_t appendSize = std::min(BlockSize - m_buffer.last()->size(), size);
  /external/chromium_org/net/disk_cache/blockfile/
addr_unittest.cc 25 EXPECT_EQ(1024, addr2.BlockSize());
34 EXPECT_EQ(4096, addr3.BlockSize());
storage_block-inl.h 22 DCHECK(!address.is_initialized() || sizeof(*data_) == address.BlockSize());
42 return address_.start_block() * address_.BlockSize();
56 DCHECK(sizeof(*data_) == address.BlockSize());
addr.h 111 int BlockSize() const {
disk_cache_perftest.cc 142 int BlockSize() {
242 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
255 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
block_files.cc 363 size_t size = address.BlockSize() * address.num_blocks();
364 size_t offset = address.start_block() * address.BlockSize() +
435 size_t size = address.BlockSize() * address.num_blocks();
436 size_t offset = address.start_block() * address.BlockSize() +
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 68 unsigned BlockSize = 0;
71 BlockSize += TII->GetInstSizeInBytes(MBBI);
73 BlockSizes[MBB->getNumber()] = BlockSize;
74 FuncSize += BlockSize;
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 78 unsigned BlockSize = 0;
81 BlockSize += TII->GetInstSizeInBytes(MBBI);
83 BlockSizes[MBB->getNumber()] = BlockSize;
84 FuncSize += BlockSize;
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 123 // - the current destination block is processed per panel of actual_mc x BlockSize
124 // where BlockSize is set to the minimal value allowing gebp to be as fast as possible
137 BlockSize = EIGEN_PLAIN_ENUM_MAX(mr,nr)
142 Matrix<ResScalar,BlockSize,BlockSize,ColMajor> buffer;
144 // let's process the block per panel of actual_mc x BlockSize,
146 for (Index j=0; j<size; j+=BlockSize)
148 Index actualBlockSize = std::min<Index>(BlockSize,size - j);
160 gebp_kernel(buffer.data(), BlockSize, blockA+depth*i, actual_b, actualBlockSize, depth, actualBlockSize, alpha,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 609 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
630 OMX_U8 BlockSize
661 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
680 OMX_U8 BlockSize
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 609 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
630 OMX_U8 BlockSize
661 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
680 OMX_U8 BlockSize
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 609 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
630 OMX_U8 BlockSize
661 * [in] BlockSize MacroBlock Size i.e either 16x16 or 8x8.
680 OMX_U8 BlockSize
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
cfi.h 67 uint16_t BlockSize;
  /external/clang/lib/CodeGen/
CGBlocks.h 212 CharUnits BlockSize;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
cfi.h 67 uint16_t BlockSize;

Completed in 726 milliseconds

1 2 3 4 5