HomeSort by relevance Sort by last modified time
    Searched refs:buf32 (Results 1 - 16 of 16) sorted by null

  /external/libopus/silk/
NSQ.h 35 static OPUS_INLINE opus_int32 silk_noise_shape_quantizer_short_prediction_c(const opus_int32 *buf32, const opus_int16 *coef16, opus_int order)
42 out = silk_SMLAWB( out, buf32[ 0 ], coef16[ 0 ] );
43 out = silk_SMLAWB( out, buf32[ -1 ], coef16[ 1 ] );
44 out = silk_SMLAWB( out, buf32[ -2 ], coef16[ 2 ] );
45 out = silk_SMLAWB( out, buf32[ -3 ], coef16[ 3 ] );
46 out = silk_SMLAWB( out, buf32[ -4 ], coef16[ 4 ] );
47 out = silk_SMLAWB( out, buf32[ -5 ], coef16[ 5 ] );
48 out = silk_SMLAWB( out, buf32[ -6 ], coef16[ 6 ] );
49 out = silk_SMLAWB( out, buf32[ -7 ], coef16[ 7 ] );
50 out = silk_SMLAWB( out, buf32[ -8 ], coef16[ 8 ] )
    [all...]
  /external/vboot_reference/firmware/lib20/
packed_key.c 32 const uint32_t *buf32; local
61 buf32 = (const uint32_t *)vb2_packed_key_data(packed_key);
62 if (!vb2_aligned(buf32, sizeof(uint32_t)))
66 key->arrsize = buf32[0];
70 key->n0inv = buf32[1];
73 key->n = buf32 + 2;
74 key->rr = buf32 + 2 + key->arrsize;
  /external/vboot_reference/firmware/lib21/
packed_key.c 17 const uint32_t *buf32 = (const uint32_t *)key_data; local
27 if (!vb2_aligned(buf32, sizeof(uint32_t)))
30 key->arrsize = buf32[0];
36 key->n0inv = buf32[1];
39 key->n = buf32 + 2;
40 key->rr = buf32 + 2 + key->arrsize;
  /external/libopus/silk/arm/
NSQ_neon.c 38 opus_int32 silk_noise_shape_quantizer_short_prediction_neon(const opus_int32 *buf32, const opus_int32 *coef32, opus_int order)
45 int32x4_t a0 = vld1q_s32(buf32 - 15);
46 int32x4_t a1 = vld1q_s32(buf32 - 11);
47 int32x4_t a2 = vld1q_s32(buf32 - 7);
48 int32x4_t a3 = vld1q_s32(buf32 - 3);
NSQ_del_dec_neon_intr.c 511 static OPUS_INLINE int32x4_t silk_noise_shape_quantizer_short_prediction_neon_local(const opus_int32 *buf32, const opus_int32 *a_Q12_arch, opus_int order)
522 LPC_pred_Q14_s32x4 = silk_SMLAWB_lane0_neon( LPC_pred_Q14_s32x4, vld1q_s32( buf32 + 0 * NEON_MAX_DEL_DEC_STATES ), vget_low_s32( a_Q12_arch0_s32x4 ) );
523 LPC_pred_Q14_s32x4 = silk_SMLAWB_lane1_neon( LPC_pred_Q14_s32x4, vld1q_s32( buf32 + 1 * NEON_MAX_DEL_DEC_STATES ), vget_low_s32( a_Q12_arch0_s32x4 ) );
524 LPC_pred_Q14_s32x4 = silk_SMLAWB_lane0_neon( LPC_pred_Q14_s32x4, vld1q_s32( buf32 + 2 * NEON_MAX_DEL_DEC_STATES ), vget_high_s32( a_Q12_arch0_s32x4 ) );
525 LPC_pred_Q14_s32x4 = silk_SMLAWB_lane1_neon( LPC_pred_Q14_s32x4, vld1q_s32( buf32 + 3 * NEON_MAX_DEL_DEC_STATES ), vget_high_s32( a_Q12_arch0_s32x4 ) );
526 LPC_pred_Q14_s32x4 = silk_SMLAWB_lane0_neon( LPC_pred_Q14_s32x4, vld1q_s32( buf32 + 4 * NEON_MAX_DEL_DEC_STATES ), vget_low_s32( a_Q12_arch1_s32x4 ) );
527 LPC_pred_Q14_s32x4 = silk_SMLAWB_lane1_neon( LPC_pred_Q14_s32x4, vld1q_s32( buf32 + 5 * NEON_MAX_DEL_DEC_STATES ), vget_low_s32( a_Q12_arch1_s32x4 ) );
528 LPC_pred_Q14_s32x4 = silk_SMLAWB_lane0_neon( LPC_pred_Q14_s32x4, vld1q_s32( buf32 + 6 * NEON_MAX_DEL_DEC_STATES ), vget_high_s32( a_Q12_arch1_s32x4 ) );
529 LPC_pred_Q14_s32x4 = silk_SMLAWB_lane1_neon( LPC_pred_Q14_s32x4, vld1q_s32( buf32 + 7 * NEON_MAX_DEL_DEC_STATES ), vget_high_s32( a_Q12_arch1_s32x4 ) );
530 LPC_pred_Q14_s32x4 = silk_SMLAWB_lane0_neon( LPC_pred_Q14_s32x4, vld1q_s32( buf32 + 8 * NEON_MAX_DEL_DEC_STATES ), vget_low_s32( a_Q12_arch2_s32x4 ) )
    [all...]
