Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Dweight_mask_sse4.cc41 const int16_t* LIBGAV1_RESTRICT prediction_1, in WeightMask16_SSE4()
91 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x8_SSE4()
104 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x16_SSE4()
120 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x32_SSE4()
145 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x8_SSE4()
159 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x16_SSE4()
175 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x32_SSE4()
194 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x64_SSE4()
221 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask32x8_SSE4()
238 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask32x16_SSE4()
[all …]
Daverage_blend_sse4.cc39 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlend4Row()
49 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlend8Row()
59 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendLargeRow()
78 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend_SSE4_1()
157 const uint16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendRow()
191 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend10bpp_SSE4_1()
Dmask_blend_sse4.cc234 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_SSE4()
369 uint8_t* LIBGAV1_RESTRICT prediction_1, const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_SSE4()
659 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend10bpp_SSE4_1()
735 const uint16_t* LIBGAV1_RESTRICT prediction_1, in InterIntraWriteMaskBlendLine10bpp4x2_SSE4_1()
859 const void* LIBGAV1_RESTRICT prediction_1, in InterIntraMaskBlend10bpp_SSE4_1()
Ddistance_weighted_blend_sse4.cc163 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_SSE4_1()
379 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_SSE4_1()
/external/libgav1/libgav1/src/dsp/arm/
Dweight_mask_neon.cc38 const int16_t* LIBGAV1_RESTRICT prediction_1) { in LoadPred()
45 const uint16_t* LIBGAV1_RESTRICT prediction_1) { in LoadPred()
68 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8_NEON()
104 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x8_NEON()
117 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x16_NEON()
133 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x32_NEON()
162 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x8_NEON()
176 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x16_NEON()
192 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x32_NEON()
211 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x64_NEON()
[all …]
Daverage_blend_neon.cc45 prediction_1) { in AverageBlend8Row()
53 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendLargeRow()
77 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend_NEON()
148 const uint16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlend8Row()
166 const uint16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendLargeRow()
190 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend_NEON()
Ddistance_weighted_blend_neon.cc57 const int16_t* LIBGAV1_RESTRICT prediction_1, const int16x4_t weights[2], in DistanceWeightedBlendSmall_NEON()
98 const int16_t* LIBGAV1_RESTRICT prediction_1, const int16x4_t weights[2], in DistanceWeightedBlendLarge_NEON()
130 const void* LIBGAV1_RESTRICT prediction_1, const uint8_t weight_0, in DistanceWeightedBlend_NEON()
268 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_NEON()
Dmask_blend_neon.cc197 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_NEON()
379 uint8_t* LIBGAV1_RESTRICT prediction_1, const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_NEON()
661 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_NEON()
/external/libgav1/libgav1/src/dsp/
Dmask_blend.cc48 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_C()
92 uint8_t* LIBGAV1_RESTRICT prediction_1, in InterIntraMaskBlend8bpp_C()
Daverage_blend.cc31 const void* LIBGAV1_RESTRICT prediction_1, const int width, in AverageBlend_C()
Ddistance_weighted_blend.cc31 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_C()
Dweight_mask.cc33 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask_C()
/external/libgav1/libgav1/src/tile/
Dprediction.cc905 void Tile::DistanceWeightedPrediction(void* prediction_0, void* prediction_1, in DistanceWeightedPrediction()