Home | History | Annotate | Download | only in decoder

Lines Matching full:index_3

108         WORD32 index_3;
109 index_3 = ((index + index) + index);
110 prev_data[index_3] = curr_val;
111 prev_data[index_3 + 1] = curr_val;
112 prev_data[index_3 + 2] = curr_val;
170 WORD32 tar, index_3;
175 index_3 = ((band + band) + band);
176 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]);
178 ptr_prev_env_sf[index_3] = temp_val;
179 ptr_prev_env_sf[index_3 + 1] = temp_val;
180 ptr_prev_env_sf[index_3 + 2] = temp_val;
188 index_3 = (band << 1) + ixheaacd_drc_offset;
189 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]);
190 ptr_prev_env_sf[index_3] = temp_val;
191 ptr_prev_env_sf[index_3 + 1] = temp_val;