Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/x86/
Ddistance_weighted_blend_sse4.cc161 const uint8_t weight_0, in DistanceWeightedBlend_SSE4_1()
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()
370 const uint8_t weight_0, in DistanceWeightedBlend_SSE4_1()
/external/libgav1/src/dsp/
Ddistance_weighted_blend.cc32 const uint8_t weight_0, const uint8_t weight_1, in DistanceWeightedBlend_C()
Ddistance_weighted_blend_test.cc107 const uint8_t weight_0 = kQuantizedDistanceLookup[index][0]; in Test() local
/external/libgav1/src/dsp/arm/
Ddistance_weighted_blend_neon.cc134 const void* LIBGAV1_RESTRICT prediction_1, const uint8_t weight_0, in DistanceWeightedBlend_NEON()
246 const uint8_t weight_0, const uint8_t weight_1, in DistanceWeightedBlend_NEON()
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc74 float weight_0; member
138 inline float Interpolate1D(const float weight_0, const float weight_1, in Interpolate1D()
/external/webp/src/enc/
Dpredictor_enc.c34 static float PredictionCostSpatial(const int counts[256], int weight_0, in PredictionCostSpatial()
/external/libgav1/src/tile/
Dprediction.cc155 const int weight_0 = kQuantizedDistanceWeight[i][order]; in GetDistanceWeights() local