/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_smooth_neon.cc | 76 const uint8_t bottom_left = left[height - 1]; in Smooth4Or8xN_NEON() local 157 const uint8_t bottom_left = left[height - 1]; in Smooth16PlusxN_NEON() local 237 const uint8_t bottom_left = left[height - 1]; in SmoothVertical4Or8xN_NEON() local 287 const uint8_t bottom_left = left[height - 1]; in SmoothVertical16PlusxN_NEON() local
|
/external/llvm-project/lldb/test/API/lang/c/array_types/ |
D | main.c | 9 struct point_tag bottom_left; in main() member
|
/external/llvm-project/lldb/test/API/lang/c/struct_types/ |
D | main.c | 28 struct point_tag bottom_left; in main() member
|
/external/libgav1/libgav1/src/dsp/ |
D | intrapred_smooth.cc | 68 const Pixel bottom_left = left[block_height - 1]; in Smooth() local 101 const Pixel bottom_left = left[block_height - 1]; in SmoothVertical() local
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 148 const __m128i bottom_left = _mm_set1_epi16(left[height - 1]); in LoadSmoothPixels4() local 227 const __m128i bottom_left = _mm_shuffle_epi32(left, 0xFF); in Smooth4x4_SSE4_1() local 288 const __m128i bottom_left = _mm_set1_epi16(left[height - 1]); in LoadSmoothPixels8() local 484 const __m128i bottom_left = _mm_cvtsi32_si128(left_ptr[height - 1]); in SmoothWxH() local 1384 const __m128i bottom_left = _mm_set1_epi16(left[height - 1]); in LoadSmoothVerticalPixels4() local 1492 const __m128i bottom_left = _mm_set1_epi16(left_ptr[3]); in SmoothVertical8x4_SSE4_1() local 1527 const __m128i bottom_left = _mm_set1_epi16(left_ptr[7]); in SmoothVertical8x8_SSE4_1() local 1551 const __m128i bottom_left = _mm_set1_epi16(left_ptr[15]); in SmoothVertical8x16_SSE4_1() local 1591 const __m128i bottom_left = _mm_set1_epi16(left_ptr[31]); in SmoothVertical8x32_SSE4_1() local 1657 const __m128i bottom_left = _mm_set1_epi16(left_ptr[3]); in SmoothVertical16x4_SSE4_1() local [all …]
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bilinear_op.cc | 109 const float bottom_left, const float bottom_right, in compute_lerp() 164 const float bottom_left = input_(b, ys_[y].upper, xs_[x].lower, c); in operator ()() local
|
D | resize_bilinear_op_gpu.cu.cc | 152 const float bottom_left( in ResizeBilinearKernel() local 320 const float bottom_left( in LegacyResizeBilinearKernel() local
|
D | resize_bilinear_op_test.cc | 121 const float bottom_left = in ResizeBilinearBaseline() local
|
/external/tensorflow/tensorflow/lite/kernels/perception/ |
D | dense_image_warp.cc | 72 float bottom_left = in DenseImageWarp() local
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.h | 70 constexpr PointF bottom_left() const { return PointF(x(), bottom()); } in bottom_left() function
|
D | rect.h | 103 constexpr Point bottom_left() const { return Point(x(), bottom()); } in bottom_left() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 107 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference() local 122 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp() 258 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in OutputLerpForChannels() local 501 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in ResizeImageReference() local
|
D | quantized_resize_bilinear_op_test.cc | 87 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference() local 135 const float bottom_left = image_data[y_upper_index + xs_lower + c]; in CalcReferenceResizedVal() local
|
D | quantization_utils_test.cc | 826 T_CALC ComputeRefLerp(T_CALC top_left, T_CALC top_right, T_CALC bottom_left, in ComputeRefLerp() 838 void TestComputeLerp8x8(uint8 top_left, uint8 top_right, uint8 bottom_left, in TestComputeLerp8x8() 870 void TestComputeLerp32x2(int32 top_left, int32 top_right, int32 bottom_left, in TestComputeLerp32x2()
|
D | conv_ops_fused_image_transform.cc | 163 const T1* bottom_left; member
|
D | quantization_utils.h | 481 const int32x2_t bottom_left, in ComputeLerp32x2()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 894 const __m128i bottom_left = _mm_cvtsi32_si128((uint32_t)left[bh - 1]); in smooth_predictor_wxh() local 1262 const __m128i bottom_left = in smooth_v_predictor_wxh() local
|