Home
last modified time | relevance | path

Searched defs:prediction_0 (Results 1 – 13 of 13) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dweight_mask_sse4.cc40 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 …]
Daverage_blend_sse4.cc38 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()
Dmask_blend_sse4.cc225 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()
Ddistance_weighted_blend_sse4.cc157 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/
Dweight_mask_neon.cc41 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 …]
Daverage_blend_neon.cc43 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()
Ddistance_weighted_blend_neon.cc55 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()
Dmask_blend_neon.cc191 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/
Dmask_blend.cc46 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()
Daverage_blend.cc30 void AverageBlend_C(const void* prediction_0, const void* prediction_1, in AverageBlend_C()
Ddistance_weighted_blend.cc30 void DistanceWeightedBlend_C(const void* prediction_0, const void* prediction_1, in DistanceWeightedBlend_C()
Dweight_mask.cc32 void WeightMask_C(const void* prediction_0, const void* prediction_1, in WeightMask_C()
/external/libgav1/libgav1/src/tile/
Dprediction.cc582 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()