Skip to content
  • Yushin Cho's avatar
    Disable transform partition for intra mode block · 44d7ffb7
    Yushin Cho authored and Yushin Cho's avatar Yushin Cho committed
    Until the two functons has_tr() and has_bl() is fixed to use partition type info
    or add new two separate versions, disable intra tx partition.
    
    Our existing has_tr() and has_bl() have been shared by both mvref and intra prediction uses,
    and it works if partition size == tx block size.
    However, it can fail if multiple tx blocks exist in a partition, due to missing logic
    to decide the availability of top right and bottom left pixels based on partition type.
    
    In the following commit, enable the disabled directional intra prediction
    since it works if no tx partition is done.
    44d7ffb7