Skip to content
  • Yaowu Xu's avatar
    a minor change to a portion of loop filtering · b95ed688
    Yaowu Xu authored
    The loop filtering used for MB edge or internal edge of a MB using 8x8
    tranform was reading 5 pixel each side and writting 3 pixel each side.
    With suggestion from Aki and Scott on hardware&software performance,
    this commit changed to read 4 pixel each side and write 3 pixel each
    side.
    
    Change-Id: I584393906c4f5f948a581d6590959522572743bb
    b95ed688