Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-codec.c37 static int rlc(const s16 *in, __be16 *output, int blocktype) in rlc() argument
60 *output++ = (blocktype == PBLOCK ? htons(PFRAME_BIT) : 0); in rlc()
634 int blocktype = IBLOCK; in encode_plane() local
638 blocktype = decide_blocktype(input, refp, in encode_plane()
640 if (is_intra || blocktype == IBLOCK) { in encode_plane()
643 blocktype = IBLOCK; in encode_plane()
651 ifwht(cf->de_coeffs, cf->de_fwht, blocktype); in encode_plane()
653 if (blocktype == PBLOCK) in encode_plane()
664 size = rlc(cf->coeffs, *rlco, blocktype); in encode_plane()
/Linux-v4.19/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()