HomeSort by relevance Sort by last modified time
    Searched defs:buf_ptr (Results 1 - 25 of 48) sorted by null

1 2

  /external/libopus/silk/
resampler_down2_3.c 48 opus_int32 *buf_ptr; local
65 buf_ptr = buf;
69 res_Q6 = silk_SMULWB( buf_ptr[ 0 ], silk_Resampler_2_3_COEFS_LQ[ 2 ] );
70 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 1 ], silk_Resampler_2_3_COEFS_LQ[ 3 ] );
71 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 2 ], silk_Resampler_2_3_COEFS_LQ[ 5 ] );
72 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 3 ], silk_Resampler_2_3_COEFS_LQ[ 4 ] );
77 res_Q6 = silk_SMULWB( buf_ptr[ 1 ], silk_Resampler_2_3_COEFS_LQ[ 4 ] );
78 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 2 ], silk_Resampler_2_3_COEFS_LQ[ 5 ] );
79 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 3 ], silk_Resampler_2_3_COEFS_LQ[ 3 ] );
80 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 4 ], silk_Resampler_2_3_COEFS_LQ[ 2 ] )
    [all...]
resampler_private_IIR_FIR.c 44 opus_int16 *buf_ptr; local
50 buf_ptr = &buf[ index_Q16 >> 16 ];
52 res_Q15 = silk_SMULBB( buf_ptr[ 0 ], silk_resampler_frac_FIR_12[ table_index ][ 0 ] );
53 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 1 ], silk_resampler_frac_FIR_12[ table_index ][ 1 ] );
54 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 2 ], silk_resampler_frac_FIR_12[ table_index ][ 2 ] );
55 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 3 ], silk_resampler_frac_FIR_12[ table_index ][ 3 ] );
56 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 4 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 3 ] );
57 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 5 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 2 ] );
58 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 6 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 1 ] );
59 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 7 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 0 ] )
    [all...]
resampler_private_down_FIR.c 47 opus_int32 *buf_ptr; local
55 buf_ptr = buf + silk_RSHIFT( index_Q16, 16 );
62 res_Q6 = silk_SMULWB( buf_ptr[ 0 ], interpol_ptr[ 0 ] );
63 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 1 ], interpol_ptr[ 1 ] );
64 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 2 ], interpol_ptr[ 2 ] );
65 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 3 ], interpol_ptr[ 3 ] );
66 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 4 ], interpol_ptr[ 4 ] );
67 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 5 ], interpol_ptr[ 5 ] );
68 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 6 ], interpol_ptr[ 6 ] );
69 res_Q6 = silk_SMLAWB( res_Q6, buf_ptr[ 7 ], interpol_ptr[ 7 ] )
    [all...]
  /external/libvpx/libvpx/
vpxstats.h 29 char *buf_ptr; member in struct:__anon26301
  /external/libmojo/mojo/public/cpp/bindings/tests/
buffer_unittest.cc 47 void* buf_ptr = nullptr; local
54 buf_ptr = buf.Leak();
58 EXPECT_EQ(ptr, buf_ptr);
68 free(buf_ptr);
  /system/keymaster/key_blob_utils/
