Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/test-drivers/vicodec/
Dcodec-fwht.c55 rlc(const s16 *in, __be16 *output, int blocktype) in rlc() argument
78 *output++ = (blocktype == PBLOCK ? htons(PFRAME_BIT) : 0); in rlc()
704 int blocktype = IBLOCK; in encode_plane() local
708 blocktype = decide_blocktype(input, refp, in encode_plane()
710 if (blocktype == IBLOCK) { in encode_plane()
722 ifwht(cf->de_coeffs, cf->de_fwht, blocktype); in encode_plane()
724 if (blocktype == PBLOCK) in encode_plane()
732 size = rlc(cf->coeffs, *rlco, blocktype); in encode_plane()
/linux-5.19.10/fs/jbd2/
Drecovery.c465 int blocktype; in do_one_pass() local
543 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()
546 blocktype, sequence); in do_one_pass()
557 switch(blocktype) { in do_one_pass()
849 blocktype); in do_one_pass()