Home
last modified time | relevance | path

Searched refs:refP0 (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/handbrake/x265_3.5/source/common/
H A Ddeblock.cpp210 …const Frame* refP0 = (cuP->m_refIdx[0][partP] >= 0) ? sliceP->m_refFrameList[0][cuP->m_refIdx[0][p… in getBoundaryStrength() local
212 const MV& mvP0 = refP0 ? cuP->m_mv[0][partP] : zeroMv; in getBoundaryStrength()
216 return ((refP0 != refQ0) || in getBoundaryStrength()
225 if (((refP0 == refQ0) && (refP1 == refQ1)) || ((refP0 == refQ1) && (refP1 == refQ0))) in getBoundaryStrength()
227 if (refP0 != refP1) // Different L0 & L1 in getBoundaryStrength()
229 if (refP0 == refQ0) in getBoundaryStrength()
/dports/multimedia/x265/source/common/
H A Ddeblock.cpp210 …const Frame* refP0 = (cuP->m_refIdx[0][partP] >= 0) ? sliceP->m_refFrameList[0][cuP->m_refIdx[0][p… in getBoundaryStrength() local
212 const MV& mvP0 = refP0 ? cuP->m_mv[0][partP] : zeroMv; in getBoundaryStrength()
216 return ((refP0 != refQ0) || in getBoundaryStrength()
225 if (((refP0 == refQ0) && (refP1 == refQ1)) || ((refP0 == refQ1) && (refP1 == refQ0))) in getBoundaryStrength()
227 if (refP0 != refP1) // Different L0 & L1 in getBoundaryStrength()
229 if (refP0 == refQ0) in getBoundaryStrength()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Ddeblock.cpp212 const Frame* refP0 = sliceP->m_refFrameList[0][cuP->m_refIdx[0][partP]]; in getBoundaryStrength() local
214 const MV& mvP0 = refP0 ? cuP->m_mv[0][partP] : zeroMv; in getBoundaryStrength()
219 return ((refP0 != refQ0) || in getBoundaryStrength()
229 if (((refP0 == refQ0) && (refP1 == refQ1)) || ((refP0 == refQ1) && (refP1 == refQ0))) in getBoundaryStrength()
231 if (refP0 != refP1) // Different L0 & L1 in getBoundaryStrength()
233 if (refP0 == refQ0) in getBoundaryStrength()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dfilter.c448 … const int refP0 = (cu_p->inter.mv_dir & 1) ? state->frame->ref_LX[0][cu_p->inter.mv_ref[0]] : -1; in filter_deblock_edge_luma() local
458 if(( refP0 == refQ0 && refP1 == refQ1 ) || ( refP0 == refQ1 && refP1==refQ0 )) in filter_deblock_edge_luma()
461 if ( refP0 != refP1 ) { in filter_deblock_edge_luma()
462 if ( refP0 == refQ0 ) { in filter_deblock_edge_luma()
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/debugger/
H A DTIADebug.hxx111 bool refP0(int newVal = -1);
H A DTIADebug.cxx261 bool TIADebug::refP0(int newVal) in refP0() function in TIADebug
782 << booleanWithLabel("refl", refP0()) << " " in toString()
/dports/emulators/stella/stella-6.6/src/debugger/
H A DTIADebug.hxx115 bool refP0(int newVal = -1);
H A DTIADebug.cxx89 myState.ref.push_back(refP0()); in getState()
201 myOldState.ref.push_back(refP0()); in saveOldState()
365 bool TIADebug::refP0(int newVal) in refP0() function in TIADebug
1215 << boolWithLabel("refl", refP0(), in toString()
/dports/emulators/stella/stella-6.6/src/debugger/gui/
H A DTiaWidget.cxx923 tia.refP0(myRefP0->getState() ? 1 : 0); in handleCommand()
1060 myRefP0->setState(tia.refP0(), state.ref[TiaState::P0] != oldstate.ref[TiaState::P0]); in loadConfig()