Skip to content

Commit

Permalink
Fix conflicts with OpenVisualCloud#70
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Degawa <ccom@randomderp.com>
  • Loading branch information
1480c1 committed Nov 13, 2019
1 parent e5477ad commit d3afc60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Lib/Codec/EbCodingLoop.c
Original file line number Diff line number Diff line change
Expand Up @@ -3966,7 +3966,7 @@ EB_EXTERN void EncodePass(
tuSizeChroma = (colorFormat == EB_YUV444 ? 32: 16);
}

//TU LOOP for MV mode + Luma CBF decision.
//TU LOOP for MV mode + Luma CBF decision.
contextPtr->forceCbfFlag = (contextPtr->skipQpmFlag) ?
EB_FALSE :
lcuPtr->lcuEdgeInfoPtr->tileLeftEdgeFlag && ((tuOriginX & 63) == 0) && (tuOriginY == lcuOriginY);
Expand All @@ -3978,7 +3978,7 @@ EB_EXTERN void EncodePass(
lcuStatPtr->stationaryEdgeOverTimeFlag,
pictureControlSetPtr->temporalLayerIndex > 0 ? lcuStatPtr->pmStationaryEdgeOverTimeFlag : lcuStatPtr->stationaryEdgeOverTimeFlag);

// Set Fast El coef shaping method
// Set Fast El coef shaping method
contextPtr->transCoeffShapeLuma = DEFAULT_SHAPE;
contextPtr->transCoeffShapeChroma = DEFAULT_SHAPE;

Expand Down Expand Up @@ -4167,7 +4167,7 @@ EB_EXTERN void EncodePass(
lcuStatPtr->stationaryEdgeOverTimeFlag,
pictureControlSetPtr->temporalLayerIndex > 0 ? lcuStatPtr->pmStationaryEdgeOverTimeFlag : lcuStatPtr->stationaryEdgeOverTimeFlag);

// Set Fast El coef shaping method
// Set Fast El coef shaping method
contextPtr->transCoeffShapeLuma = DEFAULT_SHAPE;
contextPtr->transCoeffShapeChroma = DEFAULT_SHAPE;

Expand Down

0 comments on commit d3afc60

Please sign in to comment.