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

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
79 uint8 *SrcY, *SrcU, *SrcV;
81 SrcY = video->currPic->Sl; // pointers to source
91 DeblockMb(video, j, i, SrcY, SrcU, SrcV);
92 // update SrcY, SrcU, SrcV
93 SrcY += MB_BLOCK_SIZE;
98 SrcY += ((pitch << 4) - width);
290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV)
345 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, 20);
347 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, pitch)
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 295 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
313 SrcZ = SrcY;
320 SrcZ = SrcY;
330 .addImm(SrcY)
349 .addImm(SrcY)
369 .addImm(SrcY)
396 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
414 SrcZ = SrcY;
421 SrcZ = SrcY;
432 .addImm(SrcY)
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 329 PVR2D_LONG SrcX, SrcY; /* pixel offset from start of surface to start of source rectangle */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 127 W32KAPI WINBOOL WINAPI NtGdiAlphaBlend(HDC hdcDst,LONG DstX,LONG DstY,LONG DstCx,LONG DstCy,HDC hdcSrc,LONG SrcX,LONG SrcY,LONG SrcCx,LONG SrcCy,BLENDFUNCTION BlendFunction,HANDLE hcmXform);
    [all...]
vfw.h 624 void WINAPI StretchDIB(LPBITMAPINFOHEADER biDst,LPVOID lpDst,int DstX,int DstY,int DstXE,int DstYE,LPBITMAPINFOHEADER biSrc,LPVOID lpSrc,int SrcX,int SrcY,int SrcXE,int SrcYE);
    [all...]

Completed in 977 milliseconds