Home
last modified time | relevance | path

Searched defs:errorVar (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/jmref/JM/ldecod/src/
H A Derc_api.c52 ercVariables_t *errorVar = NULL; in ercOpen() local
85 void ercReset( ercVariables_t *errorVar, int nOfMBs, int numOfSegments, int picSizeX ) in ercReset()
174 void ercClose(VideoParameters *p_Vid, ercVariables_t *errorVar ) in ercClose()
207 void ercSetErrorConcealment( ercVariables_t *errorVar, int value ) in ercSetErrorConcealment()
230 void ercStartSegment( int currMBNum, int segment, unsigned int bitPos, ercVariables_t *errorVar ) in ercStartSegment()
257 void ercStopSegment( int currMBNum, int segment, unsigned int bitPos, ercVariables_t *errorVar ) in ercStopSegment()
277 void ercMarkCurrSegmentLost(int picSizeX, ercVariables_t *errorVar ) in ercMarkCurrSegmentLost()
315 void ercMarkCurrSegmentOK(int picSizeX, ercVariables_t *errorVar ) in ercMarkCurrSegmentOK()
351 void ercMarkCurrMBConcealed( int currMBNum, int comp, int picSizeX, ercVariables_t *errorVar ) in ercMarkCurrMBConcealed()
H A Derc_do_i.c44 …Frame( VideoParameters *p_Vid, frame *recfr, int picSizeX, int picSizeY, ercVariables_t *errorVar ) in ercConcealIntraFrame()
H A Derc_do_p.c75 … int picSizeX, int picSizeY, ercVariables_t *errorVar, int chroma_format_idc ) in ercConcealInterFrame()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dfc_simplex.cpp433 WitnessImprovement FCSimplexDecisionProcedure::primalImproveError(ArithVar errorVar){ in primalImproveError()
590 WitnessImprovement FCSimplexDecisionProcedure::dualLikeImproveError(ArithVar errorVar){ in dualLikeImproveError()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cine/
H A Dvarious.cpp72 uint16 errorVar; variable
/dports/math/cudd/cudd-3.0.0/nanotrav/
H A DntrBddTest.c1566 DdNode *errorVar = NULL; in ntrTestCofEstAux() local
/dports/games/scummvm/scummvm-2.5.1/engines/cine/
H A Dvarious.cpp74 uint16 errorVar; variable
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dinitsysvar.cpp1061 DVar *errorVar = new DVar( "ERROR", errorData ); in InitSysVar() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLContextGL.cpp838 GetAndClearError(GLenum* errorVar) in GetAndClearError()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLContextGL.cpp771 static GLenum GetAndClearError(GLenum* errorVar) { in GetAndClearError()