Home
last modified time | relevance | path

Searched refs:iVal (Results 1 – 13 of 13) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp477 int iVal = 0; in SetOption() local
509 iVal = * ((int*)pOption); // boolean value for whether enabled End Of Stream flag in SetOption()
513 pDecContext->bEndOfStreamFlag = iVal ? true : false; in SetOption()
522 iVal = * ((int*)pOption); // int value for error concealment idc in SetOption()
523iVal = WELS_CLIP3 (iVal, (int32_t)ERROR_CON_DISABLE, (int32_t)ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FR… in SetOption()
524 if ((pDecContext->pParam->bParseOnly) && (iVal != (int32_t)ERROR_CON_DISABLE)) { in SetOption()
526 … "CWelsDecoder::SetOption for ERROR_CON_IDC = %d not allowd for parse only!.", iVal); in SetOption()
530 pDecContext->pParam->eEcActiveIdc = (ERROR_CON_IDC)iVal; in SetOption()
533 "CWelsDecoder::SetOption for ERROR_CON_IDC = %d.", iVal); in SetOption()
580 int iVal = 0; in GetOption() local
[all …]
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_encoder_bitstream.cpp84 d3d12_video_encoder_bitstream::exp_Golomb_se(int32_t iVal) in exp_Golomb_se() argument
86 if (iVal > 0) { in exp_Golomb_se()
87 exp_Golomb_ue((iVal << 1) - 1); in exp_Golomb_se()
89 exp_Golomb_ue(((-iVal) << 1) - (iVal == INT_MIN)); in exp_Golomb_se()
Dd3d12_video_encoder_bitstream.h44 void exp_Golomb_se(int32_t iVal);
/third_party/openh264/codec/encoder/core/src/
Dset_mb_syn_cavlc.cpp166 int32_t iVal = iLevel[i]; in WriteBlockResidualCavlc() local
168 iLevelCode = (iVal - 1) * (1 << 1); in WriteBlockResidualCavlc()
199 uiSuffixLength += ((iVal > iThreshold) || (iVal < -iThreshold)) && (uiSuffixLength < 6); in WriteBlockResidualCavlc()
/third_party/typescript/tests/baselines/reference/
DquickInfoDisplayPartsTypeParameterInInterface.baseline1933 "text": "iVal",
2027 "text": "iVal",
2156 "text": "iVal",
2277 "text": "iVal",
5584 "text": "iVal",
5637 "text": "iVal",
5859 "text": "iVal",
5912 "text": "iVal",
6219 "text": "iVal",
6272 "text": "iVal",
/third_party/sqlite/include/
Dsqlite3.h11329 int iVal, /* Column number */
11363 int iVal, /* Column number */
11391 int iVal, /* Column number */
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1862 …const std::string iVal = (i == specConstNdx ? specConstName : glu::getDataTypeScalarType(type) == … in generateInitializerListWithSpecConstant() local
1863 … ? ", " : "") << (castToType ? de::toString(glu::getDataTypeName(type)) + "(" + iVal + ")" : iVal); in generateInitializerListWithSpecConstant()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1862 …const std::string iVal = (i == specConstNdx ? specConstName : glu::getDataTypeScalarType(type) == … in generateInitializerListWithSpecConstant() local
1863 … ? ", " : "") << (castToType ? de::toString(glu::getDataTypeName(type)) + "(" + iVal + ")" : iVal); in generateInitializerListWithSpecConstant()
/third_party/sqlite/src/
Dsqlite3.c11659 int iVal, /* Column number */
11693 int iVal, /* Column number */
11721 int iVal, /* Column number */
35250 int iVal /* Value to associate with zName */
35268 pIn[i] = iVal;
35283 SQLITE_PRIVATE const char *sqlite3VListNumToName(VList *pIn, int iVal){
35289 if( pIn[i]==iVal ) return (char*)&pIn[i+2];
81715 int iVal;
81761 pRec->nField = p->iVal+1;
81762 return &pRec->aMem[p->iVal];
[all …]
Dshell.c10850 i64 iVal; /* SQLITE_INTEGER value */ member
10881 sqlite3_result_int64(pCtx, pSlot->iVal); in idxRemFunc()
10904 pSlot->iVal = sqlite3_value_int64(argv[1]); in idxRemFunc()
11248 int iVal = va_arg(ap, int); in sqlite3_expert_config() local
11249 if( iVal<0 ) iVal = 0; in sqlite3_expert_config()
11250 if( iVal>100 ) iVal = 100; in sqlite3_expert_config()
11251 p->iSample = iVal; in sqlite3_expert_config()
13246 i64 iVal = ((i64)a[0]<<24) in recoverReadI32() local
13250 sqlite3_result_int64(context, iVal); in recoverReadI32()
19327 sqlite3_int64 iVal = ((sqlite3_int64)a[0]<<24) in shellInt32() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp38 Result.Value.Int16 = V.iVal; in VariantFromVARIANT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp6630 uint64_t iVal = FPVal.bitcastToAPInt().getZExtValue(); in LowerConstantFP() local
6635 if (IsDouble && (iVal & 0xffffffff) != (iVal >> 32)) in LowerConstantFP()
6639 SDValue NewVal = isVMOVModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), in LowerConstantFP()
6656 NewVal = isVMOVModifiedImm(~iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), VMovVT, in LowerConstantFP()
/third_party/chromium/patch/
D0003-ohos-1115.patch107569 u64 iVal = (p->nRow + nDistinct - 1) / nDistinct;
107570 + if( iVal==2 && p->nRow*10 <= nDistinct*11 ) iVal = 1;
107571 sqlite3_str_appendf(&sStat, " %llu", iVal);
112666 + int iVal = 0;
112668 + if( sqlite3ExprIsInteger(pExpr, &iVal) && iVal>=0 ){
112672 + pVal->u.iValue = iVal;
145990 u64 iVal = (p->nRow + nDistinct - 1) / nDistinct;
145991 + if( iVal==2 && p->nRow*10 <= nDistinct*11 ) iVal = 1;
145992 sqlite3_str_appendf(&sStat, " %llu", iVal);
151089 + int iVal = 0;
[all …]