Searched refs:luma_alpha_step (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 792 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 D | codec-v4l2-fwht.h | 16 unsigned int luma_alpha_step; member
|
H A D | codec-fwht.h | 92 unsigned int luma_alpha_step; member
|
H A D | codec-v4l2-fwht.c | 101 rf->luma_alpha_step = info->luma_alpha_step; in prepare_raw_frame()
|
H A D | vicodec-core.c | 1590 state->ref_stride = q_data->coded_width * info->luma_alpha_step; in vicodec_start_streaming()
|