/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | weight_mask_sse4.cc | 95 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x8_SSE4_1() local 109 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x16_SSE4_1() local 125 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x32_SSE4_1() local 150 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x8_SSE4_1() local 164 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x16_SSE4_1() local 180 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x32_SSE4_1() local 199 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x64_SSE4_1() local 227 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x8_SSE4_1() local 244 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x16_SSE4_1() local 260 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x32_SSE4_1() local [all …]
|
H A D | mask_blend_sse4.cc | 137 const int16_t* LIBGAV1_RESTRICT const pred_1, in WriteMaskBlendLine4x2() 167 const int16_t* LIBGAV1_RESTRICT pred_1, in MaskBlending4x4_SSE4_1() 191 const int16_t* LIBGAV1_RESTRICT pred_1, in MaskBlending4xH_SSE4_1() 255 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in MaskBlend_SSE4_1() local 304 uint8_t* LIBGAV1_RESTRICT const pred_1, const ptrdiff_t pred_stride_1, in InterIntraWriteMaskBlendLine8bpp4x2() 325 const uint8_t* LIBGAV1_RESTRICT pred_0, uint8_t* LIBGAV1_RESTRICT pred_1, in InterIntraMaskBlending8bpp4x4_SSE4_1() 351 const uint8_t* LIBGAV1_RESTRICT pred_0, uint8_t* LIBGAV1_RESTRICT pred_1, in InterIntraMaskBlending8bpp4xH_SSE4_1() 511 const uint16_t* LIBGAV1_RESTRICT pred_1, const ptrdiff_t pred_stride_1, in WriteMaskBlendLine10bpp4x2_SSE4_1() 553 const uint16_t* LIBGAV1_RESTRICT pred_1, in MaskBlend10bpp4x4_SSE4_1() 583 const uint16_t* LIBGAV1_RESTRICT pred_1, const ptrdiff_t pred_stride_1, in MaskBlend10bpp4xH_SSE4_1() [all …]
|
H A D | distance_weighted_blend_sse4.cc | 63 const int16_t* LIBGAV1_RESTRICT pred_1, const uint8_t weight, in DistanceWeightedBlend4xH_SSE4_1() 100 const int16_t* LIBGAV1_RESTRICT pred_1, const uint8_t weight, in DistanceWeightedBlend8xH_SSE4_1() 129 const int16_t* LIBGAV1_RESTRICT pred_1, const uint8_t weight, in DistanceWeightedBlendLarge_SSE4_1() 167 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in DistanceWeightedBlend_SSE4_1() local 265 const uint16_t* LIBGAV1_RESTRICT pred_1, const uint8_t weight_0, in DistanceWeightedBlend4xH_SSE4_1() 303 const uint16_t* LIBGAV1_RESTRICT pred_1, const uint8_t weight_0, in DistanceWeightedBlend8xH_SSE4_1() 336 const uint16_t* LIBGAV1_RESTRICT pred_1, const uint8_t weight_0, in DistanceWeightedBlendLarge_SSE4_1() 376 const auto* pred_1 = static_cast<const uint16_t*>(prediction_1); in DistanceWeightedBlend_SSE4_1() local
|
H A D | average_blend_sse4.cc | 106 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in AverageBlend_SSE4_1() local 178 const __m128i pred_1 = LoadUnaligned16(prediction_1 + offset); in AverageBlendRow() local 212 const auto* pred_1 = static_cast<const uint16_t*>(prediction_1); in AverageBlend10bpp_SSE4_1() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | weight_mask_neon.cc | 107 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x8_NEON() local 121 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x16_NEON() local 137 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x32_NEON() local 166 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x8_NEON() local 180 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x16_NEON() local 196 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x32_NEON() local 215 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x64_NEON() local 246 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x8_NEON() local 263 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x16_NEON() local 279 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x32_NEON() local [all …]
|
H A D | mask_blend_neon.cc | 73 const int16_t* LIBGAV1_RESTRICT const pred_1, in WriteMaskBlendLine4x2() 104 const int16_t* LIBGAV1_RESTRICT pred_1, in MaskBlending4x4_NEON() 131 const int16_t* LIBGAV1_RESTRICT pred_1, in MaskBlending4xH_NEON() 188 const int16_t* LIBGAV1_RESTRICT pred_1, in CombinePred8() 215 const int16_t* LIBGAV1_RESTRICT pred_1, in MaskBlending8xH_NEON() 268 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in MaskBlend_NEON() local 326 uint8_t* LIBGAV1_RESTRICT const pred_1, const ptrdiff_t pred_stride_1, in InterIntraWriteMaskBlendLine8bpp4x2() 342 const uint8_t* LIBGAV1_RESTRICT pred_0, uint8_t* LIBGAV1_RESTRICT pred_1, in InterIntraMaskBlending8bpp4x4_NEON() 364 const uint8_t* LIBGAV1_RESTRICT pred_0, uint8_t* LIBGAV1_RESTRICT pred_1, in InterIntraMaskBlending8bpp4xH_NEON() 391 const uint8_t* LIBGAV1_RESTRICT pred_0, uint8_t* LIBGAV1_RESTRICT pred_1, in InterIntraMaskBlending8bpp8xH_NEON() [all …]
|
H A D | average_blend_neon.cc | 83 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in AverageBlend_NEON() local 196 const auto* pred_1 = static_cast<const uint16_t*>(prediction_1); in AverageBlend_NEON() local
|
H A D | distance_weighted_blend_neon.cc | 138 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in DistanceWeightedBlend_NEON() local 251 const auto* pred_1 = static_cast<const uint16_t*>(prediction_1); in DistanceWeightedBlend_NEON() local
|
H A D | intrapred_smooth_neon.cc | 322 const uint8x16_t pred_1 = in SmoothVertical16PlusxN_NEON() local 430 const uint8x16_t pred_1 = CalculateHorizontalWeightsAndPred( in SmoothHorizontal16PlusxN_NEON() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | avg_pred_avx2.c | 51 const __m256i pred_1 = _mm256_load_si256((const __m256i *)(pred + 32)); in vpx_comp_avg_pred_avx2() local 74 const __m256i pred_1 = _mm256_load_si256((const __m256i *)(pred + 32)); in vpx_comp_avg_pred_avx2() local 93 const __m256i pred_1 = in vpx_comp_avg_pred_avx2() local
|
/aosp_15_r20/external/libhevc/encoder/arm/ |
H A D | ihevce_ssd_and_sad_calculator_neon.c | 188 const uint8x16_t pred_1 = vld1q_u8(pu1_recon + 16); in ihevce_ssd_and_sad_calculator_neon() local 247 const uint8x16_t pred_1 = vld1q_u8(pu1_recon + 16); in ihevce_ssd_and_sad_calculator_neon() local
|
H A D | ihevce_sad_compute_neon.c | 146 const uint8x16_t pred_1 = vld1q_u8(pu1_pred + 16); in ihevce_32xn_sad_computer_neon() local 180 const uint8x16_t pred_1 = vld1q_u8(pu1_pred + 16); in ihevce_64xn_sad_computer_neon() local
|
H A D | ihevce_ssd_calculator_neon.c | 140 uint8x16_t src_0, pred_0, src_1, pred_1, abs_0, abs_1; in ihevce_1x32_ssd_computer_neon() local 180 uint8x16_t pred_0, pred_1, pred_2, pred_3; in ihevce_1x64_ssd_computer_neon() local
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | average_blend.cc | 40 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in AverageBlend_C() local
|
H A D | distance_weighted_blend.cc | 42 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in DistanceWeightedBlend_C() local
|
H A D | weight_mask.cc | 38 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in WeightMask_C() local
|
H A D | mask_blend.cc | 58 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in MaskBlend_C() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | variance_avx2.c | 303 const __m256i pred_1 = _mm256_loadu_si256((const __m256i *)(pred + 32)); in aom_comp_avg_pred_avx2() local 325 const __m256i pred_1 = _mm256_loadu_si256((const __m256i *)(pred + 32)); in aom_comp_avg_pred_avx2() local 343 const __m256i pred_1 = in aom_comp_avg_pred_avx2() local
|