Searched refs:eob_coef (Results 1 – 1 of 1) sorted by relevance
1929 RK_U32 *eob_coef; in hal_vp9d_update_counts() local1951 eob_coef = (RK_U32 *)(buf + com_len); in hal_vp9d_update_counts()1963 s->counts.eob[j][m][i][n][k][0] = eob_coef[1]; in hal_vp9d_update_counts()1964 …s->counts.eob[j][m][i][n][k][1] = eob_coef[0] - eob_coef[1]; //ffmpeg need do branch_ct[UNCONSTRA… in hal_vp9d_update_counts()1965 s->counts.coef[j][m][i][n][k][0] = eob_coef[2]; in hal_vp9d_update_counts()1966 s->counts.coef[j][m][i][n][k][1] = eob_coef[3]; in hal_vp9d_update_counts()1967 s->counts.coef[j][m][i][n][k][2] = eob_coef[4]; in hal_vp9d_update_counts()1968 eob_coef += 5; in hal_vp9d_update_counts()