auth_encrypted_key_blob.cpp 63 const uint8_t** buf_ptr = &tmp; local
69 if (!copy_from_buf(buf_ptr, end, nonce->peek_write(), OCB_NONCE_LENGTH) ||
70 !encrypted_key_material->Deserialize(buf_ptr, end) ||
71 !copy_from_buf(buf_ptr, end, tag->peek_write(), OCB_TAG_LENGTH) ||
72 !hw_enforced->Deserialize(buf_ptr, end) || //
73 !sw_enforced->Deserialize(buf_ptr, end)) {
91 const uint8_t** buf_ptr = &tmp; local
94 if (end <= *buf_ptr)
97 uint8_t version = *(*buf_ptr)++;
99 !nonce->Deserialize(buf_ptr, end) || nonce->available_read() != OCB_NONCE_LENGTH |
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeX86_32.c 281 sljit_u8 *buf_ptr; local
362 buf_ptr = inst + size;
370 *buf_ptr = 0;
372 *buf_ptr = reg_map[a] << 3;
374 *buf_ptr = a << 3;
384 *buf_ptr = 0;
388 *buf_ptr++ |= MOD_REG + ((!(flags & EX86_SSE2_OP2)) ? reg_map[b] : b);
393 *buf_ptr |= 0x40;
395 *buf_ptr |= 0x80;
399 *buf_ptr++ |= reg_map[b & REG_MASK]
    [all...]
sljitNativeX86_64.c 353 sljit_u8 *buf_ptr; local
472 buf_ptr = inst + size;
480 *buf_ptr = 0;
482 *buf_ptr = reg_lmap[a] << 3;
484 *buf_ptr = a << 3;
494 *buf_ptr = 0;
498 *buf_ptr++ |= MOD_REG + ((!(flags & EX86_SSE2_OP2)) ? reg_lmap[b] : b);
503 *buf_ptr |= 0x40;
505 *buf_ptr |= 0x80;
509 *buf_ptr++ |= reg_lmap[b & REG_MASK]
    [all...]
  /external/strace/tests/
s390_pci_mmio_read_write.c 57 char *buf_ptr = (char *) (uintptr_t) buf; local
59 print_quoted_hex(buf_ptr,
  /external/strace/tests-m32/
s390_pci_mmio_read_write.c 57 char *buf_ptr = (char *) (uintptr_t) buf; local
59 print_quoted_hex(buf_ptr,
  /external/strace/tests-mx32/
s390_pci_mmio_read_write.c 57 char *buf_ptr = (char *) (uintptr_t) buf; local
59 print_quoted_hex(buf_ptr,
  /system/chre/apps/wifi_offload/
utility.cc 101 char *buf_ptr = ssid_hex_buffer; local
103 buf_ptr += std::sprintf(buf_ptr, "%02" PRIx8 ":", ssid[i]);
105 buf_ptr[-1] = '\0';
  /external/capstone/suite/fuzz/
fuzz_harness.c 146 unsigned char *buf_ptr = buf + 1; local
160 size_t count = cs_disasm(handle, buf_ptr, buf_ptr_size, address, 0, &all_insn);
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/tests/
resolve_constant_concatenation_test.cc 138 float* buf_ptr = local
140 std::copy(in_buf[cnt], in_buf[cnt] + kBufSize, buf_ptr);
  /system/core/libion/tests/
device_test.cpp 518 auto buf_ptr = std::make_unique<char[]>(4096); local
519 void *buf = buf_ptr.get();
  /system/iot/attestation/atap/ops/
openssl_ops.cpp 87 const uint8_t* buf_ptr = test_key_; local
88 pkey = d2i_ECPrivateKey(nullptr, &buf_ptr, test_key_size_);
  /external/libxcam/modules/ocl/
cl_3a_stats_context.cpp 194 void *buf_ptr = NULL; local
207 buf_ptr,
217 cl_buf_ptr = (const CL3AStatsStruct*)buf_ptr;
250 ret = stats_cl_buf->enqueue_unmap (buf_ptr, CLEvent::EmptyList, unmap_event);
cl_newwavelet_denoise_handler.cpp 173 void *buf_ptr = NULL; local
187 ret = image->enqueue_map (buf_ptr,
203 uint8_t* pixel = (uint8_t*)buf_ptr;
272 ret = image->enqueue_unmap (buf_ptr, CLEvent::EmptyList, unmap_event);
710 void *buf_ptr = NULL; local
723 image->enqueue_map (buf_ptr,
733 uint8_t* pixel = (uint8_t*)buf_ptr;
757 image->enqueue_unmap (buf_ptr, CLEvent::EmptyList, unmap_event);
    [all...]
  /system/iot/attestation/atap/libatap/
atap_commands.c 109 uint8_t* buf_ptr = (uint8_t*)operation_start + 4; local
120 copy_uint32_from_buf(&buf_ptr, &message_length);
237 uint8_t* buf_ptr = (uint8_t*)buf + ATAP_HEADER_LEN; local
243 iv = buf_ptr;
244 buf_ptr += ATAP_GCM_IV_LEN;
245 copy_uint32_from_buf(&buf_ptr, &encrypted_len);
246 ciphertext = buf_ptr;
247 buf_ptr += encrypted_len;
248 tag = buf_ptr;
261 uint8_t** buf_ptr,
302 uint8_t** buf_ptr = &inner_ca_resp_ptr; local
    [all...]
atap_util.c 103 void copy_from_buf(uint8_t** buf_ptr, void* data, uint32_t data_size) {
104 atap_memcpy(data, *buf_ptr, data_size);
105 *buf_ptr += data_size;
108 void copy_uint32_from_buf(uint8_t** buf_ptr, uint32_t* x) {
109 copy_from_buf(buf_ptr, x, sizeof(uint32_t));
112 bool copy_blob_from_buf(uint8_t** buf_ptr, AtapBlob* blob) {
114 copy_uint32_from_buf(buf_ptr, &blob->data_length);
123 copy_from_buf(buf_ptr, blob->data, blob->data_length);
128 bool copy_cert_chain_from_buf(uint8_t** buf_ptr, AtapCertChain* cert_chain) {
137 copy_from_buf(buf_ptr, &cert_chain_size, sizeof(cert_chain_size))
247 uint8_t* buf_ptr = (uint8_t*)buf; local
276 uint8_t* buf_ptr = (uint8_t*)buf; local
    [all...]
  /system/iot/attestation/atap/test/
atap_util_unittest.cpp 93 uint8_t* buf_ptr = &buf[0]; local
97 copy_from_buf(&buf_ptr, &x, sizeof(uint64_t));
98 EXPECT_EQ(buf + sizeof(uint64_t), buf_ptr);
  /bionic/libc/kernel/uapi/linux/
tee.h 45 __u64 buf_ptr; member in struct:tee_ioctl_buf_data
  /device/google/marlin/camera/usbcamcore/src/
QCameraMjpegDecode.cpp 621 uint8_t *buf_ptr; local
630 jpeg_buffer_get_addr(buffer, &buf_ptr);
634 ALOGD("%s: buf_ptr = %p, start_offset = %d, length = %d buf_size = %d bytes_to_read = %d", __func__, buf_ptr, start_offset, length, buf_size, bytes_to_read);
639 memcpy(buf_ptr, (char *)mjpegd->inputMjpegBuffer + start_offset, bytes_to_read);
  /external/kernel-headers/original/uapi/linux/
tee.h 121 * @buf_ptr: [in] A __user pointer to a buffer
128 __u64 buf_ptr; member in struct:tee_ioctl_buf_data
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QCameraMjpegDecode.cpp 621 uint8_t *buf_ptr; local
630 jpeg_buffer_get_addr(buffer, &buf_ptr);
634 ALOGD("%s: buf_ptr = %p, start_offset = %d, length = %d buf_size = %d bytes_to_read = %d", __func__, buf_ptr, start_offset, length, buf_size, bytes_to_read);
639 memcpy(buf_ptr, (char *)mjpegd->inputMjpegBuffer + start_offset, bytes_to_read);

Completed in 348 milliseconds

1 2