Home
last modified time | relevance | path

Searched refs:ProcessBlock (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_bandwidth_unittest.cc42 void ProcessBlock(float* data) { transform_->ProcessChunk(&data, nullptr); } in ProcessBlock() function in webrtc::__anon7985984e0111::PowerRatioEstimator
95 power_ratio_estimator.ProcessBlock(decoded_float.data()); in EncodedPowerRatio()
/external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/
DVmaDumpVis.py49 def ProcessBlock(dstBlockList, iBlockId, objBlock, sAlgorithm): function
203 ProcessBlock(typeData['DefaultPoolBlocks'], int(sBlockId), objBlock, '')
219 ProcessBlock(dstBlockArray, int(sBlockId), objBlock, sAlgorithm)
/external/libgav1/libgav1/src/tile/
Dtile.cc2124 bool Tile::ProcessBlock(int row4x4, int column4x4, BlockSize block_size, in ProcessBlock() function in libgav1::Tile
2278 if (!ProcessBlock(row4x4, column4x4, sub_size, scratch_buffer, in ProcessPartition()
2295 if (!ProcessBlock(row4x4, column4x4, sub_size, scratch_buffer, in ProcessPartition()
2297 !ProcessBlock(row4x4 + half_block4x4, column4x4, sub_size, in ProcessPartition()
2303 if (!ProcessBlock(row4x4, column4x4, sub_size, scratch_buffer, in ProcessPartition()
2305 !ProcessBlock(row4x4, column4x4 + half_block4x4, sub_size, in ProcessPartition()
2311 if (!ProcessBlock(row4x4, column4x4, split_size, scratch_buffer, in ProcessPartition()
2313 !ProcessBlock(row4x4, column4x4 + half_block4x4, split_size, in ProcessPartition()
2315 !ProcessBlock(row4x4 + half_block4x4, column4x4, sub_size, in ProcessPartition()
2321 if (!ProcessBlock(row4x4, column4x4, sub_size, scratch_buffer, in ProcessPartition()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSink.cpp179 static bool ProcessBlock(BasicBlock &BB, DominatorTree &DT, LoopInfo &LI, in ProcessBlock() function
228 MadeChange |= ProcessBlock(I, DT, LI, AA); in iterativelySinkInstructions()
/external/webrtc/modules/audio_coding/codecs/opus/test/
Dblocker.h28 virtual void ProcessBlock(const float* const* input,
Dblocker_unittest.cc23 void ProcessBlock(const float* const* input, in ProcessBlock() function in __anon37b173640111::PlusThreeBlockerCallback
39 void ProcessBlock(const float* const* input, in ProcessBlock() function in __anon37b173640111::CopyBlockerCallback
Dlapped_transform.cc22 void LappedTransform::BlockThunk::ProcessBlock(const float* const* input, in ProcessBlock() function in webrtc::LappedTransform::BlockThunk
Dlapped_transform.h146 void ProcessBlock(const float* const* input,
Dblocker.cc187 callback_->ProcessBlock(input_block_.channels(), block_size_, in ProcessChunk()
/external/llvm/lib/Transforms/Scalar/
DSink.cpp200 static bool ProcessBlock(BasicBlock &BB, DominatorTree &DT, LoopInfo &LI, in ProcessBlock() function
249 MadeChange |= ProcessBlock(I, DT, LI, AA); in iterativelySinkInstructions()
DJumpThreading.cpp199 while (ProcessBlock(BB)) in runImpl()
703 bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) { in ProcessBlock() function in JumpThreadingPass
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSink.cpp199 static bool ProcessBlock(BasicBlock &BB, DominatorTree &DT, LoopInfo &LI, in ProcessBlock() function
248 MadeChange |= ProcessBlock(I, DT, LI, AA); in iterativelySinkInstructions()
DJumpThreading.cpp397 while (ProcessBlock(&BB)) // Thread all of the branches we can over BB. in runImpl()
994 bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) { in ProcessBlock() function in JumpThreadingPass
/external/llvm/lib/CodeGen/
DMachineSink.cpp107 bool ProcessBlock(MachineBasicBlock &MBB);
283 MadeChange |= ProcessBlock(MBB); in runOnMachineFunction()
311 bool MachineSinking::ProcessBlock(MachineBasicBlock &MBB) { in ProcessBlock() function in MachineSinking
DMachineCSE.cpp102 bool ProcessBlock(MachineBasicBlock *MBB);
450 bool MachineCSE::ProcessBlock(MachineBasicBlock *MBB) { in ProcessBlock() function in MachineCSE
697 Changed |= ProcessBlock(MBB); in PerformCSE()
/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h109 bool ProcessBlock(BasicBlock *BB);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h111 bool ProcessBlock(BasicBlock *BB);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSink.cpp156 bool ProcessBlock(MachineBasicBlock &MBB);
344 MadeChange |= ProcessBlock(MBB); in runOnMachineFunction()
372 bool MachineSinking::ProcessBlock(MachineBasicBlock &MBB) { in ProcessBlock() function in MachineSinking
/external/llvm-project/llvm/lib/CodeGen/
DMachineSink.cpp168 bool ProcessBlock(MachineBasicBlock &MBB);
357 MadeChange |= ProcessBlock(MBB); in runOnMachineFunction()
391 bool MachineSinking::ProcessBlock(MachineBasicBlock &MBB) { in ProcessBlock() function in MachineSinking
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp703 auto ProcessBlock = [&](BasicBlock *BB) { in updateForClonedLoop() local
721 ProcessBlock(BB); in updateForClonedLoop()
/external/llvm-project/llvm/lib/Analysis/
DMemorySSAUpdater.cpp733 auto ProcessBlock = [&](BasicBlock *BB) { in updateForClonedLoop() local
751 ProcessBlock(BB); in updateForClonedLoop()
/external/libgav1/libgav1/src/
Dtile.h296 bool ProcessBlock(int row4x4, int column4x4, BlockSize block_size,