/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | dtmf_tone_generator.cc | 177 int32_t temp_val = kAmpMultiplier * temp_val_low + (temp_val_high << 15); in Generate() local 179 temp_val = (temp_val + 16384) >> 15; in Generate() 182 static_cast<int16_t>((temp_val * amplitude_ + 8192) >> 14); in Generate()
|
/external/libxaac/decoder/ |
D | ixheaacd_env_dec.c | 126 WORD16 temp_val; in ixheaacd_process_del_cod_env_data() local 172 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]); in ixheaacd_process_del_cod_env_data() 174 ptr_prev_env_sf[index_3] = temp_val; in ixheaacd_process_del_cod_env_data() 175 ptr_prev_env_sf[index_3 + 1] = temp_val; in ixheaacd_process_del_cod_env_data() 176 ptr_prev_env_sf[index_3 + 2] = temp_val; in ixheaacd_process_del_cod_env_data() 177 *ptr_env_sf++ = temp_val; in ixheaacd_process_del_cod_env_data() 179 *ptr_env_sf_float = (FLOAT32)temp_val; in ixheaacd_process_del_cod_env_data() 185 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]); in ixheaacd_process_del_cod_env_data() 186 ptr_prev_env_sf[index_3] = temp_val; in ixheaacd_process_del_cod_env_data() 187 ptr_prev_env_sf[index_3 + 1] = temp_val; in ixheaacd_process_del_cod_env_data() [all …]
|
D | ixheaacd_env_calc.c | 233 WORD32 temp_val; in ixheaacd_noiselimiting() local 260 temp_val = ixheaacd_norm32(max_temp); in ixheaacd_noiselimiting() 262 max_gain_exp = (WORD16)(max_gain_exp - temp_val); in ixheaacd_noiselimiting() 263 max_gain_mant = (WORD16)((max_temp << temp_val) >> 16); in ixheaacd_noiselimiting() 768 WORD32 temp_val; in ixheaacd_calc_sbrenvelope() local 775 temp_val = ((*ptr_env_sf_buf++ & MASK_FOR_EXP)); in ixheaacd_calc_sbrenvelope() 777 if ((temp_val > max_sfb_nrg_exp)) { in ixheaacd_calc_sbrenvelope() 778 max_sfb_nrg_exp = temp_val; in ixheaacd_calc_sbrenvelope() 784 temp_val = ((max_sfb_nrg_exp + 13) >> 1); in ixheaacd_calc_sbrenvelope() 787 if ((temp_val > adj_e)) { in ixheaacd_calc_sbrenvelope() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.cc | 850 int32x4x2_t temp_val = in NeonMatrixBatchVectorAccumulateImpl() local 853 temp_val.val[0] = in NeonMatrixBatchVectorAccumulateImpl() 854 vaddq_s32(vaddq_s32(temp_val.val[0], first_half), output_zp_dup); in NeonMatrixBatchVectorAccumulateImpl() 855 temp_val.val[1] = in NeonMatrixBatchVectorAccumulateImpl() 856 vaddq_s32(vaddq_s32(temp_val.val[1], second_half), output_zp_dup); in NeonMatrixBatchVectorAccumulateImpl() 857 temp_val.val[0] = in NeonMatrixBatchVectorAccumulateImpl() 858 vmaxq_s32(vminq_s32(temp_val.val[0], max_val_dup), min_val_dup); in NeonMatrixBatchVectorAccumulateImpl() 859 temp_val.val[1] = in NeonMatrixBatchVectorAccumulateImpl() 860 vmaxq_s32(vminq_s32(temp_val.val[1], max_val_dup), min_val_dup); in NeonMatrixBatchVectorAccumulateImpl() 862 vcombine_s16(vqmovn_s32(temp_val.val[0]), vqmovn_s32(temp_val.val[1])); in NeonMatrixBatchVectorAccumulateImpl() [all …]
|
D | optimized_ops.h | 5608 int32x4x4_t temp_val = in Quantize() local 5611 temp_val.val[0] = vaddq_s32(temp_val.val[0], output_zp_dup); in Quantize() 5612 temp_val.val[1] = vaddq_s32(temp_val.val[1], output_zp_dup); in Quantize() 5613 temp_val.val[2] = vaddq_s32(temp_val.val[2], output_zp_dup); in Quantize() 5614 temp_val.val[3] = vaddq_s32(temp_val.val[3], output_zp_dup); in Quantize() 5616 temp_val.val[0] = in Quantize() 5617 vmaxq_s32(vminq_s32(temp_val.val[0], max_val_dup), min_val_dup); in Quantize() 5618 temp_val.val[1] = in Quantize() 5619 vmaxq_s32(vminq_s32(temp_val.val[1], max_val_dup), min_val_dup); in Quantize() 5620 temp_val.val[2] = in Quantize() [all …]
|
/external/arm-trusted-firmware/plat/rockchip/rk3288/drivers/soc/ |
D | soc.c | 197 uint32_t temp_val; in rockchip_soc_soft_reset() local 211 temp_val = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON); in rockchip_soc_soft_reset() 212 temp_val &= ~PMU_RST_MASK; in rockchip_soc_soft_reset() 213 temp_val |= PMU_RST_BY_SECOND_SFT; in rockchip_soc_soft_reset() 214 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, temp_val); in rockchip_soc_soft_reset()
|
/external/arm-trusted-firmware/lib/pmf/ |
D | pmf_main.c | 59 int pmf_svc_descs_num, temp_val; in pmf_setup() local 103 temp_val = pmf_svc_descs_indices[jj]; in pmf_setup() 106 pmf_svc_descs_indices[jj+1] = temp_val; in pmf_setup()
|
/external/arm-trusted-firmware/plat/rockchip/rk3368/drivers/soc/ |
D | soc.c | 189 uint32_t temp_val; in rockchip_soc_soft_reset() local 197 temp_val = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON) | in rockchip_soc_soft_reset() 200 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, temp_val); in rockchip_soc_soft_reset()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1869 tcu::Float<deUint32, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> temp_val(bits); in read11F_11F_10F_Channel() local 1871 out_value = temp_val.asDouble(); in read11F_11F_10F_Channel() 1877 tcu::Float<deUint32, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> temp_val(bits); in read11F_11F_10F_Channel() local 1879 out_value = temp_val.asDouble(); in read11F_11F_10F_Channel() 1885 tcu::Float<deUint32, 5, 5, 15, tcu::FLOAT_SUPPORT_DENORM> temp_val(bits); in read11F_11F_10F_Channel() local 1887 out_value = temp_val.asDouble(); in read11F_11F_10F_Channel()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 2963 int temp_val = ctx->temp_reg; in r600_fetch_tess_io_info() local 2966 temp_val, 0, in r600_fetch_tess_io_info() 2992 vtx.src_gpr = temp_val; in r600_fetch_tess_io_info() 3020 vtx.src_gpr = temp_val; in r600_fetch_tess_io_info()
|