Searched refs:ref_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 | 292 unsigned int ref_chroma_stride = state->ref_stride; in v4l2_fwht_decode() local 346 ref_chroma_stride /= 2; in v4l2_fwht_decode() 351 ref_chroma_stride *= 2; in v4l2_fwht_decode() 363 &state->ref_frame, state->ref_stride, ref_chroma_stride, in v4l2_fwht_decode()
|
H A D | codec-fwht.h | 147 unsigned int ref_stride, unsigned int ref_chroma_stride,
|
H A D | codec-fwht.c | 912 unsigned int ref_stride, unsigned int ref_chroma_stride, in fwht_decode_frame() 936 if (!decode_plane(cf, &rlco, h, w, ref->cb, ref_chroma_stride, in fwht_decode_frame() 942 if (!decode_plane(cf, &rlco, h, w, ref->cr, ref_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 | 292 unsigned int ref_chroma_stride = state->ref_stride; in v4l2_fwht_decode() local 346 ref_chroma_stride /= 2; in v4l2_fwht_decode() 351 ref_chroma_stride *= 2; in v4l2_fwht_decode() 363 &state->ref_frame, state->ref_stride, ref_chroma_stride, in v4l2_fwht_decode()
|
H A D | codec-fwht.h | 115 unsigned int ref_stride, unsigned int ref_chroma_stride,
|
H A D | codec-fwht.c | 913 unsigned int ref_stride, unsigned int ref_chroma_stride, in fwht_decode_frame() 937 if (!decode_plane(cf, &rlco, h, w, ref->cb, ref_chroma_stride, in fwht_decode_frame() 943 if (!decode_plane(cf, &rlco, h, w, ref->cr, ref_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