Searched refs:inter_cnts (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c160 struct v4l2_vp9_frame_symbol_counts inter_cnts; member in struct:rkvdec_vp9_ctx
896 counts = frame_is_intra ? &vp9_ctx->intra_cnts : &vp9_ctx->inter_cnts;
902 const struct rkvdec_vp9_inter_frame_symbol_counts *inter_cnts; local
906 inter_cnts = vp9_ctx->count_tbl.cpu;
908 memcpy(classes[i], inter_cnts->classes[i], sizeof(classes[0]));
930 struct rkvdec_vp9_inter_frame_symbol_counts *inter_cnts = vp9_ctx->count_tbl.cpu; local
933 vp9_ctx->inter_cnts.partition = &inter_cnts->partition;
934 vp9_ctx->inter_cnts.skip = &inter_cnts
[all...]

Completed in 102 milliseconds