Searched refs:comp_ref (Results 1 – 7 of 7) sorted by relevance
/linux/include/media/ |
H A D | v4l2-vp9.h | 78 u8 comp_ref[5]; member 129 u32 (*comp_ref)[5][2]; member
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-vp9.c | 1033 .comp_ref = { 50, 126, 123, 221, 226 }, 1315 for (i = 0; i < ARRAY_SIZE(probs->comp_ref); i++) in update_frame_reference_mode_probs() 1316 probs->comp_ref[i] = update_prob(deltas->comp_ref[i], probs->comp_ref[i]); in update_frame_reference_mode_probs() 1772 for (i = 0; i < ARRAY_SIZE(probs->comp_ref); i++) in v4l2_vp9_adapt_noncoef_probs() 1773 probs->comp_ref[i] = adapt_prob(probs->comp_ref[i], (*counts->comp_ref)[i]); in v4l2_vp9_adapt_noncoef_probs()
|
/linux/drivers/media/test-drivers/visl/ |
H A D | visl-trace-vp9.h | 186 __print_array(__entry->h.comp_ref, 187 ARRAY_SIZE(__entry->h.comp_ref), 188 sizeof(__entry->h.comp_ref[0])),
|
/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_vp9.h | 40 u8 comp_ref[5]; member
|
H A D | hantro_vp9.c | 138 vp9_ctx->cnts.comp_ref = &cnts->comp_ref_count; in init_v4l2_vp9_count_tbl()
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp9_req_lat_if.c | 106 u32 comp_ref[5][2]; member 1241 counts_helper->comp_ref = &counts->comp_ref; in vdec_vp9_slice_counts_map_helper() 1393 memcpy(frame_ctx_helper->comp_ref, frame_ctx->comp_ref_prob, in vdec_vp9_slice_framectx_map_helper() 1394 sizeof(frame_ctx_helper->comp_ref)); in vdec_vp9_slice_framectx_map_helper() 1482 memcpy(frame_ctx->comp_ref_prob, frame_ctx_helper->comp_ref, in vdec_vp9_slice_helper_map_framectx() 1483 sizeof(frame_ctx_helper->comp_ref)); in vdec_vp9_slice_helper_map_framectx()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec-stateless.rst | 1528 - ``comp_ref[5]``
|