Home
last modified time | relevance | path

Searched refs:chroma_stride (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.c215 unsigned int chroma_stride = state->stride; in v4l2_fwht_encode() local
230 chroma_stride /= 2; in v4l2_fwht_encode()
234 chroma_stride *= 2; in v4l2_fwht_encode()
245 state->stride, chroma_stride); in v4l2_fwht_encode()
H A Dcodec-fwht.h143 unsigned int stride, unsigned int chroma_stride);
H A Dcodec-fwht.c781 unsigned int stride, unsigned int chroma_stride) in fwht_encode_frame()
804 chroma_stride, frm->chroma_step, in fwht_encode_frame()
812 chroma_stride, frm->chroma_step, in fwht_encode_frame()
776 fwht_encode_frame(struct fwht_raw_frame *frm, struct fwht_raw_frame *ref_frm, struct fwht_cframe *cf, bool is_intra, bool next_is_intra, unsigned int width, unsigned int height, unsigned int stride, unsigned int chroma_stride) fwht_encode_frame() argument
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.c215 unsigned int chroma_stride = state->stride; in v4l2_fwht_encode() local
230 chroma_stride /= 2; in v4l2_fwht_encode()
234 chroma_stride *= 2; in v4l2_fwht_encode()
245 state->stride, chroma_stride); in v4l2_fwht_encode()
H A Dcodec-fwht.h111 unsigned int stride, unsigned int chroma_stride);
H A Dcodec-fwht.c782 unsigned int stride, unsigned int chroma_stride) in fwht_encode_frame()
805 chroma_stride, frm->chroma_step, in fwht_encode_frame()
813 chroma_stride, frm->chroma_step, in fwht_encode_frame()
777 fwht_encode_frame(struct fwht_raw_frame *frm, struct fwht_raw_frame *ref_frm, struct fwht_cframe *cf, bool is_intra, bool next_is_intra, unsigned int width, unsigned int height, unsigned int stride, unsigned int chroma_stride) fwht_encode_frame() argument

Completed in 5 milliseconds