Skip to content
  • David Barker's avatar
    Fix bug when cb4x4 is disabled · e3afdd89
    David Barker authored
    When cb4x4 is disabled and global-motion is enabled, the function
    av1_append_sub8x8_mvs_for_idx accidentally fetched
    cm->global_motion[ref] instead of cm->global_motion[rf[0]],
    ie. it used the reference *index* instead of the reference *frame*.
    
    Change-Id: Ieebf60f6b7c0a1cbbc083a70d4451ad799e27fe3
    e3afdd89