Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.h16 unsigned int luma_alpha_step; member
H A Dcodec-fwht.h92 unsigned int luma_alpha_step; member
H A Dcodec-fwht.c792 frm->luma_alpha_step, is_intra, next_is_intra); in fwht_encode_frame()
824 stride, frm->luma_alpha_step, in fwht_encode_frame()
922 ref->luma_alpha_step, dst->luma, dst_stride, in fwht_decode_frame()
923 dst->luma_alpha_step, in fwht_decode_frame()
953 ref->luma_alpha_step, dst->alpha, dst_stride, in fwht_decode_frame()
954 dst->luma_alpha_step, in fwht_decode_frame()
H A Dcodec-v4l2-fwht.c101 rf->luma_alpha_step = info->luma_alpha_step; in prepare_raw_frame()
H A Dvicodec-core.c1590 state->ref_stride = q_data->coded_width * info->luma_alpha_step; in vicodec_start_streaming()