Home
last modified time | relevance | path

Searched refs:itemp (Results 1 – 8 of 8) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_imdct.c72 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 …]
Dixheaacd_tcx_fwd_mdct.c124 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()
Dixheaacd_tcx_fwd_alcnx.c72 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/
DSparseLU_pivotL.h78 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/
Dtransupp.c1499 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/
Devdns.c1778 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/
Dpcap-rpcap.c1084 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/
Dbrw_fs_nir.cpp3648 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()