Home
last modified time | relevance | path

Searched refs:de_fwht (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
Dcodec-fwht.c721 ifwht(cf->de_coeffs, cf->de_fwht, blocktype); in encode_plane()
724 add_deltas(cf->de_fwht, refp, 8, 1); in encode_plane()
725 fill_decoder_block(refp, cf->de_fwht, 8, 1); in encode_plane()
875 memcpy(cf->de_fwht, copy, sizeof(copy)); in decode_plane()
877 add_deltas(cf->de_fwht, refp, in decode_plane()
879 fill_decoder_block(dstp, cf->de_fwht, in decode_plane()
893 ifwht(cf->coeffs, cf->de_fwht, in decode_plane()
898 memcpy(copy, cf->de_fwht, sizeof(copy)); in decode_plane()
900 add_deltas(cf->de_fwht, refp, in decode_plane()
902 fill_decoder_block(dstp, cf->de_fwht, dst_stride, in decode_plane()
Dcodec-fwht.h117 s16 de_fwht[8 * 8]; member