Searched defs:buf_ptr (Results 1 - 23 of 23) sorted by relevance

/external/libvpx/libvpx/
H A Dvpxstats.h29 char *buf_ptr; member in struct:__anon11593
/external/libopus/silk/
H A Dresampler_down2_3.c48 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[
[all...]
H A Dresampler_private_IIR_FIR.c44 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[
[all...]
H A Dresampler_private_down_FIR.c47 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[
[all...]
/external/vboot_reference/firmware/lib21/
H A Dmisc.c22 * object will be stored into the buffer, and *buf_ptr will point to the
28 * @param buf_ptr Destination for object pointer
35 void **buf_ptr)
41 *buf_ptr = NULL;
61 *buf_ptr = buf;
31 vb2_read_resource_object(struct vb2_context *ctx, enum vb2_resource_index index, uint32_t offset, struct vb2_workbuf *wb, void **buf_ptr) argument
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
H A Davio.h84 unsigned char *buf_ptr; /**< Current position in the buffer */ member in struct:AVIOContext
/external/pcre/dist/sljit/
H A DsljitNativeX86_32.c281 sljit_ub *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
[all...]
H A DsljitNativeX86_64.c353 sljit_ub *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
[all...]
H A DsljitNativeARM_32.c318 static sljit_si resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr) argument
366 cpool_start_address[value] = *buf_ptr;
561 sljit_uw *buf_ptr; local
617 buf_ptr = (sljit_uw*)buf->memory;
618 buf_end = buf_ptr + (buf->used_size >> 2);
624 buf_ptr++;
628 if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_start_address, buf_ptr))) {
633 buf_ptr++;
646 else if ((*buf_ptr & 0xff000000) != PUSH_POOL) {
648 *code_ptr = *buf_ptr
[all...]
H A DsljitNativeARM_64.c211 sljit_ins *buf_ptr; local
236 buf_ptr = (sljit_ins*)buf->memory;
237 buf_end = buf_ptr + (buf->used_size >> 2);
239 *code_ptr = *buf_ptr++;
260 } while (buf_ptr < buf_end);
280 buf_ptr = (sljit_ins*)jump->addr;
284 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff);
286 buf_ptr[-1] -= (4 << 5);
292 buf_ptr[0] = (buf_ptr[
[all...]
H A DsljitNativeSPARC_common.c276 sljit_ins *buf_ptr; local
299 buf_ptr = (sljit_ins*)buf->memory;
300 buf_end = buf_ptr + (buf->used_size >> 2);
302 *code_ptr = *buf_ptr++;
329 } while (buf_ptr < buf_end);
349 buf_ptr = (sljit_ins*)jump->addr;
354 buf_ptr[0] = CALL | (addr & 0x3fffffff);
360 buf_ptr[0] = (buf_ptr[0] & ~DISP_MASK) | (addr & DISP_MASK);
366 buf_ptr[
[all...]
H A DsljitNativeARM_T2_32.c347 sljit_uh *buf_ptr; local
370 buf_ptr = (sljit_uh*)buf->memory;
371 buf_end = buf_ptr + (buf->used_size >> 1);
373 *code_ptr = *buf_ptr++;
394 } while (buf_ptr < buf_end);
H A DsljitNativeMIPS_common.c364 sljit_ins *buf_ptr; local
387 buf_ptr = (sljit_ins*)buf->memory;
388 buf_end = buf_ptr + (buf->used_size >> 2);
390 *code_ptr = *buf_ptr++;
417 } while (buf_ptr < buf_end);
437 buf_ptr = (sljit_ins*)jump->addr;
442 buf_ptr[0] = (buf_ptr[0] & 0xffff0000) | (addr & 0xffff);
447 buf_ptr[0] |= (addr >> 2) & 0x03ffffff;
453 buf_ptr[
[all...]
H A DsljitNativePPC_common.c322 sljit_ins *buf_ptr; local
352 buf_ptr = (sljit_ins*)buf->memory;
353 buf_end = buf_ptr + (buf->used_size >> 2);
355 *code_ptr = *buf_ptr++;
413 } while (buf_ptr < buf_end);
437 buf_ptr = (sljit_ins*)jump->addr;
443 *buf_ptr = BCx | (addr & 0xfffc) | ((*buf_ptr) & 0x03ff0001);
447 *buf_ptr = BCx | (addr & 0xfffc) | 0x2 | ((*buf_ptr)
[all...]
H A DsljitNativeTILEGX_64.c1001 sljit_ins *buf_ptr; local
1024 buf_ptr = (sljit_ins *)buf->memory;
1025 buf_end = buf_ptr + (buf->used_size >> 3);
1027 *code_ptr = *buf_ptr++;
1057 } while (buf_ptr < buf_end);
1077 buf_ptr = (sljit_ins *)jump->addr;
1082 buf_ptr[0] = (buf_ptr[0] & ~(BOFF_X1(-1))) | BOFF_X1(addr);
1086 print_insn_tilegx(buf_ptr);
1094 buf_ptr[
[all...]
H A DsljitNativeX86_common.c453 sljit_ub *buf_ptr; local
475 buf_ptr = buf->memory;
476 buf_end = buf_ptr + buf->used_size;
478 len = *buf_ptr++;
481 SLJIT_MEMMOVE(code_ptr, buf_ptr, len);
483 buf_ptr += len;
486 if (*buf_ptr >= 4) {
489 code_ptr = generate_near_jump_code(jump, code_ptr, code, *buf_ptr - 4);
491 code_ptr = generate_far_jump_code(jump, code_ptr, *buf_ptr - 4);
494 else if (*buf_ptr
[all...]
/external/vboot_reference/host/lib21/
H A Dhost_signature.c24 * @param buf_ptr On success, points to the digest info
29 const uint8_t **buf_ptr,
32 *buf_ptr = NULL;
43 *buf_ptr = info;
56 *buf_ptr = info;
69 *buf_ptr = info;
28 vb2_digest_info(enum vb2_hash_algorithm hash_alg, const uint8_t **buf_ptr, uint32_t *size_ptr) argument
/external/vboot_reference/futility/
H A Dvb1_helper.c100 static unsigned int find_cmdline_start(uint8_t *buf_ptr, unsigned int max_len) argument
102 char *input = (char *)buf_ptr;
/external/webp/src/demux/
H A Danim_decode.c306 uint8_t** buf_ptr, int* timestamp_ptr) {
314 if (dec == NULL || buf_ptr == NULL || timestamp_ptr == NULL) return 0;
407 *buf_ptr = dec->curr_frame_;
305 WebPAnimDecoderGetNext(WebPAnimDecoder* dec, uint8_t** buf_ptr, int* timestamp_ptr) argument
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1074 struct x86_reg buf_ptr = x86_make_disp(p->machine_EDI, local
1132 x86_mov(p->func, buf_ptr, tmp_EAX);
1155 struct x86_reg buf_ptr = local
1160 x86_mov(p->func, ptr, buf_ptr);
1230 struct x86_reg buf_ptr = x86_make_disp(p->machine_EDI, local
1238 x86_add(p->func, p->tmp_EAX, buf_ptr);
1241 x86_mov(p->func, buf_ptr, p->tmp_EAX);
/external/opencv/ml/src/
H A Dmlann_mlp.cpp889 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
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c513 const uint8_t *buf_ptr; local
518 buf_ptr = CONVERT_TO_BYTEPTR(mc_buf_high) + border_offset;
522 buf_ptr = ((uint8_t *)mc_buf_high) + border_offset;
526 high_inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x,
529 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x,
544 const uint8_t *buf_ptr; local
548 buf_ptr = mc_buf + border_offset;
550 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x,
569 uint8_t *ref_frame, *buf_ptr; local
633 buf_ptr
[all...]
/external/valgrind/perf/
H A Dtinycc.c2265 uint8_t *buf_ptr;
7516 bf->buf_ptr = bf->buffer;
7539 if (bf->buf_ptr >= bf->buf_end) {
7553 bf->buf_ptr = bf->buffer;
7557 if (bf->buf_ptr < bf->buf_end) {
7558 return bf->buf_ptr[0];
7560 bf->buf_ptr = bf->buf_end;
7575 ch = *(++(file->buf_ptr));
7609 file->buf_ptr = p;
7611 p = file->buf_ptr;
2263 uint8_t *buf_ptr; member in struct:BufferedFile
[all...]

Completed in 413 milliseconds