Home
last modified time | relevance | path

Searched defs:weight_1 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Ddistance_weighted_blend_sse4.cc266 const uint8_t weight_1, void* LIBGAV1_RESTRICT const dest, in DistanceWeightedBlend4xH_SSE4_1()
304 const uint8_t weight_1, void* LIBGAV1_RESTRICT const dest, in DistanceWeightedBlend8xH_SSE4_1()
337 const uint8_t weight_1, const int width, const int height, in DistanceWeightedBlendLarge_SSE4_1()
371 const uint8_t weight_1, const int width, in DistanceWeightedBlend_SSE4_1()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_bicubic_op.cc75 float weight_1; member
138 inline float Interpolate1D(const float weight_0, const float weight_1, in Interpolate1D()
/aosp_15_r20/external/libgav1/src/dsp/
H A Ddistance_weighted_blend.cc32 const uint8_t weight_0, const uint8_t weight_1, in DistanceWeightedBlend_C()
H A Ddistance_weighted_blend_test.cc107 const uint8_t weight_1 = kQuantizedDistanceLookup[index][1]; in Test() local
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Ddistance_weighted_blend_neon.cc246 const uint8_t weight_0, const uint8_t weight_1, in DistanceWeightedBlend_NEON()
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dtriton_helpers.py155 def welford_combine(mean_1, m2_1, weight_1, mean_2, m2_2, weight_2): argument
/aosp_15_r20/external/libgav1/src/tile/
H A Dprediction.cc156 const int weight_1 = kQuantizedDistanceWeight[i][1 - order]; in GetDistanceWeights() local