Searched refs:single_ref (Results 1 – 6 of 6) sorted by relevance
77 u8 single_ref[5][2]; member130 u32 (*single_ref)[5][2][2]; member
1026 .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()
45 u8 single_ref[5][2]; member113 u32 single_ref[5][2][2]; member264 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()
39 u8 single_ref[5][2]; member
139 vp9_ctx->cnts.single_ref = &cnts->single_ref_count; in init_v4l2_vp9_count_tbl()
183 __entry->h.single_ref,184 sizeof(__entry->h.single_ref),