Lines Matching refs:counts
1986 com_len = sizeof(s->counts.partition) + sizeof(s->counts.skip) + sizeof(s->counts.intra) in hal_vp9d_update_counts()
1987 + sizeof(s->counts.tx32p) + sizeof(s->counts.tx16p) + sizeof(s->counts.tx8p); in hal_vp9d_update_counts()
1989 com_len = sizeof(s->counts) - sizeof(s->counts.coef) - sizeof(s->counts.eob); in hal_vp9d_update_counts()
1992 memcpy(&s->counts, buf, com_len); in hal_vp9d_update_counts()
1995 memset(s->counts.eob, 0, sizeof(s->counts.eob)); in hal_vp9d_update_counts()
1996 memset(s->counts.coef, 0, sizeof(s->counts.coef)); 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()