Skip to content
Snippets Groups Projects
Commit b496dd36 authored by Hendry's avatar Hendry
Browse files

clean up parser and coder for WP

parent 83f8e163
No related branches found
No related tags found
1 merge request!1317JVET-Q0200: Six flags in PPS for indication if signalling is in PH or in SH (RPL, ALF, SAO, deblocking, WP, QP delta)
This diff is collapsed.
......@@ -177,12 +177,11 @@ public:
void parseTerminatingBit ( uint32_t& ruiBit );
void parseRemainingBytes ( bool noTrailingBytesExpected );
#if JVET_Q0819_PH_CHANGES //Hendry
void parsePredWeightTable( Slice *pcSlice, PicHeader *picHeader, const SPS *sps );
#else
void parsePredWeightTable( Slice* pcSlice, const SPS *sps );
#if JVET_Q0819_PH_CHANGES
void parsePredWeightTable ( PicHeader *picHeader, const SPS *sps );
#endif
void parseScalingList(ScalingList *scalingList);
void parseScalingList ( ScalingList* scalingList );
void decodeScalingList ( ScalingList *scalingList, uint32_t scalingListId, bool isPredictor);
void parseReshaper ( SliceReshapeInfo& sliceReshaperInfo, const SPS* pcSPS, const bool isIntra );
void alfFilter( AlfParam& alfParam, const bool isChroma, const int altIdx );
......
This diff is collapsed.
......@@ -115,10 +115,9 @@ public:
private:
void xCodeRefPicList( const ReferencePictureList* rpl, bool isLongTermPresent, uint32_t ltLsbBitsCount, const bool isForbiddenZeroDeltaPoc );
bool xFindMatchingLTRP ( Slice* pcSlice, uint32_t *ltrpsIndex, int ltrpPOC, bool usedFlag );
void xCodePredWeightTable ( Slice* pcSlice );
#if JVET_Q0819_PH_CHANGES
void xCodePredWeightTable ( Slice *pcSlice, PicHeader *picHeader, const SPS *sps );
#else
void xCodePredWeightTable ( Slice *pcSlice );
void xCodePredWeightTable ( PicHeader *picHeader, const SPS *sps );
#endif
void xCodeScalingList ( const ScalingList* scalingList, uint32_t scalinListId, bool isPredictor);
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment