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/AMDGPU/
R600ISelLowering.cpp 304 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
322 SrcZ = SrcY;
329 SrcZ = SrcY;
339 .addImm(SrcY)
358 .addImm(SrcY)
378 .addImm(SrcY)
405 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
423 SrcZ = SrcY;
430 SrcZ = SrcY;
441 .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 379 milliseconds