Lines Matching refs:k
94 RK_S32 i, j, k, l; in vp8e_init_entropy() local
109 for (k = 0; k < 3; k++) { in vp8e_init_entropy()
112 tmp = i * 7 * 3 + j * 3 + k; in vp8e_init_entropy()
119 old_p = entropy->coeff_prob[i][j][k][l]; in vp8e_init_entropy()
120 upd_p = coeff_update_prob_tbl[i][j][k][l]; in vp8e_init_entropy()
132 entropy->coeff_prob[i][j][k][l] = p; in vp8e_init_entropy()
284 RK_S32 i, j, k, l; in vp8e_write_entropy_tables() local
307 for (k = 0; k < 3; k++) { in vp8e_write_entropy_tables()
309 *table++ = entropy->coeff_prob[i][j][k][l]; in vp8e_write_entropy_tables()
319 for (k = 0; k < 3; k++) { in vp8e_write_entropy_tables()
321 *table++ = entropy->coeff_prob[i][j][k][l]; in vp8e_write_entropy_tables()
323 *table++ = entropy->coeff_prob[i][j][k][3]; in vp8e_write_entropy_tables()
378 RK_S32 i, j, k, l; in vp8e_calc_coeff_prob() local
383 for (k = 0; k < 3; k++) { in vp8e_calc_coeff_prob()
385 prob = coeff_update_prob_tbl[i][j][k][l]; in vp8e_calc_coeff_prob()
386 old = (RK_S32) (*prev)[i][j][k][l]; in vp8e_calc_coeff_prob()
387 new = (RK_S32) (*curr)[i][j][k][l]; in vp8e_calc_coeff_prob()