/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | intrapred_smooth_neon.cc | 57 const uint8_t bottom_left = left[height - 1]; in Smooth4xN_NEON() local 95 const uint8x8_t bottom_left, const uint8x8_t weights_x, in CalculateWeightsAndPred() 112 const uint8_t bottom_left = left[height - 1]; in Smooth8xN_NEON() local 171 const uint8_t bottom_left = left[height - 1]; in Smooth16PlusxN_NEON() local 245 const uint8_t bottom_left = left[height - 1]; in SmoothVertical4Or8xN_NEON() local 296 const uint8_t bottom_left = left[height - 1]; in SmoothVertical16PlusxN_NEON() local 630 const uint16_t bottom_left = left[height - 1]; in Smooth4xH_NEON() local 691 const uint16_t bottom_left = left[height - 1]; in Smooth8xH_NEON() local 727 const uint16_t bottom_left = left[height - 1]; in SmoothWxH_NEON() local 772 const uint16_t bottom_left = left[height - 1]; in SmoothVertical4xH_NEON() local [all …]
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | intrapred_smooth_sse4.cc | 138 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 …]
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | intrapred_ssse3.c | 965 const __m128i bottom_left = _mm_cvtsi32_si128(left_column[height - 1]); in smooth_predictor_wxh() local 1137 const __m128i bottom_left = _mm_set1_epi16(left[height - 1]); in load_smooth_vertical_pixels4() local 1242 const __m128i bottom_left = _mm_set1_epi16(left_column[3]); in aom_smooth_v_predictor_8x4_ssse3() local 1279 const __m128i bottom_left = _mm_set1_epi16(left_column[7]); in aom_smooth_v_predictor_8x8_ssse3() local 1302 const __m128i bottom_left = _mm_set1_epi16(left_column[15]); in aom_smooth_v_predictor_8x16_ssse3() local 1342 const __m128i bottom_left = _mm_set1_epi16(left_column[31]); in aom_smooth_v_predictor_8x32_ssse3() local 1406 const __m128i bottom_left = _mm_set1_epi16(left_column[3]); in aom_smooth_v_predictor_16x4_ssse3() local 1451 const __m128i bottom_left = _mm_set1_epi16(left_column[7]); in aom_smooth_v_predictor_16x8_ssse3() local 1477 const __m128i bottom_left = _mm_set1_epi16(left_column[15]); in aom_smooth_v_predictor_16x16_ssse3() local 1520 const __m128i bottom_left = _mm_set1_epi16(left_column[31]); in aom_smooth_v_predictor_16x32_ssse3() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/crosvm/gpu_display/gpu_display_client_protocol_headers/gen/wayland_protocol_codegen/ |
D | surface-augmenter.h | 451 …urface, wl_fixed_t top_left, wl_fixed_t top_right, wl_fixed_t bottom_right, wl_fixed_t bottom_left) in augmented_surface_set_rounded_corners() 484 …height, wl_fixed_t top_left, wl_fixed_t top_right, wl_fixed_t bottom_right, wl_fixed_t bottom_left) in augmented_surface_set_rounded_clip_bounds() 543 …height, wl_fixed_t top_left, wl_fixed_t top_right, wl_fixed_t bottom_right, wl_fixed_t bottom_left) in augmented_surface_set_rounded_corners_clip_bounds()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | resize_bilinear_op.cc | 113 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
|
H A D | resize_bilinear_op_gpu.cu.cc | 150 const float bottom_left( in ResizeBilinearKernel() local 318 const float bottom_left( in LegacyResizeBilinearKernel() local
|
H A D | resize_bilinear_op_test.cc | 122 const float bottom_left = in ResizeBilinearBaseline() local
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | intrapred_smooth.cc | 57 const Pixel bottom_left = left[block_height - 1]; in Smooth() local 91 const Pixel bottom_left = left[block_height - 1]; in SmoothVertical() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_resize_bilinear_op.cc | 109 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
|
H A 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()
|
H A D | quantized_resize_bilinear_op_test.cc | 90 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
|
H A D | conv_ops_fused_image_transform.cc | 163 const T1* bottom_left; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/ |
H A D | dense_image_warp.cc | 73 float bottom_left = in DenseImageWarp() local
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/ |
D | rect_f.h | 73 constexpr PointF bottom_left() const { return PointF(x(), bottom()); } in bottom_left() function
|
D | rect.h | 106 constexpr Point bottom_left() const { return Point(x(), bottom()); } in bottom_left() function
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | rect_f.h | 70 constexpr PointF bottom_left() const { return PointF(x(), bottom()); } in bottom_left() function
|
H A D | rect.h | 103 constexpr Point bottom_left() const { return Point(x(), bottom()); } in bottom_left() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/ |
D | rect_f.h | 73 constexpr PointF bottom_left() const { return PointF(x(), bottom()); } in bottom_left() function
|
D | rect.h | 106 constexpr Point bottom_left() const { return Point(x(), bottom()); } in bottom_left() function
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_intrapred_neon.c | 940 const uint16_t bottom_left = left_column[height - 1]; in highbd_smooth_4xh_neon() local 998 const uint16_t bottom_left = left_column[height - 1]; in highbd_smooth_8xh_neon() local 1143 const uint16_t bottom_left = left_column[height - 1]; in highbd_smooth_v_4xh_neon() local 1164 const uint16_t bottom_left = left_column[height - 1]; in highbd_smooth_v_8xh_neon() local
|
/aosp_15_r20/cts/apps/CameraITS/utils/ |
H A D | opencv_processing_utils.py | 1262 props, top_left, top_right, bottom_right, bottom_left, w, h): argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/freetype/include/freetype/ |
D | ftcolor.h | 1438 FT_Vector bottom_left; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/freetype/include/freetype/ |
D | ftcolor.h | 1397 FT_Vector bottom_left; member
|
/aosp_15_r20/external/freetype/include/freetype/ |
H A D | ftcolor.h | 1397 FT_Vector bottom_left; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/freetype/include/freetype/ |
D | ftcolor.h | 1397 FT_Vector bottom_left; member
|