Home
last modified time | relevance | path

Searched refs:Residual (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dinverse_transform.cc57 template <typename Residual>
58 LIBGAV1_ALWAYS_INLINE void ButterflyRotation_C(Residual* const dst, int a, in ButterflyRotation_C()
75 template <typename Residual>
76 void ButterflyRotationFirstIsZero_C(Residual* const dst, int a, int b, in ButterflyRotationFirstIsZero_C()
90 template <typename Residual>
91 void ButterflyRotationSecondIsZero_C(Residual* const dst, int a, int b, in ButterflyRotationSecondIsZero_C()
106 template <typename Residual>
107 void HadamardRotation_C(Residual* const dst, int a, int b, bool flip, in HadamardRotation_C()
121 template <int bitdepth, typename Residual>
122 void ClampIntermediate(Residual* const dst, int size) { in ClampIntermediate()
[all …]
/external/libgav1/libgav1/src/
Dreconstruction.cc132 template <typename Residual, typename Pixel>
134 TransformSize tx_size, bool lossless, Residual* const buffer, in Reconstruct()
137 static_assert(sizeof(Residual) == 2 || sizeof(Residual) == 4, ""); in Reconstruct()
Dreconstruction.h34 template <typename Residual, typename Pixel>
36 TransformSize tx_size, bool lossless, Residual* buffer,
Dtile.h529 bool Residual(const Block& block, ProcessingMode mode); // 5.11.34.
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
DREADME.md2 [Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385).
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp647 uint64_t Residual = StackSize % ProbeSize; in inlineStackProbe() local
708 if (Residual) in inlineStackProbe()
709 allocateAndProbe(*MBB, MBBI, Residual, true/*EmitCFI*/); in inlineStackProbe()
/external/libgav1/libgav1/src/tile/
Dtile.cc1758 bool Tile::Residual(const Block& block, ProcessingMode mode) { in Residual() function in libgav1::Tile
2173 if (!Residual(block, kProcessingModeParseOnly)) return false; in ProcessBlock()
2176 !Residual(block, kProcessingModeParseAndDecode)) { in ProcessBlock()
2213 !Residual(block, kProcessingModeDecodeOnly)) { in DecodeBlock()