/external/libgav1/libgav1/src/dsp/x86/ |
D | weight_mask_sse4.cc | 40 inline void WeightMask16_SSE4(const int16_t* prediction_0, in WeightMask16_SSE4() 89 void WeightMask8x8_SSE4(const void* prediction_0, const void* prediction_1, in WeightMask8x8_SSE4() 101 void WeightMask8x16_SSE4(const void* prediction_0, const void* prediction_1, in WeightMask8x16_SSE4() 115 void WeightMask8x32_SSE4(const void* prediction_0, const void* prediction_1, in WeightMask8x32_SSE4() 138 void WeightMask16x8_SSE4(const void* prediction_0, const void* prediction_1, in WeightMask16x8_SSE4() 150 void WeightMask16x16_SSE4(const void* prediction_0, const void* prediction_1, in WeightMask16x16_SSE4() 164 void WeightMask16x32_SSE4(const void* prediction_0, const void* prediction_1, in WeightMask16x32_SSE4() 181 void WeightMask16x64_SSE4(const void* prediction_0, const void* prediction_1, in WeightMask16x64_SSE4() 206 void WeightMask32x8_SSE4(const void* prediction_0, const void* prediction_1, in WeightMask32x8_SSE4() 221 void WeightMask32x16_SSE4(const void* prediction_0, const void* prediction_1, in WeightMask32x16_SSE4() [all …]
|
D | average_blend_sse4.cc | 38 inline void AverageBlend4Row(const int16_t* prediction_0, in AverageBlend4Row() 47 inline void AverageBlend8Row(const int16_t* prediction_0, in AverageBlend8Row() 56 inline void AverageBlendLargeRow(const int16_t* prediction_0, in AverageBlendLargeRow() 74 void AverageBlend_SSE4_1(const void* prediction_0, const void* prediction_1, in AverageBlend_SSE4_1() 151 inline void AverageBlendRow(const uint16_t* prediction_0, in AverageBlendRow() 185 void AverageBlend10bpp_SSE4_1(const void* prediction_0, in AverageBlend10bpp_SSE4_1()
|
D | mask_blend_sse4.cc | 225 inline void MaskBlend_SSE4(const void* prediction_0, const void* prediction_1, in MaskBlend_SSE4() 361 void InterIntraMaskBlend8bpp_SSE4(const uint8_t* prediction_0, in InterIntraMaskBlend8bpp_SSE4() 651 inline void MaskBlend10bpp_SSE4_1(const void* prediction_0, in MaskBlend10bpp_SSE4_1() 728 const uint16_t* prediction_0, const uint16_t* prediction_1, in InterIntraWriteMaskBlendLine10bpp4x2_SSE4_1() 851 const void* prediction_0, const void* prediction_1, in InterIntraMaskBlend10bpp_SSE4_1()
|
D | distance_weighted_blend_sse4.cc | 157 void DistanceWeightedBlend_SSE4_1(const void* prediction_0, in DistanceWeightedBlend_SSE4_1() 367 void DistanceWeightedBlend_SSE4_1(const void* prediction_0, in DistanceWeightedBlend_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | weight_mask_neon.cc | 41 inline void WeightMask8_NEON(const int16_t* prediction_0, in WeightMask8_NEON() 70 void WeightMask8x8_NEON(const void* prediction_0, const void* prediction_1, in WeightMask8x8_NEON() 82 void WeightMask8x16_NEON(const void* prediction_0, const void* prediction_1, in WeightMask8x16_NEON() 96 void WeightMask8x32_NEON(const void* prediction_0, const void* prediction_1, in WeightMask8x32_NEON() 123 void WeightMask16x8_NEON(const void* prediction_0, const void* prediction_1, in WeightMask16x8_NEON() 135 void WeightMask16x16_NEON(const void* prediction_0, const void* prediction_1, in WeightMask16x16_NEON() 149 void WeightMask16x32_NEON(const void* prediction_0, const void* prediction_1, in WeightMask16x32_NEON() 166 void WeightMask16x64_NEON(const void* prediction_0, const void* prediction_1, in WeightMask16x64_NEON() 192 void WeightMask32x8_NEON(const void* prediction_0, const void* prediction_1, in WeightMask32x8_NEON() 207 void WeightMask32x16_NEON(const void* prediction_0, const void* prediction_1, in WeightMask32x16_NEON() [all …]
|
D | average_blend_neon.cc | 43 inline uint8x8_t AverageBlend8Row(const int16_t* prediction_0, in AverageBlend8Row() 51 inline void AverageBlendLargeRow(const int16_t* prediction_0, in AverageBlendLargeRow() 74 void AverageBlend_NEON(const void* prediction_0, const void* prediction_1, in AverageBlend_NEON() 142 inline uint16x8_t AverageBlend8Row(const uint16_t* prediction_0, in AverageBlend8Row() 161 inline void AverageBlendLargeRow(const uint16_t* prediction_0, in AverageBlendLargeRow() 184 void AverageBlend_NEON(const void* prediction_0, const void* prediction_1, in AverageBlend_NEON()
|
D | distance_weighted_blend_neon.cc | 55 inline void DistanceWeightedBlendSmall_NEON(const int16_t* prediction_0, in DistanceWeightedBlendSmall_NEON() 97 inline void DistanceWeightedBlendLarge_NEON(const int16_t* prediction_0, in DistanceWeightedBlendLarge_NEON() 130 inline void DistanceWeightedBlend_NEON(const void* prediction_0, in DistanceWeightedBlend_NEON() 270 void DistanceWeightedBlend_NEON(const void* prediction_0, in DistanceWeightedBlend_NEON()
|
D | mask_blend_neon.cc | 191 inline void MaskBlend_NEON(const void* prediction_0, const void* prediction_1, in MaskBlend_NEON() 372 inline void InterIntraMaskBlend8bpp_NEON(const uint8_t* prediction_0, in InterIntraMaskBlend8bpp_NEON()
|
/external/libgav1/libgav1/src/dsp/ |
D | mask_blend.cc | 46 void MaskBlend_C(const void* prediction_0, const void* prediction_1, in MaskBlend_C() 88 void InterIntraMaskBlend8bpp_C(const uint8_t* prediction_0, in InterIntraMaskBlend8bpp_C()
|
D | average_blend.cc | 30 void AverageBlend_C(const void* prediction_0, const void* prediction_1, in AverageBlend_C()
|
D | distance_weighted_blend.cc | 30 void DistanceWeightedBlend_C(const void* prediction_0, const void* prediction_1, in DistanceWeightedBlend_C()
|
D | weight_mask.cc | 32 void WeightMask_C(const void* prediction_0, const void* prediction_1, in WeightMask_C()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 582 uint16_t* const prediction_0, const uint8_t* const prediction_mask, in InterIntraPrediction() 919 void Tile::DistanceWeightedPrediction(void* prediction_0, void* prediction_1, in DistanceWeightedPrediction()
|