Searched refs:vp9_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/staging/media/rkvdec/ |
A D | rkvdec-vp9.c | 458 seg = vp9_ctx->last.valid ? &vp9_ctx->last.seg : &vp9_ctx->cur.seg; in config_seg_registers() 514 vp9_ctx->last = vp9_ctx->cur; in update_ctx_last_info() 582 memset(vp9_ctx->count_tbl.cpu, 0, vp9_ctx->count_tbl.size); in config_registers() 584 vp9_ctx->cur.segmapid = vp9_ctx->last.segmapid; in config_registers() 916 vp9_ctx->cur.tx_mode, vp9_ctx->cur.flags); in rkvdec_vp9_done() 1005 vp9_ctx = kzalloc(sizeof(*vp9_ctx), GFP_KERNEL); in rkvdec_vp9_start() 1006 if (!vp9_ctx) in rkvdec_vp9_start() 1037 vp9_ctx->priv_tbl.cpu, vp9_ctx->priv_tbl.dma); in rkvdec_vp9_start() 1040 kfree(vp9_ctx); in rkvdec_vp9_start() 1050 vp9_ctx->count_tbl.cpu, vp9_ctx->count_tbl.dma); in rkvdec_vp9_stop() [all …]
|
/linux-6.3-rc2/drivers/media/platform/verisilicon/ |
A D | hantro_vp9.c | 108 vp9_ctx->cnts.coeff[i][j][k][l][m] = \ 110 vp9_ctx->cnts.eob[i][j][k][l][m][0] = \ 112 vp9_ctx->cnts.eob[i][j][k][l][m][1] = \ 120 struct symbol_counts *cnts = vp9_ctx->misc.cpu + vp9_ctx->ctx_counters_offset; in init_v4l2_vp9_count_tbl() 124 vp9_ctx->cnts.skip = &cnts->mbskip_count; in init_v4l2_vp9_count_tbl() 126 vp9_ctx->cnts.tx32p = &cnts->tx32x32_count; in init_v4l2_vp9_count_tbl() 133 vp9_ctx->cnts.tx8p = &cnts->tx8x8_count; in init_v4l2_vp9_count_tbl() 142 vp9_ctx->cnts.sign = &cnts->mv_counts.sign; in init_v4l2_vp9_count_tbl() 145 vp9_ctx->cnts.bits = &cnts->mv_counts.bits; in init_v4l2_vp9_count_tbl() 147 vp9_ctx->cnts.fp = &cnts->mv_counts.fp; in init_v4l2_vp9_count_tbl() [all …]
|
A D | hantro_g2_vp9_dec.c | 72 vp9_ctx->probability_tables = vp9_ctx->frame_context[fctx_idx]; in start_prepare_run() 139 vp9_ctx->cur.valid = true; in update_ctx_cur_info() 343 if (tile_r != vp9_ctx->last_tile_r || tile_c != vp9_ctx->last_tile_c || in config_tiles() 344 sbs_r != vp9_ctx->last_sbs_r || sbs_c != vp9_ctx->last_sbs_c) in config_tiles() 776 memset(vp9_ctx->feature_data, 0, sizeof(vp9_ctx->feature_data)); in config_seg_map() 777 memset(vp9_ctx->feature_enabled, 0, sizeof(vp9_ctx->feature_enabled)); in config_seg_map() 787 vp9_ctx->active_segment = 1 - vp9_ctx->active_segment; in config_seg_map() 978 hantro_cnts = vp9_ctx->misc.cpu + vp9_ctx->ctx_counters_offset; in hantro_g2_vp9_dec_done() 1006 vp9_ctx->cur.tx_mode, vp9_ctx->cur.flags); in hantro_g2_vp9_dec_done() 1010 vp9_ctx->frame_context[fctx_idx] = vp9_ctx->probability_tables; in hantro_g2_vp9_dec_done() [all …]
|
Completed in 11 milliseconds