Searched refs:weight_0 (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bicubic_op.cc | 73 float weight_0; member 102 out->weight_0 = in GetWeightsAndIndices() 116 out->weight_0 + out->weight_1 + out->weight_2 + out->weight_3; in GetWeightsAndIndices() 119 out->weight_0 *= one_over_weight_sum; in GetWeightsAndIndices() 125 out->weight_0 = coeffs_table[offset * 2 + 1]; in GetWeightsAndIndices() 137 inline float Interpolate1D(const float weight_0, const float weight_1, in Interpolate1D() argument 141 return static_cast<float>(value_0) * weight_0 + in Interpolate1D() 287 return Interpolate1D<T>(y_wai.weight_0, y_wai.weight_1, y_wai.weight_2, in ComputeYInterpolation() 398 Compute(cached_value_0, x_wai.weight_0, x_wai.weight_1, in interpolate_with_caching() 401 Compute(cached_value_1, x_wai.weight_0, x_wai.weight_1, in interpolate_with_caching() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 103 const int weight_0, const int weight_1) { in average_4_4() argument 108 _mm_setr_epi16(weight_0, weight_0, weight_0, weight_0, weight_1, weight_1, in average_4_4()
|
/external/webp/src/enc/ |
D | predictor_enc.c | 33 static float PredictionCostSpatial(const int counts[256], int weight_0, in PredictionCostSpatial() argument 37 double bits = weight_0 * counts[0]; in PredictionCostSpatial()
|