Home | History | Annotate | Download | only in decoder

Lines Matching refs:i4_j

52     WORD32 i4_j, i4_delta_scale, i4_lastScale = 8, i4_nextScale = 8;
58 for(i4_j = 0; i4_j < i4_size_of_scalinglist; i4_j++)
67 *pu1_use_default_scaling_matrix_flag = ((i4_j == 0)
71 pi2_scaling_list[i4_j] =
73 i4_lastScale = pi2_scaling_list[i4_j];
85 WORD32 i4_i, i4_j;
92 for(i4_j = 0; i4_j < 16; i4_j++)
94 ps_dec->s_high_profile.i2_scalinglist4x4[i4_i][pu1_inv_scan[i4_j]] =
103 for(i4_j = 0; i4_j < 64; i4_j++)
105 ps_dec->s_high_profile.i2_scalinglist8x8[i4_i][gau1_ih264d_inv_scan_prog8x8_cabac[i4_j]] =
248 WORD32 i4_i, i4_j;
258 for(i4_j = 0; i4_j < 16; i4_j++)
260 ps_dec->s_high_profile.i2_scalinglist4x4[i4_i][pu1_inv_scan_4x4[i4_j]] =
261 ps_dec->s_high_profile.pi2_scale_mat[i4_i][i4_j];
272 for(i4_j = 0; i4_j < 64; i4_j++)
274 ps_dec->s_high_profile.i2_scalinglist8x8[i4_i][gau1_ih264d_inv_scan_prog8x8_cabac[i4_j]] =
275 ps_dec->s_high_profile.pi2_scale_mat[i4_i + 6][i4_j];