/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | vp9_frame_scale_ssse3.c | 228 uint8_t *const temp_buffer) { in scale_plane_2_to_1_general() 344 uint8_t *const temp_buffer) { in scale_plane_4_to_1_general() 452 uint8_t *const temp_buffer) { in scale_plane_4_to_3_general() 677 uint8_t *const temp_buffer) { in scale_plane_1_to_2_phase_0() 788 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_ssse3() local 832 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_ssse3() local 865 uint8_t *const temp_buffer = (uint8_t *)malloc(buffer_size); in vp9_scale_and_extend_frame_ssse3() local 883 uint8_t *const temp_buffer = (uint8_t *)malloc(8 * ((src_w + 7) & ~7)); in vp9_scale_and_extend_frame_ssse3() local
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | resize_ssse3.c | 290 uint8_t *const temp_buffer) { in scale_plane_4_to_1_general() 391 uint8_t *const temp_buffer) { in scale_plane_2_to_1_general() 514 uint8_t *const temp_buffer) { in scale_plane_4_to_3_general() 739 uint8_t *const temp_buffer) { in scale_plane_1_to_2_phase_0() 876 uint8_t *const temp_buffer = in av1_resize_and_extend_frame_ssse3() local 909 uint8_t *const temp_buffer = in av1_resize_and_extend_frame_ssse3() local 939 uint8_t *const temp_buffer = (uint8_t *)malloc(buffer_size); in av1_resize_and_extend_frame_ssse3() local 954 uint8_t *const temp_buffer = (uint8_t *)malloc(8 * ((src_y_w + 7) & ~7)); in av1_resize_and_extend_frame_ssse3() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_frame_scale_neon.c | 188 uint8_t *const temp_buffer) { in scale_plane_2_to_1_general() 304 uint8_t *const temp_buffer) { in scale_plane_4_to_1_general() 427 uint8_t *const temp_buffer) { in scale_plane_4_to_3_bilinear() 569 uint8_t *const temp_buffer) { in scale_plane_4_to_3_general() 743 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_neon() local 784 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_neon() local 807 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_neon() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | resize_neon.c | 372 uint8_t *const temp_buffer) { in scale_plane_4_to_3_bilinear() 541 uint8_t *const temp_buffer) { in scale_plane_4_to_3_8tap() 742 uint8_t *const temp_buffer = in av1_resize_and_extend_frame_neon() local 770 uint8_t *const temp_buffer = in av1_resize_and_extend_frame_neon() local 789 uint8_t *const temp_buffer = in av1_resize_and_extend_frame_neon() local
|
H A D | resize_neon_i8mm.c | 249 uint8_t *const temp_buffer = in av1_resize_and_extend_frame_neon_i8mm() local 265 uint8_t *const temp_buffer = in av1_resize_and_extend_frame_neon_i8mm() local
|
H A D | resize_neon_dotprod.c | 277 uint8_t *const temp_buffer = in av1_resize_and_extend_frame_neon_dotprod() local 293 uint8_t *const temp_buffer = in av1_resize_and_extend_frame_neon_dotprod() local
|
/aosp_15_r20/external/pigweed/pw_protobuf/ |
H A D | codegen_message_test.cc | 1348 std::byte temp_buffer[Pigweed::kScratchBufferSizeBytes]; in TEST() local 1404 std::byte temp_buffer[Pigweed::kScratchBufferSizeBytes]; in TEST() local 1561 std::byte temp_buffer[Pigweed::kScratchBufferSizeBytes]; in TEST() local 1597 std::byte temp_buffer[Pigweed::kScratchBufferSizeBytes]; in TEST() local 1624 std::byte temp_buffer[Period::kScratchBufferSizeBytes]; in TEST() local 1669 std::byte temp_buffer[RepeatedTest::kScratchBufferSizeBytes + in TEST() local 1731 std::byte temp_buffer[Pigweed::kScratchBufferSizeBytes + in TEST() local
|
H A D | codegen_encoder_test.cc | 71 std::byte temp_buffer[Pigweed::kScratchBufferSizeBytes + in TEST() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_vs_variant.c | 160 void *temp_buffer = MALLOC(align(count,4) * temp_vertex_stride + in vsvg_run_elts() local 224 void *temp_buffer = MALLOC(align(count,4) * temp_vertex_stride + in vsvg_run_linear() local
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_parse_utils.cpp | 2680 dng_memory_data temp_buffer (tagCount + 1); in ParseStringTag() local 2772 dng_memory_data temp_buffer (tagCount + 1); in ParseDualStringTag() local 2947 dng_memory_data temp_buffer ((uChars + 1) * 2); in ParseEncodedStringTag() local 3009 dng_memory_data temp_buffer (aChars + 1); in ParseEncodedStringTag() local
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/containers/ |
H A D | ParamsBuffer.cpp | 51 vkapi::VulkanBuffer temp_buffer(std::move(vulkan_buffer_)); in operator =() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | triangular_solve_thunk.cc | 39 const BufferAllocation::Slice& temp_buffer, // in TriangularSolveThunk()
|
/aosp_15_r20/external/libbrillo/brillo/ |
H A D | data_encoding.cc | 129 std::string temp_buffer; in Base64Decode() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Context.cpp | 208 VulkanBuffer temp_buffer(std::move(vulkan_buffer_)); in operator =() local
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | snapshot_reader.cpp | 187 uint8_t temp_buffer[buffer_size]; in ReadBlock() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | util_test.cc | 48 char temp_buffer[kBufferSize]; in ReportError() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_unittest.cc | 311 char* temp_buffer = new char[40]; in TEST_F() local 611 char* temp_buffer = new char[40]; in TEST_F() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_unittest.cc | 311 char* temp_buffer = new char[40]; in TEST_F() local 611 char* temp_buffer = new char[40]; in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/de/ |
D | read.rs | 37 temp_buffer: Vec<u8>, field
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | simple_planner_test.cc | 158 char temp_buffer[kBufferSize]; in ReportError() local
|
H A D | arena_planner_test.cc | 178 char temp_buffer[kBufferSize]; in ReportError() local
|
/aosp_15_r20/external/libtextclassifier/native/tensorflow_models/seq_flow_lite/tflite_ops/ |
H A D | layer_norm.cc | 363 std::vector<float> temp_buffer(num_features, 0.0f); in DefaultLayerNorm() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | kernel_util_test.cc | 43 char temp_buffer[kBufferSize]; in ReportError() local
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | access_token.cc | 51 std::vector<char> temp_buffer(size); in GetTokenInfo() local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | inode.c | 51 char *temp_buffer; member
|