HomeSort by relevance Sort by last modified time
    Searched defs:picWidthInMbs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.h 64 u32 picWidthInMbs;
h264bsd_deblocking.c 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)
    [all...]

Completed in 958 milliseconds