Skip to content
Snippets Groups Projects
  1. Dec 04, 2013
  2. Dec 03, 2013
  3. Dec 02, 2013
  4. Nov 27, 2013
    • Deb Mukherjee's avatar
      Fixing inadvertent change · e924057d
      Deb Mukherjee authored
      Fixes an inadvertant change made in a previous patch while doing
      some experiments.
      
      Change-Id: I9961f2157c803676491a3d6daf056ff8a37367b3
      e924057d
    • Yunqing Wang's avatar
      Simplify mask checking in loop filters · 8f05e703
      Yunqing Wang authored
      Considering a horizontal edge, if mask_16x16 is 1 for an even-
      indexed 8x8 block, then mask_16x16 is 1 for next 8x8 block in
      same row. Similiar to a verticle edge, if mask_16x16 is 1 for
      an even-rowed 8x8 block, then mask_16x16 is 1 for the 8x8 block
      right below it in next raw. Based on that, the mask_16x16 checking
      can be simplified to save cycles. The corresponding 8-pixel
      vp9_mb_lpf_horizontal_edge code can also be removed.
      
      Change-Id: Ic3fe7a5674322239208cbe2731dc3216ce2084f3
      8f05e703
    • Dmitry Kovalev's avatar
      Moving reaster_block_offset{,_int16} from vp9_blockd.h to vp9_rdopt.h. · d83d61d9
      Dmitry Kovalev authored
      Change-Id: I5a5888d4639cc6b7eb266be47581dd15ba08c91e
      d83d61d9
Loading