Searched refs:com_len (Results 1 – 1 of 1) sorted by relevance
1974 RK_U32 com_len = 0; in hal_vp9d_update_counts() local1986 com_len = sizeof(s->counts.partition) + sizeof(s->counts.skip) + sizeof(s->counts.intra) in hal_vp9d_update_counts()1989 com_len = sizeof(s->counts) - sizeof(s->counts.coef) - sizeof(s->counts.eob); in hal_vp9d_update_counts()1991 eob_coef = (RK_U32 *)(buf + com_len); in hal_vp9d_update_counts()1992 memcpy(&s->counts, buf, com_len); in hal_vp9d_update_counts()