Home
last modified time | relevance | path

Searched refs:com_len (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_com.c1934 RK_U32 com_len = 0; in hal_vp9d_update_counts() local
1946 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()