NSQ_neon.h 80 opus_int32 silk_noise_shape_quantizer_short_prediction_neon(const opus_int32 *buf32, const opus_int32 *coef32, opus_int order);
  /external/u-boot/drivers/mtd/nand/
denali_spl.c 70 uint32_t *buf32; local
73 buf32 = (uint32_t *)buf;
80 if ((unsigned long)buf32 % 4) {
83 buf32++);
86 *buf32++ = readl(denali_flash_mem + INDEX_DATA_REG);
93 buf = (uint8_t *)buf32;
denali.c 509 uint32_t *buf32 = (uint32_t *)buf; local
521 *buf32++ = denali->host_read(denali, addr);
537 const uint32_t *buf32 = (uint32_t *)buf; local
544 denali->host_write(denali, addr, *buf32++);
    [all...]
  /external/flac/libFLAC/
md5.c 278 FLAC__int32 *buf32 = mbuf->p32; local
406 *buf32++ = H2LE_32(signal[0][sample]);
411 *buf32++ = H2LE_32(signal[0][sample]);
412 *buf32++ = H2LE_32(signal[1][sample]);
418 *buf32++ = H2LE_32(signal[0][sample]);
419 *buf32++ = H2LE_32(signal[1][sample]);
420 *buf32++ = H2LE_32(signal[2][sample]);
421 *buf32++ = H2LE_32(signal[3][sample]);
427 *buf32++ = H2LE_32(signal[0][sample]);
428 *buf32++ = H2LE_32(signal[1][sample])
    [all...]
  /external/selinux/libsepol/src/
avtab.c 439 uint32_t buf32[8], items, items2, val; local
452 rc = next_entry(buf32, fp, sizeof(uint32_t));
457 items2 = le32_to_cpu(buf32[0]);
459 if (items2 < 5 || items2 > ARRAY_SIZE(buf32)) {
464 rc = next_entry(buf32, fp, sizeof(uint32_t) * items2);
471 val = le32_to_cpu(buf32[items++]);
477 val = le32_to_cpu(buf32[items++]);
483 val = le32_to_cpu(buf32[items++]);
490 val = le32_to_cpu(buf32[items++]);
506 datum.data = le32_to_cpu(buf32[items++])
    [all...]
write.c 108 uint32_t buf32[10], lookup, val; local
125 buf32[items++] = cpu_to_le32(val);
127 buf32[items++] = cpu_to_le32(val);
129 buf32[items++] = cpu_to_le32(val);
165 buf32[items++] = cpu_to_le32(val);
189 buf32[items++] =
196 buf32[items++] = cpu_to_le32(cur->datum.data);
206 buf32[0] = cpu_to_le32(items - 1);
210 items2 = put_entry(buf32, sizeof(uint32_t), items, fp);
251 buf32[i] = cpu_to_le32(cur->datum.xperms->perms[i])
1692 uint32_t buf32[nel]; local
    [all...]
policydb.c 3356 uint32_t buf32[nel]; local
    [all...]
  /frameworks/av/media/libmedia/
Visualizer.cpp 151 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
152 effect_param_t *p = (effect_param_t *)buf32;
180 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
181 effect_param_t *p = (effect_param_t *)buf32;
210 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
211 effect_param_t *p = (effect_param_t *)buf32;
380 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
381 effect_param_t *p = (effect_param_t *)buf32;
  /external/libdrm/tests/ttmtest/src/
ttmtest.c 160 volatile unsigned *buf32 = (unsigned *)buf; local
161 unsigned *end = (unsigned *)buf32 + size / sizeof(*buf32);
163 while (buf32 < end) {
164 (void)*buf32++;
  /external/vboot_reference/host/lib21/
host_key.c 466 uint32_t *buf32; local
503 buf32 = (uint32_t *)(buf + key.key_offset);
504 buf32[0] = pubk->arrsize;
505 buf32[1] = pubk->n0inv;
506 memcpy(buf32 + 2, pubk->n, pubk->arrsize * sizeof(uint32_t));
507 memcpy(buf32 + 2 + pubk->arrsize, pubk->rr,
  /frameworks/av/services/audioflinger/
Effects.cpp 730 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
731 effect_param_t *p = (effect_param_t *)buf32;
747 &buf32,
    [all...]

Completed in 666 milliseconds