Searched refs:dst_chroma_stride (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | codec-v4l2-fwht.c | 291 unsigned int dst_chroma_stride = state->stride; in v4l2_fwht_decode() local 345 dst_chroma_stride /= 2; in v4l2_fwht_decode() 350 dst_chroma_stride *= 2; in v4l2_fwht_decode() 364 &dst_rf, state->stride, dst_chroma_stride)) in v4l2_fwht_decode()
|
H A D | codec-fwht.h | 149 unsigned int dst_chroma_stride);
|
H A D | codec-fwht.c | 914 unsigned int dst_chroma_stride) in fwht_decode_frame() 937 ref->chroma_step, dst->cb, dst_chroma_stride, in fwht_decode_frame() 943 ref->chroma_step, dst->cr, dst_chroma_stride, in fwht_decode_frame() 909 fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags, unsigned int components_num, unsigned int width, unsigned int height, const struct fwht_raw_frame *ref, unsigned int ref_stride, unsigned int ref_chroma_stride, struct fwht_raw_frame *dst, unsigned int dst_stride, unsigned int dst_chroma_stride) fwht_decode_frame() argument
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | codec-v4l2-fwht.c | 291 unsigned int dst_chroma_stride = state->stride; in v4l2_fwht_decode() local 345 dst_chroma_stride /= 2; in v4l2_fwht_decode() 350 dst_chroma_stride *= 2; in v4l2_fwht_decode() 364 &dst_rf, state->stride, dst_chroma_stride)) in v4l2_fwht_decode()
|
H A D | codec-fwht.h | 117 unsigned int dst_chroma_stride);
|
H A D | codec-fwht.c | 915 unsigned int dst_chroma_stride) in fwht_decode_frame() 938 ref->chroma_step, dst->cb, dst_chroma_stride, in fwht_decode_frame() 944 ref->chroma_step, dst->cr, dst_chroma_stride, in fwht_decode_frame() 910 fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags, unsigned int components_num, unsigned int width, unsigned int height, const struct fwht_raw_frame *ref, unsigned int ref_stride, unsigned int ref_chroma_stride, struct fwht_raw_frame *dst, unsigned int dst_stride, unsigned int dst_chroma_stride) fwht_decode_frame() argument
|
Completed in 5 milliseconds