/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | weight_mask_sse4.cc | 41 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 D | average_blend_sse4.cc | 39 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 D | mask_blend_sse4.cc | 247 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 D | distance_weighted_blend_sse4.cc | 160 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 D | weight_mask_neon.cc | 38 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 D | average_blend_neon.cc | 45 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 D | distance_weighted_blend_neon.cc | 61 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 D | mask_blend_neon.cc | 260 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 D | mask_blend.cc | 48 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_C() 92 uint8_t* LIBGAV1_RESTRICT prediction_1, in InterIntraMaskBlend8bpp_C()
|
H A D | average_blend.cc | 31 const void* LIBGAV1_RESTRICT prediction_1, const int width, in AverageBlend_C()
|
H A D | distance_weighted_blend.cc | 31 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_C()
|
H A D | weight_mask.cc | 33 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask_C()
|
/aosp_15_r20/external/libgav1/src/tile/ |
H A D | prediction.cc | 904 void Tile::DistanceWeightedPrediction(void* prediction_0, void* prediction_1, in DistanceWeightedPrediction()
|