• Home
  • Raw
  • Download

Lines Matching refs:col

38   int ps = 0, pb, row, col;  in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()  local
53 for (col = 0; col < MAX_M_INPUT; col++) { in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
54 self->m1_param_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
55 (ixheaacd_mult32(delta, self->m1_param_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
57 self->m1_param_re_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
59 self->m1_param_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
60 (ixheaacd_mult32(delta, self->m1_param_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
62 self->m1_param_im_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
64 self->m2_decor_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
65 (ixheaacd_mult32(delta, self->m2_decor_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
67 self->m2_decor_re_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
69 self->m2_decor_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
70 (ixheaacd_mult32(delta, self->m2_decor_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
72 self->m2_decor_im_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
74 self->m2_resid_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
75 (ixheaacd_mult32(delta, self->m2_resid_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
77 self->m2_resid_re_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
79 self->m2_resid_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
80 (ixheaacd_mult32(delta, self->m2_resid_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
82 self->m2_resid_im_prev[pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
99 for (col = 0; col < MAX_M_INPUT; col++) { in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
100 self->m1_param_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
101 (ixheaacd_mult32(delta, self->m1_param_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
103 self->m1_param_re[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
105 self->m1_param_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
106 (ixheaacd_mult32(delta, self->m1_param_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
108 self->m1_param_im[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
110 self->m2_resid_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
111 (ixheaacd_mult32(delta, self->m2_resid_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
113 self->m2_resid_re[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
115 self->m2_decor_re[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
116 (ixheaacd_mult32(delta, self->m2_decor_re[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
118 self->m2_decor_re[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
120 self->m2_decor_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
121 (ixheaacd_mult32(delta, self->m2_decor_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
123 self->m2_decor_im[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
125 self->m2_resid_im[ps][pb][row][col] = in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
126 (ixheaacd_mult32(delta, self->m2_resid_im[ps][pb][row][col]) + in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
128 self->m2_resid_im[ps - 1][pb][row][col])) in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()