Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-vp9.h77 u8 single_ref[5][2]; member
130 u32 (*single_ref)[5][2][2]; member
/linux/drivers/media/v4l2-core/
H A Dv4l2-vp9.c1026 .single_ref = {
1306 for (i = 0; i < ARRAY_SIZE(probs->single_ref); i++) { in update_frame_reference_mode_probs()
1307 u8 *p = probs->single_ref[i]; in update_frame_reference_mode_probs()
1308 const u8 *d = deltas->single_ref[i]; in update_frame_reference_mode_probs()
1776 for (i = 0; i < ARRAY_SIZE(probs->single_ref); i++) in v4l2_vp9_adapt_noncoef_probs()
1777 for (j = 0; j < ARRAY_SIZE(probs->single_ref[0]); j++) in v4l2_vp9_adapt_noncoef_probs()
1778 probs->single_ref[i][j] = adapt_prob(probs->single_ref[i][j], in v4l2_vp9_adapt_noncoef_probs()
1779 (*counts->single_ref)[i][j]); in v4l2_vp9_adapt_noncoef_probs()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vp9.c45 u8 single_ref[5][2]; member
113 u32 single_ref[5][2][2]; member
264 memcpy(rkprobs->single_ref, probs->single_ref, in init_inter_probs()
265 sizeof(rkprobs->single_ref)); in init_inter_probs()
922 vp9_ctx->inter_cnts.single_ref = &inter_cnts->single_ref; in rkvdec_init_v4l2_vp9_count_tbl()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_vp9.h39 u8 single_ref[5][2]; member
H A Dhantro_vp9.c139 vp9_ctx->cnts.single_ref = &cnts->single_ref_count; in init_v4l2_vp9_count_tbl()
/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-vp9.h183 __entry->h.single_ref,
184 sizeof(__entry->h.single_ref),