Skip to content
Snippets Groups Projects
  1. Jan 23, 2018
    • Peng Bin's avatar
      Move if statement outside for loops · 2e8eaddd
      Peng Bin authored
      By avoiding break CPU's pipeline,
      this patch achieves a small encoder
      speedup at the range of 0.2%~0.71%.
      
      Change-Id: I398cb09f8eb91695e3258091ff2f82f06ab74145
      2e8eaddd
    • Soo-Chul Han's avatar
      [segment_pred_last] fix resolution change issues · 85e8c797
      Soo-Chul Han authored
      explicitly disable segmentation when ref frame has different
      resolution
      
      BUG=aomedia:1205
      BUG=aomedia:1223
      BUG=aomedia:1256
      
      Change-Id: I6db51116db308514d572eb465c2453403e64e1f2
      85e8c797
  2. Jan 22, 2018
  3. Jan 21, 2018
    • Yaowu Xu's avatar
      Reorder operation to avoid UBsan warning · 6394f0fd
      Yaowu Xu authored
      The original order of operations lead to all variables upgraded to
      unsigned int during computation, and enc->cnt being negative then
      would cause UBsan warning.
      
      Change-Id: I658b6f4c903472b82e178033eac2463045c42233
      6394f0fd
  4. Jan 20, 2018
  5. Jan 19, 2018
  6. Jan 18, 2018
Loading