Lines Matching refs:col
37 int ps = 0, pb, row, col; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing() local
52 for (col = 0; col < MAX_M_INPUT; col++) { in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
53 self->m1_param_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
54 (ixheaacd_mult32(delta, self->m1_param_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
56 self->m1_param_re_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
58 self->m1_param_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
59 (ixheaacd_mult32(delta, self->m1_param_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
61 self->m1_param_im_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
63 self->m2_decor_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
64 (ixheaacd_mult32(delta, self->m2_decor_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
66 self->m2_decor_re_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
68 self->m2_decor_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
69 (ixheaacd_mult32(delta, self->m2_decor_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
71 self->m2_decor_im_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
73 self->m2_resid_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
74 (ixheaacd_mult32(delta, self->m2_resid_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
76 self->m2_resid_re_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
78 self->m2_resid_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
79 (ixheaacd_mult32(delta, self->m2_resid_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
81 self->m2_resid_im_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
98 for (col = 0; col < MAX_M_INPUT; col++) { in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
99 self->m1_param_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
100 (ixheaacd_mult32(delta, self->m1_param_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
102 self->m1_param_re[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
104 self->m1_param_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
105 (ixheaacd_mult32(delta, self->m1_param_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
107 self->m1_param_im[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
109 self->m2_resid_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
110 (ixheaacd_mult32(delta, self->m2_resid_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
112 self->m2_resid_re[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
114 self->m2_decor_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
115 (ixheaacd_mult32(delta, self->m2_decor_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
117 self->m2_decor_re[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
119 self->m2_decor_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
120 (ixheaacd_mult32(delta, self->m2_decor_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
122 self->m2_decor_im[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
124 self->m2_resid_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
125 (ixheaacd_mult32(delta, self->m2_resid_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
127 self->m2_resid_im[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()