blocktype          54 drivers/media/platform/vicodec/codec-fwht.c rlc(const s16 *in, __be16 *output, int blocktype)
blocktype          77 drivers/media/platform/vicodec/codec-fwht.c 	*output++ = (blocktype == PBLOCK ? htons(PFRAME_BIT) : 0);
blocktype         703 drivers/media/platform/vicodec/codec-fwht.c 			int blocktype = IBLOCK;
blocktype         707 drivers/media/platform/vicodec/codec-fwht.c 				blocktype = decide_blocktype(input, refp,
blocktype         709 drivers/media/platform/vicodec/codec-fwht.c 			if (blocktype == IBLOCK) {
blocktype         721 drivers/media/platform/vicodec/codec-fwht.c 				ifwht(cf->de_coeffs, cf->de_fwht, blocktype);
blocktype         723 drivers/media/platform/vicodec/codec-fwht.c 				if (blocktype == PBLOCK)
blocktype         731 drivers/media/platform/vicodec/codec-fwht.c 			size = rlc(cf->coeffs, *rlco, blocktype);
blocktype         426 fs/jbd2/recovery.c 	int			blocktype;
blocktype         500 fs/jbd2/recovery.c 		blocktype = be32_to_cpu(tmp->h_blocktype);
blocktype         503 fs/jbd2/recovery.c 			  blocktype, sequence);
blocktype         514 fs/jbd2/recovery.c 		switch(blocktype) {
blocktype         774 fs/jbd2/recovery.c 				  blocktype);