Skip to content
Snippets Groups Projects

RDPCM RDOQ bug fix and variable name prefix cleanup.

Merged Muhammed Coban requested to merge mcoban/VVCSoftware_VTM:JVET-N0413 into master
1 unresolved thread

Bug fix in RDPCM RDOQ for sign flag cost calculation and nonzero block detection. Cleaned up variable name prefix inconsistent with its type.

Merge request reports

Pipeline #1441 passed

Pipeline passed for 4b421958 on mcoban:JVET-N0413

Merged by Frank BossenFrank Bossen 5 years ago (Apr 26, 2019 3:58am UTC)

Loading

Pipeline #1443 passed

Pipeline passed for 2a709903 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 1180 1180
    1181 1181 #if JVET_N0217_MATRIX_INTRAPRED
    1182 1182 #if JVET_N0413_RDPCM
    1183 for (int uiMode = -2 * int(testBDPCM); uiMode < (int)uiRdModeList.size(); uiMode++)
    1183 for (int mode = -2 * int(testBDPCM); mode < (int)uiRdModeList.size(); mode++)
    1184 1184 {
    1185 1185 // set CU/PU to luma prediction mode
    1186 1186 ModeInfo uiOrgMode;
    1187 if (testBDPCM && uiMode < 0)
    1187 if (testBDPCM && mode < 0)
  • Muhammed Coban added 1 commit

    added 1 commit

    Compare with previous version

  • Author Contributor

    removed unnecessary checks and variable name prefix issue.

  • merged

  • Frank Bossen mentioned in commit 2a709903

    mentioned in commit 2a709903

  • Please register or sign in to reply
    Loading