HomeSort by relevance Sort by last modified time
    Searched defs:temp_val (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.cc 177 int32_t temp_val = kAmpMultiplier * temp_val_low + (temp_val_high << 15); local
179 temp_val = (temp_val + 16384) >> 15;
182 static_cast<int16_t>((temp_val * amplitude_ + 8192) >> 14);
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/drivers/soc/
soc.c 179 uint32_t temp_val; local
187 temp_val = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON) |
190 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, temp_val);
  /device/linaro/bootloader/arm-trusted-firmware/lib/pmf/
pmf_main.c 59 int pmf_svc_descs_num, temp_val; local
103 temp_val = pmf_svc_descs_indices[jj];
106 pmf_svc_descs_indices[jj+1] = temp_val;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xc16x.c 259 long temp_val; local
260 temp_val=fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
262 return temp_val;
  /external/libxaac/decoder/
ixheaacd_env_dec.c 130 WORD16 temp_val; local
176 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]);
178 ptr_prev_env_sf[index_3] = temp_val;
179 ptr_prev_env_sf[index_3 + 1] = temp_val;
180 ptr_prev_env_sf[index_3 + 2] = temp_val;
181 *ptr_env_sf++ = temp_val;
183 *ptr_env_sf_float = (FLOAT32)temp_val;
189 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]);
190 ptr_prev_env_sf[index_3] = temp_val;
191 ptr_prev_env_sf[index_3 + 1] = temp_val;
    [all...]
ixheaacd_env_calc.c 233 WORD32 temp_val; local
260 temp_val = ixheaacd_norm32(max_temp);
262 max_gain_exp = (WORD16)(max_gain_exp - temp_val);
263 max_gain_mant = (WORD16)((max_temp << temp_val) >> 16);
768 WORD32 temp_val; local
775 temp_val = ((*ptr_env_sf_buf++ & MASK_FOR_EXP));
777 if ((temp_val > max_sfb_nrg_exp)) {
778 max_sfb_nrg_exp = temp_val;
784 temp_val = ((max_sfb_nrg_exp + 13) >> 1);
787 if ((temp_val > adj_e))
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 598 struct vtn_ssa_value *comp, temp_val; local
600 temp_val.def = nir_channel(&b->nb, (*inout)->def, i);
601 temp_val.type = glsl_scalar_type(base_type);
603 comp = &temp_val;
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 63 #define LPS22HB_CENTIGRADES(temp_val) (temp_val/100)
522 short temp_val; local
619 temp_val = ((ptr_samples[1] << 8) & 0xff00) | (ptr_samples[0]);
622 sample.fdata = LPS22HB_CENTIGRADES((float)temp_val);
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 2539 int temp_val = ctx->temp_reg; local
    [all...]

Completed in 401 milliseconds