Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dweight_mask_sse4.cc41 const int16_t* LIBGAV1_RESTRICT prediction_1, in WeightMask16_SSE4_1()
91 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x8_SSE4_1()
105 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x16_SSE4_1()
121 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x32_SSE4_1()
146 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x8_SSE4_1()
160 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x16_SSE4_1()
176 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x32_SSE4_1()
195 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x64_SSE4_1()
223 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask32x8_SSE4_1()
240 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask32x16_SSE4_1()
[all …]
H A Daverage_blend_sse4.cc39 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlend4x4Row()
64 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlend8Row()
81 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendLargeRow()
100 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend_SSE4_1()
171 const uint16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendRow()
205 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend10bpp_SSE4_1()
H A Dmask_blend_sse4.cc247 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_SSE4_1()
398 uint8_t* LIBGAV1_RESTRICT prediction_1, const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_SSE4_1()
650 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend10bpp_SSE4_1()
724 const uint16_t* LIBGAV1_RESTRICT prediction_1, in InterIntraWriteMaskBlendLine10bpp4x2_SSE4_1()
846 const void* LIBGAV1_RESTRICT prediction_1, in InterIntraMaskBlend10bpp_SSE4_1()
H A Ddistance_weighted_blend_sse4.cc160 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_SSE4_1()
369 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_SSE4_1()
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A 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 …]
H A 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()
H A Ddistance_weighted_blend_neon.cc61 const int16_t* LIBGAV1_RESTRICT prediction_1, const int height, in DistanceWeightedBlendSmall_NEON()
103 const int16_t* LIBGAV1_RESTRICT prediction_1, const int16x8_t weight, in DistanceWeightedBlendLarge_NEON()
134 const void* LIBGAV1_RESTRICT prediction_1, const uint8_t weight_0, in DistanceWeightedBlend_NEON()
245 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_NEON()
H A Dmask_blend_neon.cc260 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_NEON()
418 uint8_t* LIBGAV1_RESTRICT prediction_1, const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_NEON()
716 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_NEON()
/aosp_15_r20/external/libgav1/src/dsp/
H A Dmask_blend.cc48 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_C()
92 uint8_t* LIBGAV1_RESTRICT prediction_1, in InterIntraMaskBlend8bpp_C()
H A Daverage_blend.cc31 const void* LIBGAV1_RESTRICT prediction_1, const int width, in AverageBlend_C()
H A Ddistance_weighted_blend.cc31 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_C()
H A Dweight_mask.cc33 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask_C()
/aosp_15_r20/external/libgav1/src/tile/
H A Dprediction.cc904 void Tile::DistanceWeightedPrediction(void* prediction_0, void* prediction_1, in DistanceWeightedPrediction()