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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c582 u32 picSizeInMbs, mbRow, mbCol; local
603 for (mbRow = 0, mbCol = 0; mbRow < image->height; pMb++)
615 data = image->data + mbRow * picWidthInMbs * 256 + mbCol * 16;
623 mbRow * picWidthInMbs * 64 + mbCol * 8;
635 mbRow++;
1774 u32 picSizeInMbs, mbRow, mbCol; local
1799 for (mbRow = 0, mbCol = 0; mbRow < image->height; pMb++)
1812 data = image->data + mbRow * picWidthInMb
[all...]

Completed in 781 milliseconds