Searched refs:Residual (Results 1 – 7 of 7) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | inverse_transform.cc | 57 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/ |
D | reconstruction.cc | 53 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()
|
D | reconstruction.h | 34 template <typename Residual, typename Pixel> 36 TransformSize tx_size, bool lossless, Residual* buffer,
|
D | tile.h | 518 bool Residual(const Block& block, ProcessingMode mode); // 5.11.34.
|
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/ |
D | README.md | 2 [Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385).
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 1788 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/ |
D | inverse_transform_sse4.cc | 3007 template <typename Residual, typename Pixel>
|