Home | History | Annotate | Download | only in source

Lines Matching refs:picWidthInMbs

583     u32 picWidthInMbs;
597 picWidthInMbs = image->width;
599 picSizeInMbs = picWidthInMbs * image->height;
615 data = image->data + mbRow * picWidthInMbs * 256 + mbCol * 16;
617 FilterLuma((u8*)data, bS, thresholds, picWidthInMbs*16);
623 mbRow * picWidthInMbs * 64 + mbCol * 8;
626 thresholds, picWidthInMbs*8);
632 if (mbCol == picWidthInMbs)
1775 u32 picWidthInMbs;
1793 picWidthInMbs = image->width;
1795 picSizeInMbs = picWidthInMbs * image->height;
1812 data = image->data + mbRow * picWidthInMbs * 256 + mbCol * 16;
1815 (OMX_S32)(picWidthInMbs*16),
1822 (OMX_S32)(picWidthInMbs*16),
1831 mbRow * picWidthInMbs * 64 + mbCol * 8;
1834 (OMX_S32)(picWidthInMbs*8),
1840 (OMX_S32)(picWidthInMbs*8),
1848 (OMX_S32)(picWidthInMbs*8),
1854 (OMX_S32)(picWidthInMbs*8),
1863 if (mbCol == picWidthInMbs)