Home | History | Annotate | Download | only in parser

Lines Matching refs:tempValue

474     uint32_t tempValue;
489 VC1_GET_BITS(1, tempValue);
490 bpp->invert = (uint8_t) tempValue;
527 VC1_GET_BITS(1, tempValue);
528 /* if tempValue==0, put row of zeros Dwords*/
529 if (tempValue == 1)
533 VC1_GET_BITS(1, tempValue);
534 put_bit( tempValue, j, i, width, height, bpp->invert,
551 VC1_GET_BITS(1, tempValue);
552 /* if tempValue==0, and invert == 0, fill column with zeros */
553 if (tempValue == 1)
557 VC1_GET_BITS(1, tempValue);
558 put_bit( tempValue, i, j, width, height, bpp->invert,