Home
last modified time | relevance | path

Searched refs:iLeft (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_encoder_nalu_writer_h264.cpp31 int32_t iLeft = pBitstream->get_num_bits_for_byte_align(); in rbsp_trailing() local
33 if (iLeft) { in rbsp_trailing()
34 pBitstream->put_bits(iLeft, 0); in rbsp_trailing()
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h112 int32_t iLeft; member
220 SUsedPicRect.iLeft = in FillDefault()
241 SUsedPicRect.iLeft = 0; in ParamBaseTranscode()
299 SUsedPicRect.iLeft = 0; in ParamTranscode()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp149 pSvcParam->SUsedPicRect.iLeft = 0; in WelsPreprocessReset()
1405 const int32_t kiSrcLeftOffsetY = pSvcParam->SUsedPicRect.iLeft; in WelsMoveMemoryWrapper()
/third_party/sqlite/src/
Dsqlite3.c64865 int iLeft = 0; /* Current index in aLeft */
64872 while( iRight<nRight || iLeft<nLeft ){
64876 if( (iLeft<nLeft)
64877 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
64879 logpage = aLeft[iLeft++];
64886 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
64888 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
138544 int iLeft; /* Table on the left with matching column name */
138554 || tableAndColumnIndex(pSrc, 0, i, zName, &iLeft, &iLeftCol,
138561 pE1 = sqlite3CreateColumnExpr(db, pSrc, iLeft, iLeftCol);
[all …]