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.cc53 template <typename Residual, typename Pixel>
55 TransformSize tx_size, bool lossless, Residual* const buffer, in Reconstruct()
58 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.h518 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/libgav1/libgav1/src/tile/
Dtile.cc1788 bool Tile::Residual(const Block& block, ProcessingMode mode) { in Residual() function in libgav1::Tile
2183 if (!Residual(block, kProcessingModeParseOnly)) return false; in ProcessBlock()
2186 !Residual(block, kProcessingModeParseAndDecode)) { in ProcessBlock()
2226 !Residual(block, kProcessingModeDecodeOnly)) { in DecodeBlock()
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc3007 template <typename Residual, typename Pixel>