Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Dweight_mask_sse4.cc92 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x8_SSE4() local
104 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x16_SSE4() local
118 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x32_SSE4() local
141 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x8_SSE4() local
153 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x16_SSE4() local
167 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x32_SSE4() local
184 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x64_SSE4() local
209 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x8_SSE4() local
224 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x16_SSE4() local
238 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x32_SSE4() local
[all …]
Ddistance_weighted_blend_sse4.cc57 const int16_t* pred_0, const int16_t* pred_1, const uint8_t weight_0, in DistanceWeightedBlend4xH_SSE4_1()
101 const int16_t* pred_0, const int16_t* pred_1, const uint8_t weight_0, in DistanceWeightedBlend8xH_SSE4_1()
128 const int16_t* pred_0, const int16_t* pred_1, const uint8_t weight_0, in DistanceWeightedBlendLarge_SSE4_1()
164 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in DistanceWeightedBlend_SSE4_1() local
260 const uint16_t* pred_0, const uint16_t* pred_1, const uint8_t weight_0, in DistanceWeightedBlend4xH_SSE4_1()
304 const uint16_t* pred_0, const uint16_t* pred_1, const uint8_t weight_0, in DistanceWeightedBlend8xH_SSE4_1()
335 const uint16_t* pred_0, const uint16_t* pred_1, const uint8_t weight_0, in DistanceWeightedBlendLarge_SSE4_1()
374 const auto* pred_1 = static_cast<const uint16_t*>(prediction_1); in DistanceWeightedBlend_SSE4_1() local
Daverage_blend_sse4.cc41 const __m128i pred_1 = LoadLo8(prediction_1); in AverageBlend4Row() local
50 const __m128i pred_1 = LoadAligned16(prediction_1); in AverageBlend8Row() local
79 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in AverageBlend_SSE4_1() local
159 const __m128i pred_1 = LoadUnaligned16(prediction_1 + offset); in AverageBlendRow() local
192 const auto* pred_1 = static_cast<const uint16_t*>(prediction_1); in AverageBlend10bpp_SSE4_1() local
Dmask_blend_sse4.cc120 const int16_t* const pred_1, in WriteMaskBlendLine4x2()
148 inline void MaskBlending4x4_SSE4(const int16_t* pred_0, const int16_t* pred_1, in MaskBlending4x4_SSE4()
170 inline void MaskBlending4xH_SSE4(const int16_t* pred_0, const int16_t* pred_1, in MaskBlending4xH_SSE4()
233 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in MaskBlend_SSE4() local
281 uint8_t* const pred_1, in InterIntraWriteMaskBlendLine8bpp4x2()
305 uint8_t* pred_1, in InterIntraMaskBlending8bpp4x4_SSE4()
332 uint8_t* pred_1, in InterIntraMaskBlending8bpp4xH_SSE4()
506 const uint16_t* pred_0, const uint16_t* pred_1, in WriteMaskBlendLine10bpp4x2_SSE4_1()
548 const uint16_t* pred_1, in MaskBlend10bpp4x4_SSE4_1()
579 const uint16_t* pred_1, in MaskBlend10bpp4xH_SSE4_1()
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dweight_mask_neon.cc44 const int16x8_t pred_1 = vld1q_s16(prediction_1); in WeightMask8_NEON() local
73 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x8_NEON() local
85 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x16_NEON() local
99 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask8x32_NEON() local
126 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x8_NEON() local
138 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x16_NEON() local
152 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x32_NEON() local
169 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask16x64_NEON() local
195 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x8_NEON() local
210 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in WeightMask32x16_NEON() local
[all …]
Dmask_blend_neon.cc83 const int16_t* const pred_1, in WriteMaskBlendLine4x2()
112 inline void MaskBlending4x4_NEON(const int16_t* pred_0, const int16_t* pred_1, in MaskBlending4x4_NEON()
136 inline void MaskBlending4xH_NEON(const int16_t* pred_0, const int16_t* pred_1, in MaskBlending4xH_NEON()
199 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in MaskBlend_NEON() local
306 uint8_t* const pred_1, in InterIntraWriteMaskBlendLine8bpp4x2()
324 uint8_t* pred_1, in InterIntraMaskBlending8bpp4x4_NEON()
347 const uint8_t* pred_0, uint8_t* pred_1, const ptrdiff_t pred_stride_1, in InterIntraMaskBlending8bpp4xH_NEON()
Daverage_blend_neon.cc79 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in AverageBlend_NEON() local
189 const auto* pred_1 = static_cast<const uint16_t*>(prediction_1); in AverageBlend_NEON() local
Dintrapred_smooth_neon.cc64 const uint32x4_t pred_1 = vaddl_u16(weighted_bl, weighted_tr); in CalculatePred() local
313 const uint8x16_t pred_1 = in SmoothVertical16PlusxN_NEON() local
427 const uint8x16_t pred_1 = CalculateHorizontalWeightsAndPred( in SmoothHorizontal16PlusxN_NEON() local
Ddistance_weighted_blend_neon.cc137 const auto* pred_1 = static_cast<const int16_t*>(prediction_1); in DistanceWeightedBlend_NEON() local
276 const auto* pred_1 = static_cast<const uint16_t*>(prediction_1); in DistanceWeightedBlend_NEON() local
/external/libgav1/libgav1/src/dsp/
Daverage_blend.cc39 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in AverageBlend_C() local
Ddistance_weighted_blend.cc40 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in DistanceWeightedBlend_C() local
Dweight_mask.cc37 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in WeightMask_C() local
Dmask_blend.cc55 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in MaskBlend_C() local
/external/libhevc/encoder/arm/
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
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
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