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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c93 Overfilling is done only if needed. Reference image (pRef) is
97 pRef pointer to reference frame Cb top-left corner
111 u8 *pRef,
135 ASSERT(pRef);
140 h264bsdFillBlock(pRef, block, x0, y0, width, height,
142 pRef += width * height;
143 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight,
147 pRef = block;
159 ptrA = pRef + (comp * height + (u32)y0) * width + x0;
200 Overfilling is done only if needed. Reference image (pRef) i
110 h264bsdInterpolateChromaHor( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
206 h264bsdInterpolateChromaVer( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1833 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
1847 ref = pRef;
1870 pRef += srcPitch;
1874 // pRef -= srcPitch*(blkheight+1);
1925 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
1938 ref = pRef;
1968 pRef += srcPitch;
1974 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
1986 ref = pRef;
2012 pRef
2017 eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
2060 eChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
2082 eChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
2108 eChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
[all...]

Completed in 32 milliseconds