Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-codec.c60 *output++ = (blocktype == PBLOCK ? htons(PFRAME_BIT) : 0); in rlc()
626 __be16 pframe_bit = htons(PFRAME_BIT); in encode_plane()
760 if (stat & PFRAME_BIT) in decode_plane()
769 if (stat & PFRAME_BIT) in decode_plane()
775 (stat & PFRAME_BIT) ? 0 : 1); in decode_plane()
780 if (stat & PFRAME_BIT) in decode_plane()
Dvicodec-codec.h54 #define PFRAME_BIT (1 << 15) macro