Searched refs:count_tbl (Results 1 – 1 of 1) sorted by relevance
159 struct rkvdec_aux_buf count_tbl; member581 memset(vp9_ctx->count_tbl.cpu, 0, vp9_ctx->count_tbl.size); in config_registers()669 writel_relaxed(vp9_ctx->count_tbl.dma, in config_registers()906 inter_cnts = vp9_ctx->count_tbl.cpu; in rkvdec_vp9_done()929 struct rkvdec_vp9_intra_frame_symbol_counts *intra_cnts = vp9_ctx->count_tbl.cpu; in rkvdec_init_v4l2_vp9_count_tbl()930 struct rkvdec_vp9_inter_frame_symbol_counts *inter_cnts = vp9_ctx->count_tbl.cpu; in rkvdec_init_v4l2_vp9_count_tbl()1001 unsigned char *count_tbl; in rkvdec_vp9_start() local1021 count_tbl = dma_alloc_coherent(rkvdec->dev, RKVDEC_VP9_COUNT_SIZE, in rkvdec_vp9_start()1022 &vp9_ctx->count_tbl.dma, GFP_KERNEL); in rkvdec_vp9_start()1023 if (!count_tbl) { in rkvdec_vp9_start()[all …]