Home
last modified time | relevance | path

Searched defs:bottom_left (Results 1 – 17 of 17) sorted by relevance

/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_smooth_neon.cc63 const uint8_t bottom_left = left[height - 1]; in Smooth4xN_NEON() local
116 const uint8_t bottom_left = left[height - 1]; in Smooth8xN_NEON() local
174 const uint8_t bottom_left = left[height - 1]; in Smooth16PlusxN_NEON() local
255 const uint8_t bottom_left = left[height - 1]; in SmoothVertical4Or8xN_NEON() local
306 const uint8_t bottom_left = left[height - 1]; in SmoothVertical16PlusxN_NEON() local
643 const uint16_t bottom_left = left[height - 1]; in Smooth4xH_NEON() local
706 const uint16_t bottom_left = left[height - 1]; in Smooth8xH_NEON() local
744 const uint16_t bottom_left = left[height - 1]; in SmoothWxH_NEON() local
794 const uint16_t bottom_left = left[height - 1]; in SmoothVertical4xH_NEON() local
821 const uint16_t bottom_left = left[height - 1]; in SmoothVertical8xH_NEON() local
[all …]
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc138 const __m128i bottom_left = _mm_set1_epi16(left[height - 1]); in LoadSmoothPixels4() local
220 const __m128i bottom_left = _mm_shuffle_epi32(left, 0xFF); in Smooth4x4_SSE4_1() local
285 const __m128i bottom_left = _mm_set1_epi16(left[height - 1]); in LoadSmoothPixels8() local
490 const __m128i bottom_left = _mm_cvtsi32_si128(left_ptr[height - 1]); in SmoothWxH() local
1411 const __m128i bottom_left = _mm_set1_epi16(left[height - 1]); in LoadSmoothVerticalPixels4() local
1525 const __m128i bottom_left = _mm_set1_epi16(left_ptr[3]); in SmoothVertical8x4_SSE4_1() local
1561 const __m128i bottom_left = _mm_set1_epi16(left_ptr[7]); in SmoothVertical8x8_SSE4_1() local
1586 const __m128i bottom_left = _mm_set1_epi16(left_ptr[15]); in SmoothVertical8x16_SSE4_1() local
1627 const __m128i bottom_left = _mm_set1_epi16(left_ptr[31]); in SmoothVertical8x32_SSE4_1() local
1694 const __m128i bottom_left = _mm_set1_epi16(left_ptr[3]); in SmoothVertical16x4_SSE4_1() local
[all …]
/external/libgav1/libgav1/src/dsp/
Dintrapred_smooth.cc57 const Pixel bottom_left = left[block_height - 1]; in Smooth() local
91 const Pixel bottom_left = left[block_height - 1]; in SmoothVertical() local
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op.cc113 const float bottom_left, const float bottom_right, in compute_lerp()
123 const __m128 bottom_left, in compute_lerp_v()
148 const float bottom_left(ys_input_upper_ptr[xs_lower + c]); in ResizeLineChannels() local
Dresize_bilinear_op_gpu.cu.cc150 const float bottom_left( in ResizeBilinearKernel() local
318 const float bottom_left( in LegacyResizeBilinearKernel() local
Dresize_bilinear_op_test.cc122 const float bottom_left = in ResizeBilinearBaseline() local
/external/tensorflow/tensorflow/lite/kernels/perception/
Ddense_image_warp.cc72 float bottom_left = in DenseImageWarp() local
/external/libchrome/ui/gfx/geometry/
Drect_f.h70 constexpr PointF bottom_left() const { return PointF(x(), bottom()); } in bottom_left() function
Drect.h103 constexpr Point bottom_left() const { return Point(x(), bottom()); } in bottom_left() function
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc109 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference() local
124 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp()
260 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in OutputLerpForChannels() local
503 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in ResizeImageReference() local
Dquantized_resize_bilinear_op_test.cc90 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference() local
138 const float bottom_left = image_data[y_upper_index + xs_lower + c]; in CalcReferenceResizedVal() local
Dquantization_utils_test.cc826 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()
Dconv_ops_fused_image_transform.cc163 const T1* bottom_left; member
Dquantization_utils.h481 const int32x2_t bottom_left, in ComputeLerp32x2()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEFastCornersKernel.cpp168 static const std::array<uint8_t, 8> bottom_left = in create_circle_index_register() local
/external/freetype/include/freetype/
Dftcolor.h1438 FT_Vector bottom_left; member
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c894 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