Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • M MPEG129-m52280
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Satoru KUMA
  • MPEG129-m52280
  • Repository
Switch branch/tag
  • MPEG129-m52280
  • tmc3
  • PCCTMC3Encoder.h
Find file BlameHistoryPermalink
  • Khaled Mammou's avatar
    m42634/attr: reduce contexts and alphabet size to code prediction delta · 0a0366d0
    Khaled Mammou authored Mar 25, 2018 and David Flynn's avatar David Flynn committed May 17, 2018
    When coding attribute prediction deltas, this commit implements a scheme
    to code the first and subsequent attribute components using each:
    
     - one 65-ary contexts to code a delta prefix
     - one binary context to code remainder values
    
    This replaces the previous scheme using:
    
     - one n-ary (max 2048) context to code a delta prefix (first comp.)
     - one binary context to code remainder values         (first comp.)
     - 512 n-ary (max 2048) contexts to code a delta prefix (subsequent comp.)
     - 512 binary contexts to code remainder values         (subsequent comp.)
    
    Extracted-from: http://wg11.sc29.org/svn/repos/MPEG-I/Part5-PointCloudCompression/CE/CE0/CE0.1/trunk@1357
    
    
    Reintegrated-by: David Flynn's avatar <dflynn@blackberry.com>
    0a0366d0