Home
last modified time | relevance | path

Searched defs:pred_1 (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dweight_mask_sse4.cc95 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 Dmask_blend_sse4.cc137 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 Ddistance_weighted_blend_sse4.cc63 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 Daverage_blend_sse4.cc106 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 Dweight_mask_neon.cc107 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 Dmask_blend_neon.cc73 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 Daverage_blend_neon.cc83 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 Ddistance_weighted_blend_neon.cc138 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 Dintrapred_smooth_neon.cc322 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 Davg_pred_avx2.c51 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 Dihevce_ssd_and_sad_calculator_neon.c188 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 Dihevce_sad_compute_neon.c146 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 Dihevce_ssd_calculator_neon.c140 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 Daverage_blend.cc40 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in AverageBlend_C() local
H A Ddistance_weighted_blend.cc42 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in DistanceWeightedBlend_C() local
H A Dweight_mask.cc38 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in WeightMask_C() local
H A Dmask_blend.cc58 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in MaskBlend_C() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dvariance_avx2.c303 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