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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 459 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
462 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
465 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
468 void eChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
471 void eChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
474 void eChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
477 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
    [all...]
motion_comp.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 186 const int srcPitch = srcFTBitmap.pitch;
187 const size_t srcRowBytes = SkTAbs(srcPitch);
207 src += srcPitch;
225 src += srcPitch;
243 src += srcPitch;
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 186 const int srcPitch = srcFTBitmap.pitch;
187 const size_t srcRowBytes = SkTAbs(srcPitch);
207 src += srcPitch;
225 src += srcPitch;
243 src += srcPitch;
  /hardware/intel/img/psb_video/src/
psb_overlay.c 414 int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox,
755 overlay->OBUF_0Y = pPriv->YBuf0offset - srcPitch;
756 overlay->OBUF_0U = pPriv->UBuf0offset - srcPitch;
757 overlay->OBUF_0V = pPriv->VBuf0offset - srcPitch;
758 overlay->OBUF_1Y = pPriv->YBuf1offset - srcPitch;
759 overlay->OBUF_1U = pPriv->UBuf1offset - srcPitch;
760 overlay->OBUF_1V = pPriv->VBuf1offset - srcPitch;
    [all...]

Completed in 94 milliseconds