/third_party/openh264/codec/encoder/core/inc/ |
D | encode_mb_aux.h | 62 …d WelsQuantFour4x4Max_c (int16_t* pDct, const int16_t* pF, const int16_t* pQpTable, int16_t* pMax); 108 void WelsQuantFour4x4Max_sse2 (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax… 113 void WelsQuantFour4x4Max_avx2 (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax… 131 void WelsQuantFour4x4Max_neon (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax… 148 …uantFour4x4Max_AArch64_neon (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax); 175 void WelsQuantFour4x4Max_mmi (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax); 179 void WelsQuantFour4x4Max_lsx (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax);
|
D | wels_func_ptr_def.h | 72 …oid (*PQuantizationMaxFunc) (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax);
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_aatritemp.h | 181 const GLfloat *pMax = vMax->attrib[VARYING_SLOT_POS]; variable 200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy); 235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy); 250 const GLfloat *pMax = vMax->attrib[VARYING_SLOT_POS]; variable 274 coverage = compute_coveragef(pMin, pMax, pMid, startX, iy); 298 coverage = compute_coveragef(pMin, pMax, pMid, ix, iy);
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_fuzzer.c | 156 SDLTest_RandomIntegerInRange(Sint32 pMin, Sint32 pMax) in SDLTest_RandomIntegerInRange() argument 159 Sint64 max = pMax; in SDLTest_RandomIntegerInRange() 163 if(pMin > pMax) { in SDLTest_RandomIntegerInRange() 167 } else if(pMin == pMax) { in SDLTest_RandomIntegerInRange()
|
/third_party/openh264/codec/encoder/core/loongarch/ |
D | quant_lsx.c | 47 void WelsQuantFour4x4Max_lsx (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax)… in WelsQuantFour4x4Max_lsx() argument 107 pMax[k] = iMaxAbs; in WelsQuantFour4x4Max_lsx()
|
/third_party/openh264/test/encoder/ |
D | EncUT_Reconstruct.cpp | 385 int16_t pMax[2][4]; in TEST() local 396 WelsQuantFour4x4Max_c (pInput[0], pFF, pMF, pMax[0]); in TEST() 397 sFuncPtrList.pfQuantizationFour4x4Max (pInput[1], pFF, pMF, pMax[1]); in TEST() 400 ASSERT_EQ (pMax[0][i >> 4], pMax[1][i >> 4]); in TEST()
|
/third_party/openh264/codec/encoder/core/src/ |
D | encode_mb_aux.cpp | 209 void WelsQuantFour4x4Max_c (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax) { in WelsQuantFour4x4Max_c() argument 222 pMax[k] = iMaxAbs; in WelsQuantFour4x4Max_c()
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 1238 SLmillibel *pMax 1259 SLmilliHertz *pMax
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 1232 SLmillibel *pMax 1253 SLmilliHertz *pMax
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 1365 SLmillibel *pMax 1386 SLmilliHertz *pMax
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2235 const float pMax = de::max(fxMax, fyMax); in computeLodBoundsFromDerivates() local 2239 const float pMaxErr = computeFloatingPointError(pMax, prec.derivateBits); in computeLodBoundsFromDerivates() 2242 const float maxLod = deFloatLog2(pMax+pMaxErr); in computeLodBoundsFromDerivates()
|
/third_party/sqlite/src/ |
D | shell.c | 10812 sqlite3_stmt *pMax = 0; in idxLargestIndex() local 10815 rc = idxPrepareStmt(db, &pMax, pzErr, zMax); in idxLargestIndex() 10816 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ in idxLargestIndex() 10817 *pnMax = sqlite3_column_int(pMax, 0) + 1; in idxLargestIndex() 10819 idxFinalize(&rc, pMax); in idxLargestIndex()
|
D | sqlite3.c | 203962 sqlite3_stmt *pMax = 0; 203965 p->rc = prepareFreeAndCollectError(p->dbMain, &pMax, &p->zErrmsg, 203970 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ 203971 sqlite3_int64 iMax = sqlite3_column_int64(pMax, 0); 203974 rbuFinalize(p, pMax); 203981 p->rc = prepareFreeAndCollectError(p->dbMain, &pMax, &p->zErrmsg, 203987 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ 203988 const char *zVal = (const char*)sqlite3_column_text(pMax, 0); 203991 rbuFinalize(p, pMax);
|