Searched refs:com_len (Results 1 – 1 of 1) sorted by relevance
1934 RK_U32 com_len = 0; in hal_vp9d_update_counts() local1946 com_len = sizeof(s->counts.partition) + sizeof(s->counts.skip) + sizeof(s->counts.intra) in hal_vp9d_update_counts()1949 com_len = sizeof(s->counts) - sizeof(s->counts.coef) - sizeof(s->counts.eob); in hal_vp9d_update_counts()1951 eob_coef = (RK_U32 *)(buf + com_len); in hal_vp9d_update_counts()1952 memcpy(&s->counts, buf, com_len); in hal_vp9d_update_counts()