Skip to content
Snippets Groups Projects
  1. Jul 09, 2016
    • Yue Chen's avatar
      Fix assertion failures in mips+msa setting · 4ab19eac
      Yue Chen authored
      Directly call c functions, otherwise when EXT_TX is enabled, hybrid
      transform other than combination of DCT/ADST has not been implemented, thus
      will cause assertion failures in the switch loops in vp10_fhtnxn_msa() and
      vp10_ihtnxn_nxn_add_msa().
      
      BUG=webm:1239
      
      Change-Id: I2379a07e5406f9489edcd2f3205682f679c9b091
      4ab19eac
  2. Jul 08, 2016
  3. Jul 07, 2016
  4. Jul 06, 2016
  5. Jul 04, 2016
    • Geza Lore's avatar
      Refactoring in preparation for OBMC optimizations. · 007aa7dd
      Geza Lore authored
      - Use int32_t instead of int in vpx_obmc{variance,sad} functions
      - Remove weigthed_src and obmc mask strides and assume contiguous
        buffers. These inputs can always be packed as contiguous arrays.
      
      Change-Id: I74c09b3fb3337f13d39e13a9cb61e140536f345d
      007aa7dd
  6. Jul 01, 2016
    • Wei-ting Lin's avatar
      Remove reference frame buffer update for show_exsiting_frame · f9e38a7b
      Wei-ting Lin authored
      Originally we need to send the refresh flag and the virtual indices
      mapping for the reference frame buffer update for show_existing_frame to
      have the BWDREF_FRAME replace the LAST_FRAME.
      
      To remove sending this information, we update the the virtual indices
      of the reference frame buffer after the last_bipred_frame is encoded,
      and therefore the decoder will receive the updated reference mapping
      at the next non-show-existing frame.
      
      As a result, we can save 4 bytes per show-existing frame, and get 0.12,
      0.2, and 0.07 BDRATE improvement in lowres, derf, and midref test set
      respectively.
      
      Change-Id: I63d41ee6ea99884798f0778b789d2701e2f2d3e0
      f9e38a7b
    • Geza Lore's avatar
      Minor cleanup of inter mode search. · b04ea832
      Geza Lore authored
      Change-Id: I523a3b30eb80fc6c6ed83638fdb82cf65c22b2e5
      b04ea832
  7. Jun 30, 2016
  8. Jun 29, 2016
  9. Jun 28, 2016
Loading