HomeSort by relevance Sort by last modified time
    Searched full:coeffmap (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c 746 pResidual->coeffMap[blockIndex] = tmp >> 15;
752 pResidual->coeffMap[blockIndex] = tmp >> 16;
789 pResidual->coeffMap[blockIndex] = (tmp >> 15);
1096 pMbLayer->residual.coeffMap);
    [all...]
h264bsd_transform.c 83 coeffMap 16 lsb's indicate which coeffs are non-zero,
94 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap)
117 if (coeffMap & 0xFF9C)
192 if ((coeffMap & 0x62) == 0)
h264bsd_transform.h 49 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap);
h264bsd_macroblock_layer.h 148 u32 coeffMap[24];
h264bsd_cavlc.c 741 coeffMap on bits [16,31] if successful, this is bit map
893 /* combining level and run, levelSuffix variable used to hold coeffMap,

Completed in 53 milliseconds