Searched defs:picWidthInMbs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.h64 u32 picWidthInMbs; member in struct:__anon854
H A Dh264bsd_deblocking.c583 u32 picWidthInMbs; local
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; local
1793 picWidthInMbs
[all...]

Completed in 40 milliseconds