Searched refs:eob_coef (Results 1 – 1 of 1) sorted by relevance
1969 RK_U32 *eob_coef; in hal_vp9d_update_counts() local1991 eob_coef = (RK_U32 *)(buf + com_len); in hal_vp9d_update_counts()2003 s->counts.eob[j][m][i][n][k][0] = eob_coef[1]; in hal_vp9d_update_counts()2005 s->counts.eob[j][m][i][n][k][1] = eob_coef[0] - eob_coef[1]; in hal_vp9d_update_counts()2006 s->counts.coef[j][m][i][n][k][0] = eob_coef[2]; in hal_vp9d_update_counts()2007 s->counts.coef[j][m][i][n][k][1] = eob_coef[3]; in hal_vp9d_update_counts()2008 s->counts.coef[j][m][i][n][k][2] = eob_coef[4]; in hal_vp9d_update_counts()2009 eob_coef += 5; in hal_vp9d_update_counts()