1. 9b769e4 Merge "Fixed a comment on the compound ref frames." by Zoe Liu · 10 years ago
  2. eaa8043 Merge "Move VP9 SSIM metrics to vpx_dsp." by Aℓex Converse · 10 years ago
  3. 4bc6ae4 Merge "Improve the second-level sub-pixel motion search" by Yunqing Wang · 10 years ago
  4. c7b7011 Move VP9 SSIM metrics to vpx_dsp. by Alex Converse · 10 years ago
  5. c21cab3 Fixed a comment on the compound ref frames. by Zoe Liu · 10 years ago
  6. 7418b17 Improve the second-level sub-pixel motion search by Yunqing Wang · 10 years ago
  7. b4f2c56 Cosmetic - align format in vp9 by Jingning Han · 10 years ago
  8. c54d165 Rate control adjustment for temporal-svc 1pass. by Marco · 10 years ago
  9. f6255db Bugfix for svc. by Marco · 10 years ago
  10. d621de7 Change vp9_quantize to vpx_quantize by Jingning Han · 10 years ago
  11. 3ad75fc Merge "Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names" by Jingning Han · 10 years ago
  12. df14d9f Merge "Minor adjustment in diagonal sub-pixel point checking" by Yunqing Wang · 10 years ago
  13. f465696 Merge "Small improvement in sub-pixel motion search" by Yunqing Wang · 10 years ago
  14. 08a453b Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names by Jingning Han · 10 years ago
  15. 726d1b8 Minor adjustment in diagonal sub-pixel point checking by Yunqing Wang · 10 years ago
  16. a3d22aa Small improvement in sub-pixel motion search by Yunqing Wang · 10 years ago
  17. 457a87d Merge "Move inverse transfrom dspr2 functions from vp9 to vpx_dsp" by Jingning Han · 10 years ago
  18. a0fd7a9 Merge "add vp9_vector_var_neon" by James Zern · 10 years ago
  19. bfad9d2 Move inverse transfrom dspr2 functions from vp9 to vpx_dsp by Jingning Han · 10 years ago
  20. 7723b8d Merge "Add common_dspr2.c file to vpx_dsp/mips" by Jingning Han · 10 years ago
  21. 9d92737 Merge "Correct the allocation size for ssim_vars" by Yaowu Xu · 10 years ago
  22. 92b08f5 Add common_dspr2.c file to vpx_dsp/mips by Jingning Han · 10 years ago
  23. 8f089cb Correct the allocation size for ssim_vars by Yaowu Xu · 10 years ago
  24. 0b0eba7 Add _dspr2 to local function names by Jingning Han · 10 years ago
  25. 4484951 Factor out mips/msa inverse transform implementations by Jingning Han · 10 years ago
  26. b37494c Merge "Use precise header files in inverse transform msa implementations" by Jingning Han · 10 years ago
  27. b4c7d05 Merge "Factor inverse transform functions into vpx_dsp" by Jingning Han · 10 years ago
  28. 4dc390b Merge "Add dynamic range notes to vp9_vector_var_c" by Jingning Han · 10 years ago
  29. 7dc5a68 add vp9_vector_var_neon by James Zern · 10 years ago
  30. fd22c49 Merge "Turn off simple_model_rd_from_var at speed 4." by Aℓex Converse · 10 years ago
  31. 36a9a33 Add dynamic range notes to vp9_vector_var_c by Jingning Han · 10 years ago
  32. 56c2cb7 Use precise header files in inverse transform msa implementations by Jingning Han · 10 years ago
  33. e8b133c Factor inverse transform functions into vpx_dsp by Jingning Han · 10 years ago
  34. af6d2c7 Turn off simple_model_rd_from_var at speed 4. by Alex Converse · 10 years ago
  35. dd4b416 Merge "Compute skippable inside the block_rd_txfm loop." by Aℓex Converse · 10 years ago
  36. 90e563d Merge changes Ic1ce346a,Ic0b4e92c by Aℓex Converse · 10 years ago
  37. ab20c98 Compute skippable inside the block_rd_txfm loop. by Alex Converse · 10 years ago
  38. 7f8dd35 Merge "Refactor mips/dspr2 on convolution." by Zoe Liu · 10 years ago
  39. 873a158 Merge "Code refactor on InterpKernel" by Zoe Liu · 10 years ago
  40. c62228f Simplify model_rd_for_sb HBD ifdefs by Alex Converse · 10 years ago
  41. da9c73c Simplify dist_block HBD ifdefs by Alex Converse · 10 years ago
  42. 8abd0c2 Merge "Short circuit rate_block in block_rd_txfm." by Aℓex Converse · 10 years ago
  43. 7cfdc00 Refactor mips/dspr2 on convolution. by Zoe Liu · 10 years ago
  44. 7186a2d Code refactor on InterpKernel by Zoe Liu · 10 years ago
  45. 4ac5058 Give skip_txfm constants names. by Alex Converse · 10 years ago
  46. 73422d3 Short circuit rate_block in block_rd_txfm. by Alex Converse · 10 years ago
  47. 3b2e73b Remove tx cache and speed up tx size selection by Yunqing Wang · 10 years ago
  48. eb6b443 Merge "Convert simple_model_rd_from_var from a speed check to a speed feature." by Aℓex Converse · 10 years ago
  49. c827c59 Convert simple_model_rd_from_var from a speed check to a speed feature. by Alex Converse · 10 years ago
  50. b7f441a Cleanup rdcost_block_args by Alex Converse · 10 years ago
  51. c0f0245 Merge "Clean up some casts." by Aℓex Converse · 10 years ago
  52. dfe7fda Comment zcoeff_blk. by Alex Converse · 10 years ago
  53. 49e0673 Clean up some casts. by Alex Converse · 10 years ago
  54. f42012e Merge "add vp9_block_error_fp_neon" by James Zern · 10 years ago
  55. 4cbf36b Merge "Replace prefix vp9_ with vpx_ for intra prediction functions" by Hui Su · 10 years ago
  56. d12a4a8 Merge "Replace vp9_ prefix in 2D-DCT functions with vpx_" by Jingning Han · 10 years ago
  57. 39e3937 Merge "Remove vp9_dct.h file" by Jingning Han · 10 years ago
  58. fc18cf7 Merge "Move DC only forward 2D-DCT functions to vpx_dsp" by Jingning Han · 10 years ago
  59. 4b5109c Replace vp9_ prefix in 2D-DCT functions with vpx_ by Jingning Han · 10 years ago
  60. a7e9178 Remove vp9_dct.h file by Jingning Han · 10 years ago
  61. 08d5cf2 Merge "Remove branch in inner loop of foreach_transformed_block_in_plane()" by Aℓex Converse · 10 years ago
  62. 8191ed8 Merge changes If196d9e5,Ib669d572 by Aℓex Converse · 10 years ago
  63. d19033f Move DC only forward 2D-DCT functions to vpx_dsp by Jingning Han · 10 years ago
  64. fe7cabe Merge "Move intra prediction functions from vp9/common/ to vpx_dsp/" by Hui Su · 10 years ago
  65. a73f0f4 Merge "Factor 32x32 fwd DCT to vpx_dsp folder" by Jingning Han · 10 years ago
  66. a6a4659 Factor 32x32 fwd DCT to vpx_dsp folder by Jingning Han · 10 years ago
  67. b1fb6e0 Fix dspr2 build. by Frank Galligan · 10 years ago
  68. ea990af add vp9_block_error_fp_neon by James Zern · 10 years ago
  69. 4f08d3d Merge "Remove tx_select_threshes" by Yunqing Wang · 10 years ago
  70. 8eefb36 Move forward dct sse2 header file to vpx_dsp by Jingning Han · 10 years ago
  71. 4013645 Replace prefix vp9_ with vpx_ for intra prediction functions by hui su · 10 years ago
  72. 7971846 Move intra prediction functions from vp9/common/ to vpx_dsp/ by hui su · 10 years ago
  73. 5f214d6 Use common coefficient definition in neon idct implementations by Jingning Han · 10 years ago
  74. b2446fb Remove tx_select_threshes by Yunqing Wang · 10 years ago
  75. a9a1d4e Replace vp9_idct.h for precise dependency by Jingning Han · 10 years ago
  76. 5ebc8fe Refactor vp9_idct.h file by Jingning Han · 10 years ago
  77. 55c6a74 Merge "Dynamic resize for real-time: reference scaling." by Marco Paniconi · 10 years ago
  78. 48de07d Remove redundant function definitions in vp9_dct_sse2.h by Jingning Han · 10 years ago
  79. c376fbc Merge "Move msa implementations of 2D-DCT to vpx_dsp" by Jingning Han · 10 years ago
  80. 9aaf523 Move msa implementations of 2D-DCT to vpx_dsp by Jingning Han · 10 years ago
  81. 742021f Remove branch in inner loop of foreach_transformed_block_in_plane() by Alex Converse · 10 years ago
  82. d3b6062 Simplify is_skippable to point straight to eobs. by Alex Converse · 10 years ago
  83. 9640581 Don't initialize extra context tree buffers for 4x8 and 8x4. by Alex Converse · 10 years ago
  84. a15edeb Merge "Code cleanup in vp9_encode_block_intra" by Hui Su · 10 years ago
  85. a60e0c1 Merge "Allocate four |zcoeff_blk| for sub8x8 contexts." by Aℓex Converse · 10 years ago
  86. b4297bb Merge "Allocate eobs array per txblock and not per pixel." by Aℓex Converse · 10 years ago
  87. f01c769 Dynamic resize for real-time: reference scaling. by Marco · 10 years ago
  88. e905da6 Allocate four |zcoeff_blk| for sub8x8 contexts. by Alex Converse · 10 years ago
  89. fa84acb Allocate eobs array per txblock and not per pixel. by Alex Converse · 10 years ago
  90. e8c6c00 Merge "Fix vp9_psnrhvs.c build error" by Jingning Han · 10 years ago
  91. 598b083 Fix vp9_psnrhvs.c build error by Jingning Han · 10 years ago
  92. d341f84 Refactor forward/inverse transform msa implementations by Jingning Han · 10 years ago
  93. 33a9d53 Merge "mips/dspr2: fix vp9-highbitdepth build" by James Zern · 10 years ago
  94. 97ec512 Take out VP9_ prefix from mips/msa macros by Jingning Han · 10 years ago
  95. b67821f Factor forward 2D-DCT transforms into vpx_dsp by Jingning Han · 10 years ago
  96. 9a0a219 mips/dspr2: fix vp9-highbitdepth build by James Zern · 10 years ago
  97. e298d65 Code cleanup in vp9_encode_block_intra by hui su · 10 years ago
  98. 2726023 Merge "Clean up vp9_dct32x32_sse2_impl.h header files" by Jingning Han · 10 years ago
  99. aeee70f Merge "Arrange 1D forward transform order in vp9_dct.c" by Jingning Han · 10 years ago
  100. fe39f6c Merge "Remove redundant function definitions from vp9_dct.h" by Jingning Han · 10 years ago