Home
last modified time | relevance | path

Searched refs:luma_alpha_step (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/media/platform/vicodec/
Dcodec-v4l2-fwht.h16 unsigned int luma_alpha_step; member
Dcodec-fwht.c791 frm->luma_alpha_step, is_intra, next_is_intra); in fwht_encode_frame()
823 stride, frm->luma_alpha_step, in fwht_encode_frame()
921 ref->luma_alpha_step, dst->luma, dst_stride, in fwht_decode_frame()
922 dst->luma_alpha_step, in fwht_decode_frame()
952 ref->luma_alpha_step, dst->alpha, dst_stride, in fwht_decode_frame()
953 dst->luma_alpha_step, in fwht_decode_frame()
Dcodec-fwht.h124 unsigned int luma_alpha_step; member
Dcodec-v4l2-fwht.c101 rf->luma_alpha_step = info->luma_alpha_step; in prepare_raw_frame()
Dvicodec-core.c1640 state->ref_stride = q_data->coded_width * info->luma_alpha_step; in vicodec_start_streaming()