Searched defs:weight_1 (Results 1 – 6 of 6) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | distance_weighted_blend_sse4.cc | 57 const uint8_t weight_1, void* const dest, const ptrdiff_t dest_stride) { in DistanceWeightedBlend4xH_SSE4_1() 101 const uint8_t weight_1, void* const dest, const ptrdiff_t dest_stride) { in DistanceWeightedBlend8xH_SSE4_1() 128 const uint8_t weight_1, const int width, const int height, void* const dest, in DistanceWeightedBlendLarge_SSE4_1() 159 const uint8_t weight_1, const int width, in DistanceWeightedBlend_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/ |
D | distance_weighted_blend.cc | 31 const uint8_t weight_0, const uint8_t weight_1, in DistanceWeightedBlend_C()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | distance_weighted_blend_neon.cc | 131 const uint8_t weight_1, const int width, in DistanceWeightedBlend_NEON()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bicubic_op.cc | 74 float weight_1; member 137 inline float Interpolate1D(const float weight_0, const float weight_1, in Interpolate1D()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 154 const int weight_1 = kQuantizedDistanceWeight[i][1 - order]; in GetDistanceWeights() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 107 const int weight_0, const int weight_1) { in average_4_4()
|