Home | History | Annotate | Download | only in src

Lines Matching refs:bitmaprow

1857 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow,
1871 if (dctMode == 0 || bitmaprow == 0)
1915 if (dctMode == 1 || (bitmaprow == 0x80 && bitmapcol[0] == 0x80))
2006 if ((bitmaprow&0xf) == 0)
2009 (*(idctrowVCAIntra[(Int)(bitmaprow>>4)]))(block, rec, lx);
2011 (*(idctrowVCAzmv[(Int)(bitmaprow>>4)]))(block, rec, pred, lx);