OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcV
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/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
;
83
SrcV
= video->currPic->Scr;
91
DeblockMb(video, j, i, SrcY, SrcU,
SrcV
);
92
// update SrcY, SrcU,
SrcV
95
SrcV
+= (MB_BLOCK_SIZE >> 1);
100
SrcV
+= ((pitch_c << 3) - (width >> 1));
290
void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *
SrcV
)
362
EdgeLoop_Chroma_vertical(
SrcV
, Strength, Alpha, Beta, clipTable, 12);
365
EdgeLoop_Chroma_vertical(
SrcV
, Strength, Alpha, Beta, clipTable, pitch >> 1)
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 53 milliseconds