Home
last modified time | relevance | path

Searched defs:top_right (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dintrapred_smooth_neon.cc56 const uint8_t top_right = top[width - 1]; in Smooth4xN_NEON() local
111 const uint8_t top_right = top[width - 1]; in Smooth8xN_NEON() local
137 const uint8x16_t top, const uint8x8_t left, const uint8x8_t top_right, in CalculateWeightsAndPred()
170 const uint8_t top_right = top[width - 1]; in Smooth16PlusxN_NEON() local
348 const uint8_t top_right = top[width - 1]; in SmoothHorizontal4Or8xN_NEON() local
373 const uint8x8_t left, const uint8x8_t top_right, const uint8x16_t weights_x, in CalculateHorizontalWeightsAndPred()
397 const uint8_t top_right = top[width - 1]; in SmoothHorizontal16PlusxN_NEON() local
629 const uint16_t top_right = top[3]; in Smooth4xH_NEON() local
690 const uint16_t top_right = top[7]; in Smooth8xH_NEON() local
726 const uint16_t top_right = top[width - 1]; in SmoothWxH_NEON() local
[all …]
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc218 const __m128i top_right = _mm_shuffle_epi32(top, 0xFF); in Smooth4x4_SSE4_1() local
491 const __m128i top_right = _mm_set1_epi16(top_ptr[width - 1]); in SmoothWxH() local
546 const __m128i top_right = _mm_set1_epi32(top_ptr[3]); in SmoothHorizontal4x4_SSE4_1() local
569 const __m128i top_right = _mm_set1_epi32(top[3]); in SmoothHorizontal4x8_SSE4_1() local
602 const __m128i top_right = _mm_set1_epi32(top[3]); in SmoothHorizontal4x16_SSE4_1() local
655 const __m128i top_right = _mm_set1_epi16(top[7]); in SmoothHorizontal8x4_SSE4_1() local
685 const __m128i top_right = _mm_set1_epi16(top[7]); in SmoothHorizontal8x8_SSE4_1() local
706 const __m128i top_right = _mm_set1_epi16(top[7]); in SmoothHorizontal8x16_SSE4_1() local
735 const __m128i top_right = _mm_set1_epi16(top[7]); in SmoothHorizontal8x32_SSE4_1() local
778 const __m128i top_right = _mm_set1_epi16(top[15]); in SmoothHorizontal16x4_SSE4_1() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_ssse3.c966 const __m128i top_right = _mm_set1_epi16(top_row[width - 1]); in smooth_predictor_wxh() local
2139 const __m128i top_right = _mm_set1_epi32(top_row[3]); in aom_smooth_h_predictor_4x4_ssse3() local
2167 const __m128i top_right = _mm_set1_epi32(top_row[3]); in aom_smooth_h_predictor_4x8_ssse3() local
2214 const __m128i top_right = _mm_set1_epi32(top_row[3]); in aom_smooth_h_predictor_4x16_ssse3() local
2300 const __m128i top_right = _mm_set1_epi16(top_row[7]); in aom_smooth_h_predictor_8x4_ssse3() local
2332 const __m128i top_right = _mm_set1_epi16(top_row[7]); in aom_smooth_h_predictor_8x8_ssse3() local
2352 const __m128i top_right = _mm_set1_epi16(top_row[7]); in aom_smooth_h_predictor_8x16_ssse3() local
2381 const __m128i top_right = _mm_set1_epi16(top_row[7]); in aom_smooth_h_predictor_8x32_ssse3() local
2425 const __m128i top_right = _mm_set1_epi16(top_row[15]); in aom_smooth_h_predictor_16x4_ssse3() local
2464 const __m128i top_right = _mm_set1_epi16(top_row[15]); in aom_smooth_h_predictor_16x8_ssse3() local
[all …]
/aosp_15_r20/out/soong/.intermediates/external/crosvm/gpu_display/gpu_display_client_protocol_headers/gen/wayland_protocol_codegen/
Dsurface-augmenter.h451 …struct augmented_surface *augmented_surface, wl_fixed_t top_left, wl_fixed_t top_right, wl_fixed_t… in augmented_surface_set_rounded_corners()
484 …x, int32_t y, int32_t width, int32_t height, wl_fixed_t top_left, wl_fixed_t top_right, wl_fixed_t… in augmented_surface_set_rounded_clip_bounds()
543 …ed_t y, wl_fixed_t width, wl_fixed_t height, wl_fixed_t top_left, wl_fixed_t top_right, wl_fixed_t… in augmented_surface_set_rounded_corners_clip_bounds()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_bilinear_op.cc112 inline float compute_lerp(const float top_left, const float top_right, in compute_lerp()
122 inline __m128 compute_lerp_v(const __m128 top_left, const __m128 top_right, in compute_lerp_v()
147 const float top_right(ys_input_lower_ptr[xs_upper + c]); in ResizeLineChannels() local
H A Dresize_bilinear_op_gpu.cu.cc146 const float top_right( in ResizeBilinearKernel() local
314 const float top_right( in LegacyResizeBilinearKernel() local
H A Dresize_bilinear_op_test.cc121 const float top_right = images(b, top_y_index, right_x_index, c); in ResizeBilinearBaseline() local
/aosp_15_r20/external/libgav1/src/dsp/
H A Dintrapred_smooth.cc56 const Pixel top_right = top[block_width - 1]; in Smooth() local
119 const Pixel top_right = top[block_width - 1]; in SmoothHorizontal() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_resize_bilinear_op.cc108 const float top_right = QuantizedToFloat<T>(in_top_right, min, max); in ComputeLerpReference() local
124 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp()
259 const T top_right = ys_input_lower_ptr[xs_upper + c]; in OutputLerpForChannels() local
502 const T top_right = ys_input_lower_ptr[xs_upper + c]; in ResizeImageReference() local
H A 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()
H A Dquantized_resize_bilinear_op_test.cc89 const float top_right = QuantizedToFloat<T>(in_top_right, min, max); in ComputeLerpReference() local
137 const float top_right = image_data[y_lower_index + xs_upper + c]; in CalcReferenceResizedVal() local
H A Dconv_ops_fused_image_transform.cc162 const T1* top_right; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/
H A Ddense_image_warp.cc71 float top_right = in DenseImageWarp() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/
Drect_f.h72 constexpr PointF top_right() const { return PointF(right(), y()); } in top_right() function
Drect.h105 constexpr Point top_right() const { return Point(right(), y()); } in top_right() function
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Drect_f.h69 constexpr PointF top_right() const { return PointF(right(), y()); } in top_right() function
H A Drect.h102 constexpr Point top_right() const { return Point(right(), y()); } in top_right() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/
Drect_f.h72 constexpr PointF top_right() const { return PointF(right(), y()); } in top_right() function
Drect.h105 constexpr Point top_right() const { return Point(right(), y()); } in top_right() function
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_intrapred_neon.c939 const uint16_t top_right = top_row[3]; in highbd_smooth_4xh_neon() local
997 const uint16_t top_right = top_row[7]; in highbd_smooth_8xh_neon() local
1294 const uint16_t top_right = top_row[3]; in highbd_smooth_h_4xh_neon() local
1312 const uint16_t top_right = top_row[7]; in highbd_smooth_h_8xh_neon() local
H A Dintrapred_neon.c2449 const uint8_t top_right = top_row[3]; in smooth_4xh_neon() local
2502 const uint8_t top_right = top_row[7]; in smooth_8xh_neon() local
2548 const uint8x16_t top, const uint8x8_t left, const uint8x8_t top_right, in calculate_weights_and_predq()
2899 const uint8x8_t left, const uint8x8_t top_right, const uint8x16_t weights_x, in calculate_horizontal_weights_and_pred()
/aosp_15_r20/external/webp/src/dec/
H A Dframe_dec.c131 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in ReconstructRow() local
/aosp_15_r20/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c354 UWORD8 top_right, top, top_left, left, bot_left; in ihevcd_get_intra_nbr_flag() local
/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dopencv_processing_utils.py1262 props, top_left, top_right, bottom_right, bottom_left, w, h): argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/freetype/include/freetype/
Dftcolor.h1440 FT_Vector top_right; member

12