Searched defs:weight_1 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | distance_weighted_blend_sse4.cc | 266 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 D | resize_bicubic_op.cc | 75 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 D | distance_weighted_blend.cc | 32 const uint8_t weight_0, const uint8_t weight_1, in DistanceWeightedBlend_C()
|
H A D | distance_weighted_blend_test.cc | 107 const uint8_t weight_1 = kQuantizedDistanceLookup[index][1]; in Test() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | distance_weighted_blend_neon.cc | 246 const uint8_t weight_0, const uint8_t weight_1, in DistanceWeightedBlend_NEON()
|
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/ |
H A D | triton_helpers.py | 155 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 D | prediction.cc | 156 const int weight_1 = kQuantizedDistanceWeight[i][1 - order]; in GetDistanceWeights() local
|