Searched refs:LogicalASTCBlock (Results 1 – 4 of 4) sorted by relevance
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/ |
D | logical_astc_block.cc | 78 LogicalASTCBlock::LogicalASTCBlock(const Footprint& footprint) in LogicalASTCBlock() function in astc_codec::LogicalASTCBlock 83 LogicalASTCBlock::LogicalASTCBlock(const Footprint& footprint, in LogicalASTCBlock() function in astc_codec::LogicalASTCBlock 90 LogicalASTCBlock::LogicalASTCBlock(const Footprint& footprint, in LogicalASTCBlock() function in astc_codec::LogicalASTCBlock 97 void LogicalASTCBlock::CalculateWeights(const Footprint& footprint, in CalculateWeights() 135 void LogicalASTCBlock::CalculateWeights(const Footprint& footprint, in CalculateWeights() 140 void LogicalASTCBlock::SetWeightAt(int x, int y, int weight) { in SetWeightAt() 146 int LogicalASTCBlock::WeightAt(int x, int y) const { in WeightAt() 150 void LogicalASTCBlock::SetDualPlaneWeightAt(int channel, int x, int y, in SetDualPlaneWeightAt() 168 int LogicalASTCBlock::DualPlaneWeightAt(int channel, int x, int y) const { in DualPlaneWeightAt() 186 void LogicalASTCBlock::SetDualPlaneChannel(int channel) { in SetDualPlaneChannel() [all …]
|
D | logical_astc_block.h | 34 class LogicalASTCBlock { 36 LogicalASTCBlock(const LogicalASTCBlock&) = default; 37 LogicalASTCBlock(LogicalASTCBlock&&) = default; 40 LogicalASTCBlock(const Footprint& footprint, 44 LogicalASTCBlock(const Footprint& footprint, const VoidExtentData& block); 47 explicit LogicalASTCBlock(const Footprint& footprint); 122 base::Optional<LogicalASTCBlock> UnpackLogicalBlock(
|
D | codec.cc | 78 LogicalASTCBlock logical_block = lb.value(); in DecompressToImage()
|
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/test/ |
D | logical_astc_block_test.cc | 105 LogicalASTCBlock logical_block = lb.value(); in TEST_P() 198 LogicalASTCBlock logical_block(Footprint::Get8x8()); in TEST() 230 LogicalASTCBlock logical_block(Footprint::Get4x4()); in TEST() 243 const LogicalASTCBlock other_block = logical_block; in TEST() 263 const LogicalASTCBlock other_block2 = logical_block; in TEST()
|