/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/video/ |
H A D | graphics.c | 359 struct vector top_left; in draw_box() local 395 struct vector top_left; in draw_rounded_box() local 552 struct vector top_left; in draw_line() local 741 static int draw_bitmap_v3(const struct vector *top_left, in draw_bitmap_v3() 1115 struct vector *top_left) in calculate_position() 1152 static int check_boundary(const struct vector *top_left, in check_boundary() 1172 struct vector top_left, dim, dim_org; in draw_bitmap() local 1207 const struct vector *top_left) in draw_bitmap_direct()
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | intrapred_sse4.cc | 1071 const uint8_t top_left, const __m128i top, in WritePaeth16x8() 1137 void WritePaeth16x16(void* const dest, ptrdiff_t stride, const uint8_t top_left, in WritePaeth16x16() 1241 const uint8_t top_left = top_ptr[-1]; in Paeth16x32_SSE4_1() local 1256 const uint8_t top_left = top_ptr[-1]; in Paeth16x64_SSE4_1() local 1277 const uint8_t top_left = top_ptr[-1]; in Paeth32x8_SSE4_1() local 1290 const uint8_t top_left = top_ptr[-1]; in Paeth32x16_SSE4_1() local 1306 const uint8_t top_left = top_ptr[-1]; in Paeth32x32_SSE4_1() local 1326 const uint8_t top_left = top_ptr[-1]; in Paeth32x64_SSE4_1() local 1350 const uint8_t top_left = top_ptr[-1]; in Paeth64x16_SSE4_1() local 1369 const uint8_t top_left = top_ptr[-1]; in Paeth64x32_SSE4_1() 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 …e_set_rounded_corners(struct augmented_surface *augmented_surface, wl_fixed_t top_left, wl_fixed_t… in augmented_surface_set_rounded_corners() 484 …nted_surface, int32_t x, int32_t y, int32_t width, int32_t height, wl_fixed_t top_left, wl_fixed_t… in augmented_surface_set_rounded_clip_bounds() 543 …, wl_fixed_t x, wl_fixed_t y, wl_fixed_t width, wl_fixed_t height, wl_fixed_t top_left, wl_fixed_t… in augmented_surface_set_rounded_corners_clip_bounds()
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | desktop_frame.h | 54 const DesktopVector& top_left() const { return top_left_; } in top_left() function 55 void set_top_left(const DesktopVector& top_left) { top_left_ = top_left; } in set_top_left()
|
H A D | desktop_geometry.h | 116 DesktopVector top_left() const { return DesktopVector(left_, top_); } in top_left() function
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
H A D | PictureParameterSet.java | 75 public int[] top_left; field in PictureParameterSet 200 int[] top_left = new int[1]; in write() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | intrapred_neon.cc | 359 const uint8x8_t top_left = vdup_n_u8(top_row_u8[-1]); in Paeth4Or8xN_NEON() local 417 const uint8x16_t top_left, in SelectPaeth() 463 const uint8x16_t top_left = vdupq_n_u8(top_row_u8[-1]); in Paeth16PlusxN_NEON() local 1226 const uint16x4_t top_left = vdup_n_u16(top_row[-1]); in Paeth4xH_NEON() local 1269 const uint16x8_t top_left = vdupq_n_u16(top_row[-1]); in Paeth8xH_NEON() local 1314 const uint16x8_t top_left = vdupq_n_u16(top_row[-1]); in PaethWxH_NEON() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | resize_bilinear_op.cc | 112 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() 146 const float top_left(ys_input_lower_ptr[xs_lower + c]); in ResizeLineChannels() local
|
H A D | resize_bilinear_op_gpu.cu.cc | 142 const float top_left( in ResizeBilinearKernel() local 310 const float top_left( in LegacyResizeBilinearKernel() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_resize_bilinear_op.cc | 107 const float top_left = QuantizedToFloat<T>(in_top_left, min, max); in ComputeLerpReference() local 124 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp() 258 const T top_left = ys_input_lower_ptr[xs_lower + c]; in OutputLerpForChannels() local 501 const T top_left = ys_input_lower_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 | 88 const float top_left = QuantizedToFloat<T>(in_top_left, min, max); in ComputeLerpReference() local 136 const float top_left = image_data[y_lower_index + xs_lower + c]; in CalcReferenceResizedVal() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | intrapred_msa.c | 388 uint8_t top_left = src_top_ptr[-1]; in intra_predict_tm_4x4_msa() local 416 uint8_t top_left = src_top_ptr[-1]; in intra_predict_tm_8x8_msa() local 448 uint8_t top_left = src_top_ptr[-1]; in intra_predict_tm_16x16_msa() local 497 uint8_t top_left = src_top[-1]; in intra_predict_tm_32x32_msa() local
|
H A D | intrapred4_dspr2.c | 89 int32_t top_left; in vpx_tm_predictor_4x4_dspr2() local
|
H A D | intrapred8_dspr2.c | 157 int32_t top_left; in vpx_tm_predictor_8x8_dspr2() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | resampler_ops.cc | 519 XlaOp top_left = xla::ConvertElementType(warp, xla::S32); in Compile() local 648 XlaOp top_left = xla::ConvertElementType(xla::Floor(warp), xla::S32); in Compile() local
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | reconintra4x4.c | 42 unsigned char top_left) { in vp8_intra4x4_predict()
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | typo.c | 12 struct Point top_left, // expected-note{{'top_left' declared here}} member
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/ |
H A D | geometry.py | 50 def __new__(cls, top_left, bottom_right): argument
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | encodeintra.c | 52 unsigned char top_left = Above[-1]; in vp8_encode_intra4x4block() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
H A D | integral_image.h | 124 const uint32_t top_left = (*this)[y1 - 1][x1 - 1]; in GetRegionSum() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | intrapred_neon.c | 1781 const uint8x8_t top_left = vld1_dup_u8(above - 1); in vpx_tm_predictor_4x4_neon() local 1819 const uint8x8_t top_left = vld1_dup_u8(above - 1); in vpx_tm_predictor_8x8_neon() local 1856 const uint8x16_t top_left = vld1q_dup_u8(above - 1); in vpx_tm_predictor_16x16_neon() local 1912 const uint8x16_t top_left = vld1q_dup_u8(above - 1); in vpx_tm_predictor_32x32_neon() local
|
H A D | highbd_intrapred_neon.c | 2341 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_4x4_neon() local 2382 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_8x8_neon() local 2427 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_16x16_neon() local 2485 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_32x32_neon() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/ |
H A D | dense_image_warp.cc | 69 float top_left = in DenseImageWarp() local
|
/aosp_15_r20/external/libgav1/src/tile/bitstream/ |
H A D | palette.cc | 214 const uint8_t top_left = in PopulatePaletteColorContexts() local
|