1. 7bb4c54 Revert "Revert "Remove second transpose from transforms"" by Kyle Siefring · 2 years, 3 months ago
  2. fe9647f Revert "Remove second transpose from transforms" by Kyle Siefring · 2 years, 3 months ago
  3. 976f227 Remove second transpose from transforms by Kyle Siefring · 2 years, 5 months ago
  4. 0f5cd05 Add doxygen comments for MB_MODE_INFO by chiyotsai · 4 years, 7 months ago
  5. bac1dea Introduce DecoderCodingBlock struct. by Urvang Joshi · 5 years ago
  6. 46ff552 Rename contexts in MACROBLOCKD, MACROBLOCKD_PLANE by Urvang Joshi · 5 years ago
  7. f409a63 Introduce av1_get_qmatrix() and iqmatrix() funcs by Urvang Joshi · 5 years ago
  8. 1781462 Refactor CommonQuantParams from AV1_COMMON struct. by Urvang Joshi · 5 years ago
  9. b6409e9 Refactor FeatureFlags from AV1_COMMON by Urvang Joshi · 5 years ago
  10. 52b7ddc Store tx type in frame level buffer by Hui Su · 5 years ago
  11. 37980cc Change input parameter order of av1_get_tx_type() by Hui Su · 5 years ago
  12. 3a19b8a Prefix global functions with av1_ by Yaowu Xu · 6 years ago
  13. 5859dca Fix more warnings from static analysis by kyslov · 6 years ago
  14. ebc72de minimal optimization in av1_read_coeffs_txb by wenyao.liu · 6 years ago
  15. 0be5901 cosmetic changes in entropy context selection by wenyao.liu · 6 years ago
  16. 00c80e6 remove dqcoeff from ThreadData in Decoder by wenyao.liu · 6 years ago
  17. c04ce61 Inspector : skip means not a transform by Jim Bankoski · 6 years ago
  18. 1909dee Remove code duplication by Deepa K G · 7 years ago
  19. 3bc1f93 Separate bit-stream parsing and decoding by Deepa K G · 7 years ago
  20. 01b18aa Revert "Separate bit-stream parsing and decoding" by Yunqing Wang · 7 years ago
  21. 8f0e2bc Separate bit-stream parsing and decoding by Deepa K G · 7 years ago
  22. 610c9b8 Add dqcoeff, eob buffers to ThreadData structure by Deepa K G · 7 years ago
  23. ff4a9f8 Remove unused entries in eob_extra_cdf by Jingning Han · 7 years ago
  24. 8ab1f44 Bitmask: loop filtering using bitmask by Cheng Chen · 7 years ago
  25. 6940fc1 Reduce maximum Golomb code length by Frank Bossen · 7 years ago
  26. 97f770a Add explicit casting in av1_read_coeffs_txb() by Hui Su · 7 years ago
  27. 93e1d8d Fix signed integer overflow in av1_read_coeffs_txb() by Hui Su · 7 years ago
  28. 963dd9b [Non-normative] Remove plane from av1_read_tx_type by Luc Trudeau · 7 years ago
  29. e8bd3a0 Combine duplicate tx_class define in av1_read_coeffs_txb by Jingning Han · 7 years ago
  30. 55c95f8 Use tx_class instead of tx_type by Katsuhisa Yuasa · 7 years ago
  31. e674dec Refactor av1_set_contexts() by Hui Su · 7 years ago
  32. 258c13d Use COEFF_CONTEXT_MASK to replace hard coded number by Jingning Han · 7 years ago
  33. 53b53f0 Merge MB_MODE_INFO and MODE_INFO by Yue Chen · 7 years ago
  34. 928c3795 [normative] avoid dequantization dependency by Matthieu Vaudano · 7 years ago
  35. 49abec8 Clean-up effectless code by Yaowu Xu · 7 years ago
  36. c0ff7a3 Bitmasking "level/dq_coeff" and prevent OOB by Yaowu Xu · 7 years ago
  37. 56393b3 Remove txk_sel experiment flag by Hui Su · 7 years ago
  38. 4f5c352 Refactor lv_map decoder code by Angie Chiang · 7 years ago
  39. 83b9f11 [Normative] Merge sign/golomb by Angie Chiang · 7 years ago
  40. 0975671 Separate dc coeff decoding form others by Angie Chiang · 7 years ago
  41. f1e1293 Clean-up more effectless code by Yaowu Xu · 7 years ago
  42. bfed738 Remove CONFIG_AOM_QM macro by Yaowu Xu · 7 years ago
  43. de1a5db Reduce memory usage of txk_type[] by Hui Su · 7 years ago
  44. 6d5419c [Normative] switch golomb and sign coding order by Angie Chiang · 7 years ago
  45. a744030 Add read_coeffs_reverse_2d() by Angie Chiang · 7 years ago
  46. 6dea31e [lv_map] Add read_coeffs_reverse() by Angie Chiang · 7 years ago
  47. 52e2790 Remove unused parameter from get_br_ctx by Angie Chiang · 7 years ago
  48. f8a6822 Add get_lower_levels_ctx{|_eob} by Angie Chiang · 7 years ago
  49. da708cd Separate the last coeff decoding from the rest by Angie Chiang · 7 years ago
  50. e111cba Remove NEW_QUANT experiment by Frederic Barbier · 7 years ago
  51. 2cfb714 Remove USE_CAUSAL_BR_CTX flag by Angie Chiang · 7 years ago
  52. 41220ab [NORMATIVE] merge base and br levels coding by Angie Chiang · 7 years ago
  53. 1b1c4a3 Simplify the for loop of reading lower levels by Angie Chiang · 7 years ago
  54. b3167a6 Integrate lv_map with aom_qm by Angie Chiang · 7 years ago
  55. 1694a4f Remove frame counts in decoding coefs area by Yunqing Wang · 7 years ago
  56. 7c71cc0 Use reduced_tx_set_used for all av1_get_tx_type calls by Sarah Parker · 7 years ago
  57. 5859636 Remove DAALA_TX experiment by Sebastien Alaiwan · 7 years ago
  58. 41d6152 lv-map: replace read/write_bin with read/write_symbol by Hui Su · 7 years ago
  59. 1e95989 lv-map: remove probability model by Hui Su · 7 years ago
  60. 98c8dd7 Make new-quant compatible with aom-qm by Sarah Parker · 7 years ago
  61. 8cbf913 decodetxb.c: homogenize types for local 't' by Sebastien Alaiwan · 7 years ago
  62. c84e32f Clamp dequantized coefficients by Sebastien Alaiwan · 7 years ago
  63. 51fac92 Refactor base range decoding to avoid hard division by Jingning Han · 7 years ago
  64. 78f7bb9 Remove experimental flag of LV_MAP_MULTI by Sebastien Alaiwan · 7 years ago
  65. 8a086e0 Precompute shifted dequant values for large tx-sizes by Sarah Parker · 7 years ago
  66. e15b8ad Add dq_type to frame header in new_quant expt by Debargha Mukherjee · 7 years ago
  67. da69a20 Remove ability to disable LV_MAP_PROB. by Thomas Daede · 7 years ago
  68. 0154f2b Fix several static analysis warnings by Yaowu Xu · 7 years ago
  69. 0db7d0e [lv_map_multi] multisymbol coding of eob by Dake He · 7 years ago
  70. 4d44769 [lv_map_multi] base level coding by Dake He · 7 years ago
  71. 96fa757 Fix msvc compiling errors and warnings by Yaowu Xu · 7 years ago
  72. 4e0b43e Fix potential integer overflow in coeff dequant by Jingning Han · 7 years ago
  73. 077e466 Use new-quant lookup table in lv-map deqantization by Sarah Parker · 7 years ago
  74. 3ebb0d0 Correct/Cleanup min_tx_size computation by Debargha Mukherjee · 7 years ago
  75. e2d8f18 [lv_map_multi] BR coding by Dake He · 7 years ago
  76. 23c511e Remove ADAPT_SCAN experiment by Sebastien Alaiwan · 7 years ago
  77. 5d149e1 Remove sub-4x4 block sizes by Debargha Mukherjee · 7 years ago
  78. bca9e9e Fix build when daala_tx and lv_map are both enabled by Monty · 7 years ago
  79. 2eb9b84 [Clean Up] Remove get_y_mode() by Luc Trudeau · 7 years ago
  80. 2ac5d5e Remove dead source files by Sebastien Alaiwan · 7 years ago
  81. 1757fb6 Remove code in scope !USE_CAUSAL_BASE_CTX by Linfeng Zhang · 7 years ago
  82. f6d730a Add table av1_nz_map_ctx_offset[] by Linfeng Zhang · 7 years ago
  83. d564737 cosmetic: paded to padded by Linfeng Zhang · 7 years ago
  84. f91f3ca Update get_nz_map_ctx() by Linfeng Zhang · 7 years ago
  85. 0c72b2f Clean txb code by Linfeng Zhang · 7 years ago
  86. 0ff69c6 Delete 1 parameter in a couple of txb functions by Linfeng Zhang · 7 years ago
  87. 8ac4557 Update get_nz_map_ctx() by Linfeng Zhang · 7 years ago
  88. a9ba58e Set up txb size properly for TX64X64 by Angie Chiang · 7 years ago
  89. bce07f1 Use macro to set txk_type by Angie Chiang · 7 years ago
  90. 7d01ab5 [lv_map_multi] Simplified multisymbol BR coding by Dake He · 7 years ago
  91. 5988177 [lv_map_multi] add counters in multisymbol mode by Dake He · 7 years ago
  92. 0bd3bf6 Make adaptive scan order support multi-threading by Jingning Han · 7 years ago
  93. b3eda2f Refactor/Change the entropy context for transforms by Debargha Mukherjee · 7 years ago
  94. 530bee2 Update av1_read_coeffs_txb(), keep update position by Linfeng Zhang · 7 years ago
  95. 025c6c4 Use sub-frame statistics for adaptive scan order update by Jingning Han · 7 years ago
  96. 8089315 TX64X64: Reuse scan, quant etc from 32x32. by Urvang Joshi · 7 years ago
  97. 9a7cc0e Update av1_read_coeffs_txb() by Linfeng Zhang · 7 years ago
  98. 3fe369c [lv_map_multi] Base level alphabet adjustment by Dake He · 7 years ago
  99. 5880758 Turn off debug counters in tx coeff timing by Jingning Han · 7 years ago
  100. ad2c178 Replace scan index with local var by Jingning Han · 7 years ago