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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxstats.h 29 char *buf_ptr; member in struct:__anon17855
  /external/chromium_org/third_party/opus/src/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/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:__anon29610
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxstats.h 29 char *buf_ptr; member in struct:__anon40791
  /external/chromium_org/mojo/public/cpp/bindings/tests/
buffer_unittest.cc 45 void* buf_ptr = NULL; local
52 buf_ptr = buf.Leak();
56 EXPECT_EQ(ptr, buf_ptr);
66 free(buf_ptr);
  /external/chromium_org/sdch/open-vcdiff/src/
varint_bigendian.cc 70 char* buf_ptr = &varint_buf[kMaxBytes - 1]; local
71 *buf_ptr = static_cast<char>(v & 0x7F);
72 --buf_ptr;
75 *buf_ptr = static_cast<char>((v & 0x7F) | 0x80); // add continuation bit
76 --buf_ptr;
  /external/pcre/dist/sljit/
sljitNativeX86_32.c 260 sljit_ub *buf_ptr; local
341 buf_ptr = inst + size;
349 *buf_ptr = 0;
351 *buf_ptr = reg_map[a] << 3;
353 *buf_ptr = a << 3;
363 *buf_ptr = 0;
367 *buf_ptr++ |= MOD_REG + ((!(flags & EX86_SSE2_OP2)) ? reg_map[b] : b);
372 *buf_ptr |= 0x40;
374 *buf_ptr |= 0x80;
378 *buf_ptr++ |= reg_map[b & REG_MASK]
    [all...]
sljitNativeX86_64.c 366 sljit_ub *buf_ptr; local
485 buf_ptr = inst + size;
493 *buf_ptr = 0;
495 *buf_ptr = reg_lmap[a] << 3;
497 *buf_ptr = a << 3;
507 *buf_ptr = 0;
511 *buf_ptr++ |= MOD_REG + ((!(flags & EX86_SSE2_OP2)) ? reg_lmap[b] : b);
516 *buf_ptr |= 0x40;
518 *buf_ptr |= 0x80;
522 *buf_ptr++ |= reg_lmap[b & REG_MASK]
    [all...]
  /external/chromium_org/crypto/
encryptor.cc 39 uint8* buf_ptr = reinterpret_cast<uint8*>(buf); local
40 memcpy(buf_ptr, &counter_, sizeof(counter_));
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser.cc 65 const void* buf_ptr; local
66 if (!RefData(&buf_ptr, l))
69 memcpy(ptr, buf_ptr, l);
  /system/core/libprocessgroup/
processgroup.cpp 42 char *buf_ptr; member in struct:ctx
79 ctx->buf_ptr = ctx->buf;
90 memmove(ctx->buf, ctx->buf_ptr, ctx->buf_len);
91 ctx->buf_ptr = ctx->buf;
93 ssize_t ret = read(ctx->fd, ctx->buf_ptr + ctx->buf_len,
120 while ((eptr = (char *)memchr(ctx->buf_ptr, '\n', ctx->buf_len)) == NULL) {
133 long pid = strtol(ctx->buf_ptr, &pid_eptr, 10);
141 ctx->buf_len -= (eptr - ctx->buf_ptr) + 1;
142 ctx->buf_ptr = eptr + 1;
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 128 uint8_t *buf_ptr = NULL; local
138 jpeg_buffer_get_addr(thumbnail_buffer, &buf_ptr);
143 jpeg_buffer_get_addr(snapshot_buffer, &buf_ptr);
167 uint8_t *buf_ptr; local
175 jpeg_buffer_get_addr(buffer, &buf_ptr);
179 mmcamera_jpegfragment_callback(buf_ptr, buf_size, user_data);
193 uint8_t *buf_ptr; local
201 jpeg_buffer_get_addr(buffer, &buf_ptr);
205 mmcamera_jpegfragment_callback(buf_ptr, buf_size, user_data);
  /device/moto/shamu/camera/QCamera/HAL/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 401 uint8_t *ref_frame, *buf_ptr; local
461 buf_ptr = ref_frame + y0 * pre_buf->stride + x0;
503 buf_ptr = CONVERT_TO_BYTEPTR(xd->mc_buf_high) +
517 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3;
531 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3;
538 high_inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
541 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
545 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 283 uint8_t *ref_frame, *buf_ptr; local
343 buf_ptr = ref_frame + y0 * pre_buf->stride + x0;
376 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3;
380 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 283 uint8_t *ref_frame, *buf_ptr; local
343 buf_ptr = ref_frame + y0 * pre_buf->stride + x0;
376 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3;
380 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c 1074 struct x86_reg buf_ptr = x86_make_disp(p->machine_EDI, local
1155 struct x86_reg buf_ptr = local
1230 struct x86_reg buf_ptr = x86_make_disp(p->machine_EDI, local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 1074 struct x86_reg buf_ptr = x86_make_disp(p->machine_EDI, local
1155 struct x86_reg buf_ptr = local
1230 struct x86_reg buf_ptr = x86_make_disp(p->machine_EDI, local
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 889 double *buf_ptr; local
912 buf_ptr = buf->data.db;
916 x[j] = buf_ptr;
918 buf_ptr += (df[j] - x[j])*2;
985 cvInitMatHeader( grad1, 1, ovcount, CV_64F, buf_ptr );
987 grad2->data.db = buf_ptr + max_count;
1064 double *buf_ptr; local
1101 buf_ptr = buf->data.db;
1105 x[i] = buf_ptr;
1107 buf_ptr += (df[i] - x[i])*2
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_vpu.h 190 void __user *buf_ptr; member in struct:vpu_control_extended

Completed in 824 milliseconds

1 2