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

1 2

  /external/libaom/libaom/stats/
aomstats.h 30 char *buf_ptr; member in struct:__anon26694
  /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:__anon29971
  /external/strace/tests/
s390_pci_mmio_read_write.c 56 char *buf_ptr = (char *) (uintptr_t) buf; local
58 print_quoted_hex(buf_ptr,
  /external/strace/tests-m32/
s390_pci_mmio_read_write.c 56 char *buf_ptr = (char *) (uintptr_t) buf; local
58 print_quoted_hex(buf_ptr,
  /external/strace/tests-mx32/
s390_pci_mmio_read_write.c 56 char *buf_ptr = (char *) (uintptr_t) buf; local
58 print_quoted_hex(buf_ptr,
  /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/pcre/dist2/src/sljit/
sljitNativeX86_32.c 353 sljit_u8 *buf_ptr; local
434 buf_ptr = inst + size;
442 *buf_ptr = 0;
444 *buf_ptr = reg_map[a] << 3;
446 *buf_ptr = a << 3;
456 *buf_ptr = 0;
460 *buf_ptr++ |= MOD_REG + ((!(flags & EX86_SSE2_OP2)) ? reg_map[b] : b);
465 *buf_ptr |= 0x40;
467 *buf_ptr |= 0x80;
471 *buf_ptr++ |= reg_map[b & REG_MASK]
    [all...]
sljitNativeX86_64.c 345 sljit_u8 *buf_ptr; local
471 buf_ptr = inst + size;
479 *buf_ptr = 0;
481 *buf_ptr = reg_lmap[a] << 3;
483 *buf_ptr = freg_lmap[a] << 3;
493 *buf_ptr = 0;
497 *buf_ptr++ |= MOD_REG + ((!(flags & EX86_SSE2_OP2)) ? reg_lmap[b] : freg_lmap[b]);
502 *buf_ptr |= 0x40;
504 *buf_ptr |= 0x80;
508 *buf_ptr++ |= reg_lmap[b & REG_MASK]
    [all...]
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
fuse_binary_into_following_affine_test.cc 63 float* buf_ptr = array_buffer.data.data(); local
65 buf_ptr[i] = data[i];
resolve_constant_concatenation_test.cc 136 float* buf_ptr = local
138 std::copy(in_buf[cnt], in_buf[cnt] + kBufSize, buf_ptr);
  /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...]
  /external/tensorflow/tensorflow/lite/toco/tflite/
export_test.cc 118 float* buf_ptr = local
120 std::copy(weight_buf.get(), weight_buf.get() + buf_size, buf_ptr);
  /external/u-boot/tools/
fit_image.c 407 int buf_ptr; local
427 buf_ptr = 0;
445 memcpy(buf + buf_ptr, data, len);
456 params->external_offset + buf_ptr);
458 fdt_setprop_u32(fdt, node, "data-offset", buf_ptr);
462 buf_ptr += (len + 3) & ~3;
469 debug("External data size %x\n", buf_ptr);
497 if (write(fd, buf, buf_ptr) != buf_ptr) {
559 int buf_ptr; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
tee.h 46 __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/adhd/cras/src/server/
cras_apm_list.c 593 uint8_t *buf_ptr; local
595 buf_ptr = buf_read_pointer_size(apm->buffer, &apm->area->frames);
597 cras_audio_area_config_buf_pointers(apm->area, &apm->fmt, buf_ptr);
  /external/kernel-headers/original/uapi/linux/
tee.h 122 * @buf_ptr: [in] A __user pointer to a buffer
129 __u64 buf_ptr; member in struct:tee_ioctl_buf_data
  /external/libaom/libaom/av1/common/
av1_inv_txfm2d.c 287 int32_t *buf_ptr = buf; local
297 txfm_func_row(temp_in, buf_ptr, cos_bit_row, stage_range_row);
303 txfm_func_row(temp_in, buf_ptr, cos_bit_row, stage_range_row);
305 av1_round_shift_array(buf_ptr, txfm_size_col, -shift[0]);
307 buf_ptr += txfm_size_col;
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 1090 struct x86_reg buf_ptr = local
1176 struct x86_reg buf_ptr = local
1249 struct x86_reg buf_ptr = x86_make_disp(p->machine_EDI, local
    [all...]
  /device/google/bonito/sdm710/kernel-headers/media/
msm_vpu.h 160 void * buf_ptr; member in struct:vpu_control_extended
  /device/google/bonito/sdm710/original-kernel-headers/media/
msm_vpu.h 412 void *buf_ptr; member in struct:vpu_control_extended

Completed in 783 milliseconds

1 2