Home
last modified time | relevance | path

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

/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()