Searched refs:is_intra (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.h109 bool is_intra, bool next_is_intra,
H A Dcodec-fwht.c687 bool is_intra, bool next_is_intra)
707 if (!is_intra)
780 bool is_intra, bool next_is_intra,
792 frm->luma_alpha_step, is_intra, next_is_intra);
806 is_intra, next_is_intra);
814 is_intra, next_is_intra);
825 is_intra, next_is_intra);
845 bool is_intra = !ref; local
877 if ((stat & PFRAME_BIT) && !is_intra)
889 if ((stat & PFRAME_BIT) && !is_intra)
684 encode_plane(u8 *input, u8 *refp, __be16 **rlco, __be16 *rlco_max, struct fwht_cframe *cf, u32 height, u32 width, u32 stride, unsigned int input_step, bool is_intra, bool next_is_intra) argument
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) argument
[all...]

Completed in 146 milliseconds