/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | editorhelper.cpp | 27 void rotate_buffer_clockwise(T* src_buffer, T* dst_buffer, int src_w, int src_h, int src_stride, in rotate_buffer_clockwise() 57 void mirror_buffer(T* src_buffer, T* dst_buffer, int src_w, int src_h, int src_stride, in mirror_buffer() 74 void crop_buffer(T* src_buffer, T* dst_buffer, int src_stride, int dst_stride, int left, int top, in crop_buffer() 84 void resize_buffer(T* src_buffer, T* dst_buffer, int src_w, int src_h, int dst_w, int dst_h, in resize_buffer() 241 uint16_t* src_buffer = static_cast<uint16_t*>(src->planes[UHDR_PLANE_Y]); in apply_rotate() local 251 uint8_t* src_buffer = static_cast<uint8_t*>(src->planes[UHDR_PLANE_Y]); in apply_rotate() local 264 uint32_t* src_buffer = static_cast<uint32_t*>(src->planes[UHDR_PLANE_PACKED]); in apply_rotate() local 269 uint64_t* src_buffer = static_cast<uint64_t*>(src->planes[UHDR_PLANE_PACKED]); in apply_rotate() local 275 uint8_t* src_buffer = static_cast<uint8_t*>(src->planes[i]); in apply_rotate() local 282 uint16_t* src_buffer = static_cast<uint16_t*>(src->planes[i]); in apply_rotate() local [all …]
|
/aosp_15_r20/external/libultrahdr/lib/src/dsp/arm/ |
H A D | editorhelper_neon.cpp | 39 static void mirror_buffer_horizontal_neon_uint8_t(uint8_t* src_buffer, uint8_t* dst_buffer, in mirror_buffer_horizontal_neon_uint8_t() 86 static void mirror_buffer_horizontal_neon_uint16_t(uint16_t* src_buffer, uint16_t* dst_buffer, in mirror_buffer_horizontal_neon_uint16_t() 127 static void mirror_buffer_horizontal_neon_uint32_t(uint32_t* src_buffer, uint32_t* dst_buffer, in mirror_buffer_horizontal_neon_uint32_t() 168 static void mirror_buffer_horizontal_neon_uint64_t(uint64_t* src_buffer, uint64_t* dst_buffer, in mirror_buffer_horizontal_neon_uint64_t() 190 static void mirror_buffer_vertical_neon_uint8_t(uint8_t* src_buffer, uint8_t* dst_buffer, int src_w, in mirror_buffer_vertical_neon_uint8_t() 224 static void mirror_buffer_vertical_neon_uint16_t(uint16_t* src_buffer, uint16_t* dst_buffer, in mirror_buffer_vertical_neon_uint16_t() 254 static void mirror_buffer_vertical_neon_uint32_t(uint32_t* src_buffer, uint32_t* dst_buffer, in mirror_buffer_vertical_neon_uint32_t() 284 static void mirror_buffer_vertical_neon_uint64_t(uint64_t* src_buffer, uint64_t* dst_buffer, in mirror_buffer_vertical_neon_uint64_t() 648 static void rotate_buffer_clockwise_90_neon_uint8_t(uint8_t* src_buffer, uint8_t* dst_buffer, in rotate_buffer_clockwise_90_neon_uint8_t() 687 static void rotate_buffer_clockwise_90_neon_uint16_t(uint16_t* src_buffer, uint16_t* dst_buffer, in rotate_buffer_clockwise_90_neon_uint16_t() [all …]
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | inverse_transform_10bit_neon.cc | 2035 int adjusted_tx_height, void* src_buffer, in Dct4TransformLoopRow_NEON() argument 2064 void* LIBGAV1_RESTRICT src_buffer, in Dct4TransformLoopColumn_NEON() 2091 int adjusted_tx_height, void* src_buffer, in Dct8TransformLoopRow_NEON() argument 2119 void* LIBGAV1_RESTRICT src_buffer, in Dct8TransformLoopColumn_NEON() 2146 void* src_buffer, int /*start_x*/, in Dct16TransformLoopRow_NEON() argument 2173 void* LIBGAV1_RESTRICT src_buffer, in Dct16TransformLoopColumn_NEON() 2200 void* src_buffer, int /*start_x*/, in Dct32TransformLoopRow_NEON() argument 2227 void* LIBGAV1_RESTRICT src_buffer, in Dct32TransformLoopColumn_NEON() 2253 void* src_buffer, int /*start_x*/, in Dct64TransformLoopRow_NEON() argument 2280 void* LIBGAV1_RESTRICT src_buffer, in Dct64TransformLoopColumn_NEON() [all …]
|
H A D | inverse_transform_neon.cc | 2351 int adjusted_tx_height, void* src_buffer, in Dct4TransformLoopRow_NEON() argument 2388 void* LIBGAV1_RESTRICT src_buffer, in Dct4TransformLoopColumn_NEON() 2420 int adjusted_tx_height, void* src_buffer, in Dct8TransformLoopRow_NEON() argument 2457 void* LIBGAV1_RESTRICT src_buffer, in Dct8TransformLoopColumn_NEON() 2489 void* src_buffer, int /*start_x*/, in Dct16TransformLoopRow_NEON() argument 2521 void* LIBGAV1_RESTRICT src_buffer, in Dct16TransformLoopColumn_NEON() 2554 void* src_buffer, int /*start_x*/, in Dct32TransformLoopRow_NEON() argument 2577 void* LIBGAV1_RESTRICT src_buffer, in Dct32TransformLoopColumn_NEON() 2599 void* src_buffer, int /*start_x*/, in Dct64TransformLoopRow_NEON() argument 2622 void* LIBGAV1_RESTRICT src_buffer, in Dct64TransformLoopColumn_NEON() [all …]
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | inverse_transform_sse4.cc | 2235 void* src_buffer, int /*start_x*/, in Dct4TransformLoopRow_SSE4_1() argument 2271 void* LIBGAV1_RESTRICT src_buffer, in Dct4TransformLoopColumn_SSE4_1() 2302 void* src_buffer, int /*start_x*/, in Dct8TransformLoopRow_SSE4_1() argument 2336 void* LIBGAV1_RESTRICT src_buffer, in Dct8TransformLoopColumn_SSE4_1() 2366 void* src_buffer, int /*start_x*/, in Dct16TransformLoopRow_SSE4_1() argument 2399 void* LIBGAV1_RESTRICT src_buffer, in Dct16TransformLoopColumn_SSE4_1() 2429 void* src_buffer, int /*start_x*/, in Dct32TransformLoopRow_SSE4_1() argument 2455 void* LIBGAV1_RESTRICT src_buffer, in Dct32TransformLoopColumn_SSE4_1() 2475 void* src_buffer, int /*start_x*/, in Dct64TransformLoopRow_SSE4_1() argument 2501 void* LIBGAV1_RESTRICT src_buffer, in Dct64TransformLoopColumn_SSE4_1() [all …]
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | transupp.c | 242 JBLOCKARRAY src_buffer, dst_buffer; in do_drop() local 283 JBLOCKARRAY src_buffer, dst_buffer; in do_crop() local 325 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_zero() local 401 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_flat() local 480 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_reflect() local 798 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_h() local 860 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_v() local 938 JBLOCKARRAY src_buffer, dst_buffer; in do_transpose() local 992 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_90() local 1073 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_270() local [all …]
|
/aosp_15_r20/external/executorch/backends/vulkan/test/utils/ |
H A D | test_utils.cpp | 26 vkapi::VulkanBuffer& src_buffer, in record_nchw_to_buffer_op() 70 vkapi::VulkanBuffer& src_buffer, in record_nchw_to_image_op() 140 vkapi::VulkanBuffer& src_buffer, in record_conv2d_prepack_weights_op()
|
/aosp_15_r20/external/libgav1/src/post_filter/ |
H A D | cdef.cc | 169 const Pixel* src_buffer = in PrepareCdefBlock() local 405 const uint8_t* const src_buffer = src_buffer_base; in ApplyCdefForOneUnit() local 554 const uint8_t* const src_buffer = src_buffer_base; in ApplyCdefForOneUnit() local
|
H A D | loop_restoration.cc | 21 const Pixel* src_buffer, const ptrdiff_t stride, const Plane plane, in ApplyLoopRestorationForOneRow()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/impl/ |
H A D | Packing.cpp | 119 api::VulkanBuffer& src_buffer, in record_nchw_to_image_op() 231 api::VulkanBuffer& src_buffer, in record_nchw_to_buffer_op()
|
/aosp_15_r20/external/puffin/src/ |
H A D | fuzzer_puffpatch.cc | 79 Buffer src_buffer(kBufferSize); in FuzzPuffPatch() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_blit.c | 84 unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, in i915_copy_blit()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | tuple_ops.cc | 101 llvm::LoadInst* src_buffer = b->CreateLoad(element_pointee_type, element_ptr); in EmitGetTupleElement() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | local_device_state.cc | 102 se::DeviceMemoryBase src_buffer, se::DeviceMemoryBase dst_buffer) { in ThenMemcpyDeviceToDevice()
|
H A D | tpu_client.cc | 74 se::DeviceMemoryBase src_buffer, se::DeviceMemoryBase dst_buffer) { in ThenMemcpyDeviceToDevice()
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | desktop_frame.cc | 42 void DesktopFrame::CopyPixelsFrom(const uint8_t* src_buffer, in CopyPixelsFrom()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/ |
H A D | types.cc | 77 auto* src_buffer = buffer.data(); in CopyBuffer() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | lstm_utils.cc | 27 void CopyArrayData(const Buffer<ArrayDataType::kFloat>& src_buffer, in CopyArrayData()
|
/aosp_15_r20/external/webrtc/common_audio/ |
H A D | audio_converter_unittest.cc | 105 ScopedBuffer src_buffer = CreateBuffer(src_data, src_frames); in RunAudioConverterTest() local
|
H A D | audio_converter.cc | 142 auto& src_buffer = buffers_[i - 2]; in Convert() local
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | memory_containers.cc | 44 const void* src_buffer = GetReadOnlyBuffer(offset, error); in Read() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_emit.c | 83 unsigned src_buffer = 0; in draw_pt_emit_prepare() local
|
H A D | draw_pipe_vbuf.c | 213 unsigned src_buffer = 0; in vbuf_start_prim() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/gif/ |
H A D | cfx_gifcontext_unittest.cpp | 54 uint8_t src_buffer[] = {0x00, 0x01, 0x02, 0x03, 0x04, in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | copy.rs | 3998 pub src_buffer: Subbuffer<[u8]>, field 4042 pub src_buffer: Subbuffer<[T]>, field 4275 pub src_buffer: Subbuffer<[u8]>, field
|