Searched refs:h12 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsdsp.c171 float h02 = h[0][2], h12 = h[1][2]; local
191 h12 += hs12;
194 l[n][0] = h00 * l_re + h02 * r_re - h10 * l_im - h12 * r_im;
195 l[n][1] = h00 * l_im + h02 * r_im + h10 * l_re + h12 * r_re;
H A Daacps.c826 float h11, h12, h21, h22; local
828 h12 = H_LUT[iid_mapped[e][b] + 7 + 23 * ps->iid_quant][icc_mapped[e][b]][1];
850 h12i = h12 * ipd_adj_im;
851 h12 = h12 * ipd_adj_re;
862 H12[0][e+1][b] = h12;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacps.c872 float h11, h12, h21, h22; local
874 h12 = H_LUT[iid_mapped[e][b] + 7 + 23 * ps->iid_quant][icc_mapped[e][b]][1];
895 h12i = h12 * ipd_adj_im;
896 h12 = h12 * ipd_adj_re;
907 H12[0][e+1][b] = h12;

Completed in 105 milliseconds