Searched refs:itemp (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_imdct.c | 72 WORD32 k, shiftp, itemp = 0; in ixheaacd_calc_max_spectralline() local 74 if (ixheaacd_abs32_sat(p_in_ibuffer[k]) > itemp) in ixheaacd_calc_max_spectralline() 75 itemp = ixheaacd_abs32_sat(p_in_ibuffer[k]); in ixheaacd_calc_max_spectralline() 78 shiftp = ixheaacd_norm32(itemp); in ixheaacd_calc_max_spectralline() 205 WORD32 gain_fac, scale, k, *i_aq, itemp = 0, *izir; in ixheaacd_cal_fac_data() local 241 itemp = (WORD32)(ftemp); in ixheaacd_cal_fac_data() 242 qshift3 = ixheaacd_norm32(itemp); in ixheaacd_cal_fac_data() 258 itemp = (WORD32)(ftemp); in ixheaacd_cal_fac_data() 259 qshift2 = ixheaacd_norm32(itemp); in ixheaacd_cal_fac_data() 268 if (ixheaacd_abs32_sat(fac_data[k + 1]) > itemp) in ixheaacd_cal_fac_data() [all …]
|
D | ixheaacd_tcx_fwd_mdct.c | 124 WORD32 itemp; in ixheaacd_lpc_to_td() local 148 itemp = (WORD32)ftemp; in ixheaacd_lpc_to_td() 149 qshift = ixheaacd_norm32(itemp); in ixheaacd_lpc_to_td()
|
D | ixheaacd_tcx_fwd_alcnx.c | 72 WORD32 k, itemp; in ixheaacd_float2fix() local 79 itemp = (WORD32)(ftemp); in ixheaacd_float2fix() 80 shiftp = ixheaacd_norm32(itemp); in ixheaacd_float2fix()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_pivotL.h | 78 Index isub, icol, itemp, k; in pivotL() local 123 itemp = pivptr + icol * lda; in pivotL() 124 std::swap(lu_sup_ptr[itemp], lu_sup_ptr[nsupc + icol * lda]); in pivotL()
|
/external/libjpeg-turbo/ |
D | transupp.c | 1499 int itemp, ci, h_samp_factor, v_samp_factor; in jtransform_request_workspace() local 1640 itemp = info->iMCU_sample_width; in jtransform_request_workspace() 1641 dtemp = itemp - 1 - ((xoffset + itemp - 1) % itemp); in jtransform_request_workspace() 1647 info->drop_width = (info->crop_width - dtemp + itemp - 1) / itemp; in jtransform_request_workspace() 1649 info->drop_width = (info->crop_width - dtemp) / itemp; in jtransform_request_workspace() 1650 itemp = info->iMCU_sample_height; in jtransform_request_workspace() 1651 dtemp = itemp - 1 - ((yoffset + itemp - 1) % itemp); in jtransform_request_workspace() 1657 info->drop_height = (info->crop_height - dtemp + itemp - 1) / itemp; in jtransform_request_workspace() 1659 info->drop_height = (info->crop_height - dtemp) / itemp; in jtransform_request_workspace() 1828 int tblno, i, j, ci, itemp; in transpose_critical_parameters() local [all …]
|
/external/libevent/ |
D | evdns.c | 1778 struct server_reply_item **itemp, *item; in evdns_server_request_add_reply() local 1788 itemp = &req->answer; in evdns_server_request_add_reply() 1792 itemp = &req->authority; in evdns_server_request_add_reply() 1796 itemp = &req->additional; in evdns_server_request_add_reply() 1802 while (*itemp) { in evdns_server_request_add_reply() 1803 itemp = &((*itemp)->next); in evdns_server_request_add_reply() 1838 *itemp = item; in evdns_server_request_add_reply()
|
/external/libpcap/ |
D | pcap-rpcap.c | 1084 socklen_t itemp; in pcap_startcapture_remote() local 1317 itemp = sizeof(sockbufsize); in pcap_startcapture_remote() 1319 res = getsockopt(sockdata, SOL_SOCKET, SO_RCVBUF, (char *)&sockbufsize, &itemp); in pcap_startcapture_remote()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 3648 fs_reg itemp = vgrf(glsl_type::int_type); in nir_emit_fs_intrinsic() local 3650 bld.MOV(itemp, temp); in nir_emit_fs_intrinsic() 3668 bld.SEL(offset(src, bld, i), itemp, brw_imm_d(7))); in nir_emit_fs_intrinsic()
|