HomeSort by relevance Sort by last modified time
    Searched refs:SrcY (Results 1 - 2 of 2) 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 198 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
216 SrcZ = SrcY;
223 SrcZ = SrcY;
233 .addImm(SrcY)
252 .addImm(SrcY)
272 .addImm(SrcY)
299 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
317 SrcZ = SrcY;
324 SrcZ = SrcY;
335 .addImm(SrcY)
    [all...]

Completed in 208 milliseconds