Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
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()
159 const uint8_t weight_0, in DistanceWeightedBlend_SSE4_1()
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()
369 const uint8_t weight_0, in DistanceWeightedBlend_SSE4_1()
/external/libgav1/libgav1/src/dsp/
Ddistance_weighted_blend.cc31 const uint8_t weight_0, const uint8_t weight_1, in DistanceWeightedBlend_C()
/external/libgav1/libgav1/src/dsp/arm/
Ddistance_weighted_blend_neon.cc132 const uint8_t weight_0, in DistanceWeightedBlend_NEON()
272 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/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Ddepthwise_conv.cc238 ae_p24x2s weight_0, weight_1, weight_2, weight_3; in DepthwiseConv4x32MatchingInputAndFilter() local
/external/webp/src/enc/
Dpredictor_enc.c33 static float PredictionCostSpatial(const int counts[256], int weight_0, in PredictionCostSpatial()
/external/libgav1/libgav1/src/tile/
Dprediction.cc155 const int weight_0 = kQuantizedDistanceWeight[i][order]; in GetDistanceWeights() local
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse4.c107 const int weight_0, const int weight_1) { in average_4_4()