Searched refs:kiDid (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | encoder.h | 96 extern "C" void DumpDependencyRec (SPicture* pSrcPic, const char* kpFileName, const int8_t kiDid, b… 102 void DumpRecFrame (SPicture* pSrcPic, const char* kpFileName, const int8_t kiDid, bool bAppend, SDq…
|
/third_party/openh264/codec/encoder/core/src/ |
D | encoder.cpp | 411 …DumpDependencyRec (SPicture* pCurPicture, const char* kpFileName, const int8_t kiDid, bool bAppend, in DumpDependencyRec() argument 417 if (bSimulCastAVC || (kiDid == BASE_DEPENDENCY_ID)) { in DumpDependencyRec() 425 if (NULL == pCurPicture || NULL == kpFileName || kiDid >= MAX_DEPENDENCY_LAYER) in DumpDependencyRec() 431 WelsSnprintf (sDependencyRecFileName, 16, "rec%d.yuv", kiDid); // confirmed_safe_unsafe_usage in DumpDependencyRec() 482 void DumpRecFrame (SPicture* pCurPicture, const char* kpFileName, const int8_t kiDid, bool bAppend, in DumpRecFrame() argument 485 SWelsSPS* pSpsTmp = (kiDid > BASE_DEPENDENCY_ID) ? & (pDqLayer->sLayerInfo.pSubsetSpsP->pSps) : in DumpRecFrame()
|
D | slice_multi_threading.cpp | 602 const int32_t kiDid = pDidList[iSpatialIdx]; in TrackSliceConsumeTime() local 603 SSliceArgument* pSliceArgument = &pPara->sSpatialLayers[kiDid].sSliceArgument; in TrackSliceConsumeTime() 604 SDqLayer* pCurDq = pCtx->ppDqLayerList[kiDid]; in TrackSliceConsumeTime() 618 ppSliceInLayer[i]->uiSliceConsumeTime, pCtx->iCodingIndex, kiDid, i /*/ 1000*/); in TrackSliceConsumeTime() 626 pCtx->iCodingIndex, kiDid, iMaxI /*/ 1000*/); in TrackSliceConsumeTime()
|
D | ratectl.cpp | 256 const int32_t kiDid = pEncCtx->uiDependencyId; in RcInitVGop() local 257 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcInitVGop() 259 const int32_t kiHighestTid = pEncCtx->pSvcParam->sDependencyLayers[kiDid].iHighestTemporalId; in RcInitVGop() 273 const int32_t kiDid = pEncCtx->uiDependencyId; in RcInitRefreshParameter() local 274 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcInitRefreshParameter() 276 SSpatialLayerConfig* pDLayerParam = &pEncCtx->pSvcParam->sSpatialLayers[kiDid]; in RcInitRefreshParameter() 277 SSpatialLayerInternal* pDLayerParamInternal = &pEncCtx->pSvcParam->sDependencyLayers[kiDid]; in RcInitRefreshParameter() 331 const int32_t kiDid = pEncCtx->uiDependencyId; in RcTraceVGopBitrate() local 332 SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[kiDid]; in RcTraceVGopBitrate() 335 const int32_t kiHighestTid = pEncCtx->pSvcParam->sDependencyLayers[kiDid].iHighestTemporalId; in RcTraceVGopBitrate() [all …]
|