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

/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c55 rlc(const s16 *in, __be16 *output, int blocktype) argument
78 *output++ = (blocktype == PBLOCK ? htons(PFRAME_BIT) : 0);
704 int blocktype = IBLOCK; local
708 blocktype = decide_blocktype(input, refp,
710 if (blocktype == IBLOCK) {
722 ifwht(cf->de_coeffs, cf->de_fwht, blocktype);
724 if (blocktype == PBLOCK)
732 size = rlc(cf->coeffs, *rlco, blocktype);
/linux-master/fs/jbd2/
H A Drecovery.c476 int blocktype; local
553 blocktype = be32_to_cpu(tmp->h_blocktype);
556 blocktype, sequence);
567 switch(blocktype) {
862 blocktype);

Completed in 129 milliseconds