Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • A aom-rav1e
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • 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
  • Packages and registries
    • Packages and registries
    • Container Registry
  • 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
  • Xiph.OrgXiph.Org
  • aom-rav1e
  • Repository
  • aom-rav1e
  • vp8
  • encoder
  • rdopt.c
Find file BlameHistoryPermalink
  • Yaowu Xu's avatar
    fixed an issue with 8x8 token cost in trellisquant · 81d16e3f
    Yaowu Xu authored Jan 26, 2012
    changed the token cost for 8x8 transformed macroblock used in trellisquant
    from those derived from 4x4 transform coefficient distribution to those
    derived from 8x8 transform coefficient distribution. Test results show
    this fix help 8x8 transform based compression consistently on cif and hd
    sets:
    
    http://www.corp.google.com/~yaowu/no_crawl/t8x8/cif_cost8x8only.html
    (avg psnr:.14% glb psnr: .17% ssim: .20%)
    http://www.corp.google.com/~yaowu/no_crawl/t8x8/hd_cost8x8only.html
    (avg psnr:.17% glb psnr: .18% ssim: .58%)
    
    Note: To test the effect of this change, 8x8 transform was forced to be used
    only on 16x16 predicted macroblocks on inter frames, the effect would be
    bigger had all macroblocks been forcd to use 8x8 transform.
    
    Change-Id: If9b7868b75357c66541f511e5ee78e4d2d4929a4
    81d16e3f