Home
last modified time | relevance | path

Searched refs:pLeft (Results 1 – 14 of 14) sorted by relevance

/third_party/openh264/codec/encoder/core/loongarch/
Dget_intra_predictor_lsx.c53 uint8_t* pLeft = &pRef[-1]; in WelsI16x16LumaPredPlane_lsx() local
91 pLeft += kiStride_x7; in WelsI16x16LumaPredPlane_lsx()
92 DUP4_ARG2(__lsx_vldx, pLeft, kiStride, pLeft, kiStride_x2, pLeft, kiStride_x3, in WelsI16x16LumaPredPlane_lsx()
93 pLeft, kiStride_x4, q0, q1, q2, q3); in WelsI16x16LumaPredPlane_lsx()
94 DUP4_ARG2(__lsx_vldx, pLeft, kiStride_x5, pLeft, kiStride_x6, pLeft, kiStride_x7, in WelsI16x16LumaPredPlane_lsx()
95 pLeft, kiStride_x8, q4, q5, q6, q7); in WelsI16x16LumaPredPlane_lsx()
103 DUP4_ARG2(__lsx_vldx, pLeft, -kiStride, pLeft, -kiStride_x2, pLeft, -kiStride_x3, in WelsI16x16LumaPredPlane_lsx()
104 pLeft, -kiStride_x4, q0, q1, q2, q3); in WelsI16x16LumaPredPlane_lsx()
105 DUP4_ARG2(__lsx_vldx, pLeft, -kiStride_x5, pLeft, -kiStride_x6, pLeft, -kiStride_x7, in WelsI16x16LumaPredPlane_lsx()
106 pLeft, -kiStride_x8, q4, q5, q6, q7); in WelsI16x16LumaPredPlane_lsx()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyAllocator.cpp46 return ComputeNumOfFreeBlocks(block->split.pLeft) + in ComputeNumOfFreeBlocks()
47 ComputeNumOfFreeBlocks(block->split.pLeft->pBuddy); in ComputeNumOfFreeBlocks()
189 currBlock->split.pLeft = leftChildBlock; in Allocate()
212 if (offset < curr->split.pLeft->pBuddy->mOffset) { in Deallocate()
213 curr = curr->split.pLeft; in Deallocate()
215 curr = curr->split.pLeft->pBuddy; in Deallocate()
258 DeleteBlock(block->split.pLeft->pBuddy); in DeleteBlock()
259 DeleteBlock(block->split.pLeft); in DeleteBlock()
DBuddyAllocator.h80 BuddyBlock* pLeft; member
/third_party/skia/third_party/externals/swiftshader/src/Common/
DConfigurator.cpp74 string::size_type pLeft = line.find_first_of(";#[="); in readFile() local
76 if(pLeft != string::npos) in readFile()
78 switch(line[pLeft]) in readFile()
84 if(pRight != string::npos && pRight > pLeft) in readFile()
86 keyName = line.substr(pLeft + 1, pRight - pLeft - 1); in readFile()
93 string valueName = line.substr(0, pLeft); in readFile()
94 string value = line.substr(pLeft + 1); in readFile()
/third_party/skia/third_party/externals/swiftshader/src/System/
DConfigurator.cpp74 string::size_type pLeft = line.find_first_of(";#[="); in readFile() local
76 if(pLeft != string::npos) in readFile()
78 switch(line[pLeft]) in readFile()
84 if(pRight != string::npos && pRight > pLeft) in readFile()
86 keyName = line.substr(pLeft + 1, pRight - pLeft - 1); in readFile()
93 string valueName = line.substr(0, pLeft); in readFile()
94 string value = line.substr(pLeft + 1); in readFile()
/third_party/openh264/test/decoder/
DDecUT_IntraPrediction.cpp414 uint8_t* pLeft = &pPred[-1]; in WelsIChromaPredPlane_ref() local
418 V += (i + 1) * (pLeft[ (4 + i) * kiStride] - pLeft[ (2 - i) * kiStride]); in WelsIChromaPredPlane_ref()
421 a = (pLeft[7 * kiStride] + pTop[7]) << 4; in WelsIChromaPredPlane_ref()
549 uint8_t* pLeft = &pPred[-1]; in WelsI16x16LumaPredPlane_ref() local
553 V += (i + 1) * (pLeft[ (8 + i) * kiStride] - pLeft[ (6 - i) * kiStride]); in WelsI16x16LumaPredPlane_ref()
556 a = (pLeft[15 * kiStride] + pTop[15]) << 4; in WelsI16x16LumaPredPlane_ref()
/third_party/openh264/codec/encoder/core/src/
Dget_intra_predictor.cpp437 uint8_t* pLeft = &pRef[-1]; in WelsIChromaPredPlane_c() local
441 iLeftSum += (i + 1) * (pLeft[ (4 + i) * kiStride] - pLeft[ (2 - i) * kiStride]); in WelsIChromaPredPlane_c()
444 iLTshift = (pLeft[7 * kiStride] + pTop[7]) << 4; in WelsIChromaPredPlane_c()
546 uint8_t* pLeft = &pRef[-1]; in WelsI16x16LumaPredPlane_c() local
551 iLeftSum += (i + 1) * (pLeft[ (8 + i) * kiStride] - pLeft[ (6 - i) * kiStride]); in WelsI16x16LumaPredPlane_c()
554 iLTshift = (pLeft[15 * kiStride] + pTop[15]) << 4; in WelsI16x16LumaPredPlane_c()
/third_party/openh264/test/encoder/
DEncUT_GetIntraPredictor.cpp469 uint8_t* pLeft = &pRef[-1]; in TEST() local
474 iV += (i + 1) * (pLeft[ (8 + i) * kiStride] - pLeft[ (6 - i) * kiStride]); in TEST()
477 iA = (pLeft[15 * kiStride] + pTop[15]) << 4; in TEST()
/third_party/openh264/codec/decoder/core/src/
Dget_intra_predictor.cpp918 uint8_t* pLeft = &pPred[-1]; in WelsIChromaPredPlane_c() local
922 V += (i + 1) * (pLeft[ (4 + i) * kiStride] - pLeft[ (2 - i) * kiStride]); in WelsIChromaPredPlane_c()
925 a = (pLeft[7 * kiStride] + pTop[7]) << 4; in WelsIChromaPredPlane_c()
1057 uint8_t* pLeft = &pPred[-1]; in WelsI16x16LumaPredPlane_c() local
1061 V += (i + 1) * (pLeft[ (8 + i) * kiStride] - pLeft[ (6 - i) * kiStride]); in WelsI16x16LumaPredPlane_c()
1064 a = (pLeft[15 * kiStride] + pTop[15]) << 4; in WelsI16x16LumaPredPlane_c()
/third_party/sqlite/src/
Dsqlite3.c18325 Expr *pLeft; /* Left subnode */ member
18458 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */
30895 pExpr = pExpr->pLeft;
31665 sqlite3TreeViewExpr(pView, p->pLimit->pLeft, p->pLimit->pRight!=0);
31862 sqlite3TreeViewExpr(pView, pExpr->pLeft, 0);
31922 sqlite3TreeViewExpr(pView, pExpr->pLeft, 0);
31972 sqlite3TreeViewExpr(pView, pExpr->pLeft, 0);
31986 sqlite3TreeViewExpr(pView, pExpr->pLeft, 0);
32061 sqlite3TreeViewExpr(pView, pExpr->pLeft, 1);
32084 pX = pExpr->pLeft;
[all …]
/third_party/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.cpp3514 const ADDR_TILEINFO* pLeft, ///<[in] Left compare operand in HwlTileInfoEqual() argument
3520 if (pLeft->banks == pRight->banks && in HwlTileInfoEqual()
3521 pLeft->bankWidth == pRight->bankWidth && in HwlTileInfoEqual()
3522 pLeft->bankHeight == pRight->bankHeight && in HwlTileInfoEqual()
3523 pLeft->macroAspectRatio == pRight->macroAspectRatio && in HwlTileInfoEqual()
3524 pLeft->tileSplitBytes == pRight->tileSplitBytes) in HwlTileInfoEqual()
Dsiaddrlib.h201 const ADDR_TILEINFO* pLeft, const ADDR_TILEINFO* pRight) const;
Degbaddrlib.h204 const ADDR_TILEINFO* pLeft, const ADDR_TILEINFO* pRight) const;
Dsiaddrlib.cpp2870 const ADDR_TILEINFO* pLeft, ///<[in] Left compare operand in HwlTileInfoEqual() argument
2876 if (pLeft->pipeConfig == pRight->pipeConfig) in HwlTileInfoEqual()
2878 equal = EgBasedLib::HwlTileInfoEqual(pLeft, pRight); in HwlTileInfoEqual()