Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vicodec/
Dcodec-fwht.c54 rlc(const s16 *in, __be16 *output, int blocktype) in rlc() argument
77 *output++ = (blocktype == PBLOCK ? htons(PFRAME_BIT) : 0); in rlc()
703 int blocktype = IBLOCK; in encode_plane() local
707 blocktype = decide_blocktype(input, refp, in encode_plane()
709 if (blocktype == IBLOCK) { in encode_plane()
721 ifwht(cf->de_coeffs, cf->de_fwht, blocktype); in encode_plane()
723 if (blocktype == PBLOCK) in encode_plane()
731 size = rlc(cf->coeffs, *rlco, blocktype); in encode_plane()
/Linux-v5.4/fs/jbd2/
Drecovery.c426 int blocktype; in do_one_pass() local
500 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()
503 blocktype, sequence); in do_one_pass()
514 switch(blocktype) { in do_one_pass()
774 blocktype); in do_one_pass()