HomeSort by relevance Sort by last modified time
    Searched defs:SrcY (Results 1 - 3 of 3) 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 284 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
302 SrcZ = SrcY;
309 SrcZ = SrcY;
319 .addImm(SrcY)
338 .addImm(SrcY)
358 .addImm(SrcY)
385 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
403 SrcZ = SrcY;
410 SrcZ = SrcY;
421 .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...]

Completed in 117 milliseconds