Skip to content
Snippets Groups Projects
  1. Jan 16, 2018
    • David Michael Barr's avatar
      [CFL] separate uv_mode CDFs, split on is_cfl_allowed · cb3a8ef5
      David Michael Barr authored
      This is to exclude coding CFL for block sizes where it is normatively
      not allowed.
      
      Reuse the alternate CDFs from the --disable-cfl path.
      
      This yields some improvement on subset1:
         PSNR | PSNR Cb | PSNR Cr | PSNR HVS |    SSIM | MS SSIM | CIEDE 2000
      -0.0113 | -0.2630 | -0.2138 |   0.0021 | -0.0110 | -0.0157 |    -0.0511
      
      BUG=aomedia:1182
      
      Change-Id: I1e5f23ef7f2debcf8edce788bfa63ec95db4a679
      cb3a8ef5
    • Johann Koenig's avatar
      remove configure and Makefiles · e07a675f
      Johann Koenig authored
      Change-Id: I32b2ce4839c359891841385467cf532b1ebe4a59
      e07a675f
  2. Jan 11, 2018
  3. Dec 31, 2017
    • Dake He's avatar
      [lv_map_multi] multisymbol coding of eob · 0db7d0eb
      Dake He authored
      1. code the range of eob in a transform block as a single symbol.
      2. initialize cdfs directly.
      3. initial cdfs are trained by using laplace prob estimates as in base
      level coding (CL 38638)
      
      Change-Id: I65c88d6dd0da3381feeec837928ac5bd81be4296
      0db7d0eb
  4. Dec 29, 2017
    • Dake He's avatar
      [lv_map_multi] base level coding · 4d447696
      Dake He authored
      1. Train and init cdfs directly.
      2. Use laplace prob estimates in aom_entropy_optimizer to avoid zero
      probabilities.
      
      Change-Id: I878fc0a306cbffe3eb51c5b86d5872459b6705c5
      4d447696
  5. Dec 28, 2017
  6. Dec 27, 2017
    • Tom Finegan's avatar
      Always prefix OBUs with a size field. · ff86395f
      Tom Finegan authored
      - Make the add_4bytes_obusize experiment part of the obu experiment.
      - Remove the add_4bytes_obusize experiment flags.
      - Update the encoder, decoder, and tooling sources.
      
      BUG=aomedia:1125
      
      Change-Id: Ia5c443c855e52618257b39c44ca2632703bf83fd
      ff86395f
  7. Dec 23, 2017
  8. Dec 22, 2017
    • Cheng Chen's avatar
      Remove lpf_sb · 07365c9a
      Cheng Chen authored
      As loopfilter is not needed for intrabc, clean up related code.
      
      Change-Id: If89d4969a7795cd8993e6add8fd03ef1296699ef
      07365c9a
  9. Dec 20, 2017
    • Yue Chen's avatar
      Clean ups and bug-fixes for filter_intra · 994dba25
      Yue Chen authored
      Clean up: clean up unused entropy related arrays
      Bug-fixes: resolve compiling errors when it is enabled with
      entropy_stats and ext_skip
      
      Change-Id: I2893e1b5c09e847fb4677f6e62709464208b76f8
      994dba25
  10. Dec 19, 2017
    • Dake He's avatar
      [lv_map_multi] BR coding · e2d8f183
      Dake He authored
      1. Use separate contexts for transforms of size 32x32 and above.
      2. Initialize cdf directly
      
      Change-Id: I3373143788e81b2547d99e420e591892ef2641a2
      e2d8f183
  11. Dec 15, 2017
    • Johann Koenig's avatar
      remove unused tools · 6c2e93a5
      Johann Koenig authored
      all_builds.py has been more or less replaced by Jenkins.
      
      author_first_release.sh is unused.
      
      ftfy.sh has been obviated by having the whole tree clang-format clean.
      
      Cherry picked from libvpx 920ba82
      
      Change-Id: I1981fa3c483728575a03589360ab69cdb8cb4762
      6c2e93a5
  12. Dec 12, 2017
  13. Dec 05, 2017
    • Tom Finegan's avatar
      dump_obu: shift then mask. · 2be4e4d1
      Tom Finegan authored
      Update the OBU parser to shift OBU header values before
      masking instead of the opposite, and rename constants for
      clarity.
      
      Change-Id: Iea91fad7e825697573f255f450a3605b65c657f7
      2be4e4d1
  14. Dec 04, 2017
  15. Dec 03, 2017
    • Tom Finegan's avatar
      Add dump_obu tool. · c0192337
      Tom Finegan authored
      This is a work in progress. So far this tool supports only
      reading of OBU headers with and without extensions. OBU
      payload parsing will be added in future commits.
      
      Change-Id: Ie4c184ad4ae8e536e00015e9bde6a7cde8dada28
      c0192337
  16. Dec 02, 2017
    • Dake He's avatar
      [lv_map_multi] Simplified multisymbol BR coding · 7d01ab54
      Dake He authored
      Multisymbol BR coding is simplified as follows.
      1. Remove computation of level counts by using a template of size 8;
      2. Context is derived by using a template of size 3.
      3. lps and eob probabilities are trained.
      4. Share contexts between TX_16X16 and above.
      
      The number of probability values used in BR coding are reduced from 1152 to 378.
      
      Change-Id: I0419127e871f9e566c2489aa4b1825c5364aec5a
      7d01ab54
  17. Dec 01, 2017
  18. Nov 29, 2017
  19. Nov 27, 2017
  20. Nov 24, 2017
  21. Nov 20, 2017
  22. Nov 19, 2017
    • Yue Chen's avatar
      Make the first cdf prob < CDF_PROB_TOP to avoid infinite loop · 01b01c0d
      Yue Chen authored
      The probability training tool generates all CDF_PROB_TOP table if
      the counts are all zero. Although it means such cases are never
      used in actual encoding, in rd cost pre-calculation, we still
      sometimes run into such cases and the token cost calcualtion
      function cannot handle all-CDF_PROB_TOP cdfs (Will trigger assertion
      when debug mode is on).
      
      Change-Id: I259620e210fea0f6e1f7848724fa006fa06da226
      01b01c0d
  23. Nov 15, 2017
  24. Nov 13, 2017
    • Yue Chen's avatar
      Fix inefficient coding of filter_intra modes · 4eba69bb
      Yue Chen authored
      Include a few RDO fixes that properly account for the extra flag
      cost at the right place. Also entropy coding of the flag is made
      contexted on tx_size and based on cdf framework.
      
      Change-Id: I52f98ace7e253ccc08917a4a7b517515d1d58a98
      4eba69bb
  25. Nov 10, 2017
    • Urvang Joshi's avatar
      Remove smooth_hv experiment flag. · b7301cd6
      Urvang Joshi authored
      This experiment has been cleared by Tapas.
      
      Also, fix a couple of hash signatures in the test while we are at it.
      
      Change-Id: I1658bcb07913cf8bd47cfffadd729e16d5c55fc3
      b7301cd6
  26. Nov 08, 2017
  27. Nov 05, 2017
  28. Nov 04, 2017
  29. Nov 02, 2017
    • Sebastien Alaiwan's avatar
      Remove experimental flag of EXT_TX · 3bac9928
      Sebastien Alaiwan authored
      This experiment has been adopted, we can simplify the code
      by dropping the associated preprocessor conditionals.
      
      Change-Id: I02ed47186bbc32400ee9bfadda17659d859c0ef7
      3bac9928
  30. Nov 01, 2017
Loading