Home
last modified time | relevance | path

Searched refs:de_fwht (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H A 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_strid in decode_plane()
[all...]
H A Dcodec-fwht.h117 s16 de_fwht[8 * 8]; member
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c722 ifwht(cf->de_coeffs, cf->de_fwht, blocktype); in encode_plane()
725 add_deltas(cf->de_fwht, refp, 8, 1); in encode_plane()
726 fill_decoder_block(refp, cf->de_fwht, 8, 1); in encode_plane()
876 memcpy(cf->de_fwht, copy, sizeof(copy)); in decode_plane()
878 add_deltas(cf->de_fwht, refp, in decode_plane()
880 fill_decoder_block(dstp, cf->de_fwht, in decode_plane()
894 ifwht(cf->coeffs, cf->de_fwht, in decode_plane()
899 memcpy(copy, cf->de_fwht, sizeof(copy)); in decode_plane()
901 add_deltas(cf->de_fwht, refp, in decode_plane()
903 fill_decoder_block(dstp, cf->de_fwht, dst_strid in decode_plane()
[all...]
H A Dcodec-fwht.h85 s16 de_fwht[8 * 8]; member

Completed in 4 milliseconds