Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_hbe_trans.c805 const FLOAT32 *ptr_sel, *ptr_sel1; in ixheaacd_hbe_post_anal_prod3() local
808 ptr_sel = &ixheaacd_sel_case[(inp_band_idx + 1) & 3][0]; in ixheaacd_hbe_post_anal_prod3()
845 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
846 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
851 temp_r1 += ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
852 temp_i1 += ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
936 temp_r1 = ptr_sel[0] * temp_r + ptr_sel[1] * temp_i; in ixheaacd_hbe_post_anal_prod3()
937 temp_i1 = ptr_sel[2] * temp_r + ptr_sel[3] * temp_i; in ixheaacd_hbe_post_anal_prod3()
944 tmp_cr = temp_r1 + ptr_sel[4] * temp_r + ptr_sel[5] * temp_i; in ixheaacd_hbe_post_anal_prod3()
945 tmp_ci = temp_i1 + ptr_sel[6] * temp_r + ptr_sel[7] * temp_i; in ixheaacd_hbe_post_anal_prod3()
[all …]