Skip to content
  • Sarah Parker's avatar
    Add macro to allow different tx sets for 16x16 · cec7ba10
    Sarah Parker authored
    This allows for the following options:
     Set 0:
            Inter: All 16 txfms
            Intra: Discrete Trig transforms w/0 flip (4) + Identity (1) +
                   1D Hor/vert DCT (2)
     Set 1:
            Inter: Discrete Trig transforms w/ flip (9) + Identity (1) +
                   1D Hor/Ver DCT (2)
            Intra: Discrete Trig transforms w/0 flip (4) + Identity (1)
     Set 2:
            Inter: Discrete Trig transforms w/ flip (9) + Identity (1)
            Intra: Discrete Trig transforms w/0 flip (4) + Identity (1)
    
    Results on lowres 40 frames with
    disable-ext-partition disable-ext-partition-types
    
    Set 0: 0.03%
    Set 1: No change
    Set 2: 0.06%
    
    Change-Id: Iec57d8c8fcfa0891528de4ca88f54753dfcb5284
    cec7ba10