- ae5cfde Refactor to use block_size_wide/high[] consistently by Jingning Han · 8 years ago
- 69f18e1 Add WARPED_MOTION experiment by Yue Chen · 9 years ago
- 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
- 5a488a6 Some fixes related to 64x64 tx, ext-tx, supertx by Debargha Mukherjee · 8 years ago
- fe45b21 Deprecated the separate handle on rectangular tx_size in var_tx by Jingning Han · 8 years ago
- b0d0d00 Fix static-analysis warnings by Yaowu Xu · 8 years ago
- 24e0a18 Merge simp_pred_mv changes into ref_mv by Jingning Han · 8 years ago
- 18d38f6 Various table updates to support 64x64 transforms by Debargha Mukherjee · 8 years ago
- 17fd2f2 Get several experiments to build together by Yaowu Xu · 8 years ago
- 153e1f8 Add default 64x64 scan orders and entropy models by Debargha Mukherjee · 8 years ago
- 52a1763 Add the skip parameter to set_txfm_ctxs() calls by Yaowu Xu · 8 years ago
- 03bd210 Fix global motion + supertx by David Barker · 8 years ago
- e3e0079 Some refactoring and improvements to gobal motion by Debargha Mukherjee · 8 years ago
- b98a702 Add recode loop test for global motion usage by Debargha Mukherjee · 8 years ago
- 557ce7b Enable global motion in high bit depth mode by David Barker · 8 years ago
- 949097c Compile fix for var-tx, ext-tx, rect-tx by Debargha Mukherjee · 8 years ago
- 53291fa Some minor changes for global motion. by Debargha Mukherjee · 8 years ago
- 3fb33f0 Support for homography in global motion experiment by Debargha Mukherjee · 8 years ago
- 6fddd18 Add ability to have multiple compound modes for interinter by Sarah Parker · 8 years ago
- f4909db Change erroradvantage measure for global motion by David Barker · 8 years ago
- cf3d0b0 Remove Global_Motion_Params and GLOBAL_MOTION_TYPE by David Barker · 8 years ago
- 8db4c77 Harmonize the global parameter mappings by Debargha Mukherjee · 8 years ago
- 70e5f3f Support rectangular tx_size in recursive txfm partition by Jingning Han · 8 years ago
- 1b1dc93 Reset the txfm context to match block size when skip flag is on by Jingning Han · 8 years ago
- c97f6d5 Use enum RUN_TYPE when checking dry_run by Yushin Cho · 8 years ago
- 4ca8b1c Use tx_size_from_tx_mode() to set tx_size for skip blocks by Jingning Han · 8 years ago
- 94ea1aa Clean up encode_superblock() by Jingning Han · 8 years ago
- 6515afc Merge "Add min_tx_size variable to recursive transform block partition system" into nextgenv2 by Jingning Han · 8 years ago
- e67b38a Add min_tx_size variable to recursive transform block partition system by Jingning Han · 8 years ago
- e0b5ae8 Remove multiple coefficient buffers from PICK_MODE_CONTEXT by Brennan Shacklett · 8 years ago
- d6ea71c Resolve merge issues with --enable-pvq by Yaowu Xu · 8 years ago
- 00a0e01 Merge "New experiment: Perceptual Vector Quantization from Daala" into nextgenv2 by Yaowu Xu · 8 years ago
- 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
- 5f30585 Increase gm precision from 16 to 32 bit ints by Debargha Mukherjee · 8 years ago
- c0feea8 Add av1_ prefix on ###_rd_stats functions by Angie Chiang · 8 years ago
- 4695b97 Use init_rd_stats() in encodeframe.c by Angie Chiang · 8 years ago
- 394c337 Add mi_row and mi_col into mbmi to facilitate rd_debug process by Angie Chiang · 8 years ago
- e89ea0c Merge "Refactor: Replace rate dist sse skip by RD_STATS in VAR_TX" into nextgenv2 by Angie Chiang · 8 years ago
- b5dda48 Refactor: Replace rate dist sse skip by RD_STATS in VAR_TX by Angie Chiang · 8 years ago
- 5bb8f5b fix build issue with --enable-delta-q by Yaowu Xu · 8 years ago
- a933632 Make recursive txfm encoding process support rectangular tx_size by Jingning Han · 8 years ago
- c8b8936 Rework transform block partition context model by Jingning Han · 8 years ago
- f65b870 Refactor max_blocks_wide/high computation by Jingning Han · 8 years ago
- 09a4265 Merge "simp-mv-pred integration with ref-mv" into nextgenv2 by Yaowu Xu · 8 years ago
- ca8d24d simp-mv-pred integration with ref-mv by Deng · 8 years ago
- 32b2028 Replace num_4x4_blocks_txsize_loopup table by Jingning Han · 8 years ago
- 2b0670e Merge "Use transform block partition depth count for frame header reset" into nextgenv2 by Jingning Han · 8 years ago
- 2adcfb1 Use transform block partition depth count for frame header reset by Jingning Han · 8 years ago
- b3dab49 Cosmetic fixes in global motion experiment by Sarah Parker · 8 years ago
- 70c0df2 Merge "Revise precision clamping in GM param refinement" into nextgenv2 by Sarah Parker · 8 years ago
- e5596d3 Merge "Add depth to tx_size mapper to bit-stream coding" into nextgenv2 by Jingning Han · 8 years ago
- 4e1737a Add depth to tx_size mapper to bit-stream coding by Jingning Han · 8 years ago
- f41a06b Revise precision clamping in GM param refinement by Sarah Parker · 8 years ago
- 8c1e57c Change 2 motion search counts to be tile data by Yunqing Wang · 8 years ago
- 8aa4cbf Merge "update_state: quiet const warning w/global-motion" into nextgenv2 by James Zern · 8 years ago
- 4579c5e Merge "update_state_supertx: rename a shadowed variable" into nextgenv2 by Yaowu Xu · 8 years ago
- d971eb8 Merge "Move small fixes and refactoring for obmc pred from AV1" into nextgenv2 by Yaowu Xu · 8 years ago
- d4add7a Remove encode_breakout and related speed features by Brennan Shacklett · 9 years ago
- 894fcce Move small fixes and refactoring for obmc pred from AV1 by Yue Chen · 8 years ago
- 0c78ebb Merge "Fix a bug when combining new-quant + supertx" into nextgenv2 by Debargha Mukherjee · 8 years ago
- d7d78c8 Fix a bug when combining new-quant + supertx by David Barker · 8 years ago
- af322e1 update_state: quiet const warning w/global-motion by James Zern · 8 years ago
- 9ca190c update_state_supertx: rename a shadowed variable by James Zern · 8 years ago
- 9777afc Allow frame level tx_mode switch by Jingning Han · 8 years ago
- dc9ad31 Separate intra and inter tx_size counting by Jingning Han · 8 years ago
- dc3c3a3 Merge "Pass AV1_COMMON into get_scan" into nextgenv2 by Yaowu Xu · 8 years ago
- 1634b48 Merge "Fix logical vs bitwise & bug" into nextgenv2 by Sarah Parker · 8 years ago
- ff6d890 Pass AV1_COMMON into get_scan by Angie Chiang · 8 years ago
- a6923f7 Unify set_contexts() function for encoder and decoder by Jingning Han · 9 years ago
- ea16b68 Fix logical vs bitwise & bug by Sarah Parker · 8 years ago
- 5db9743 Seperate FILTER_INTRA from EXT_INTRA experiment by hui su · 8 years ago
- f693610 Step size and arithmetic coding for delta quantization. by Thomas Davies · 9 years ago
- 0744116 Support for delta-q at superblock level by Arild Fuldseth · 9 years ago
- 66b1fcc Merge changes I3922dea2,I3bab2848,I21f7478a,Ida5de713,Ib9f0eefe, ... into nextgenv2 by Urvang Joshi · 8 years ago
- 74d0ad8 Fix for var_tx context update by Peter de Rivaz · 8 years ago
- 368fbc9 Fix warnings reported by -Wshadow: Part2b: more from av1 directory by Urvang Joshi · 8 years ago
- 454280d Fix warnings reported by -Wshadow: Part2: av1 directory by Urvang Joshi · 8 years ago
- 5264844 Code cleanup: mainly rd_pick_partition and methods called from there. by Urvang Joshi · 8 years ago
- 081783d Add clamping to parameter search by Sarah Parker · 8 years ago
- 40f1d48 Remove unused PICK_MODE_CONTEXT::is_coded. by Yushin Cho · 9 years ago
- e2b403b Remove macroblock::skip_optimize. by Yushin Cho · 9 years ago
- b100db7 Wrap palette code inside CONFIG_PALETTE flag. by Urvang Joshi · 8 years ago
- a48764d Merge "Renamings for OBMC experiment" into nextgenv2 by Yue Chen · 8 years ago
- cb60b18 Renamings for OBMC experiment by Yue Chen · 8 years ago
- 91e4e60 Merge changes I3ca2b674,I78afc587,I3ae62181,I5ed91556 into nextgenv2 by Alex Converse · 8 years ago
- 4282b6b Merge "Refactor expand dry_run types to return coef rate" into nextgenv2 by Debargha Mukherjee · 8 years ago
- ccf472b Drop costing ANS tokens from derived probabilities by Alex Converse · 8 years ago
- ceebb70 Refactor expand dry_run types to return coef rate by Debargha Mukherjee · 8 years ago
- debafac Remove unused color_sensitivity member from MACROBLOCK. by Thomas Daede · 9 years ago
- 28d924b A bug fix for var-tx by Debargha Mukherjee · 8 years ago
- 3c42c09 Further changes to new-quant tables by Debargha Mukherjee · 8 years ago
- d54e5a0 Merge "more ref_mv changes from aom/master" into nextgenv2 by Jingning Han · 8 years ago
- 4306b6e more ref_mv changes from aom/master by Yaowu Xu · 8 years ago
- 49587a7 Fix unit test failure for RECT_TX + VAR_TX by Yue Chen · 8 years ago
- f9a961c Style fixes for global motion experiment by Sarah Parker · 9 years ago
- 67948d3 apply clang-format by clang-format · 9 years ago
- c4bcb50 Swap order of affine parameters by Sarah Parker · 9 years ago
- ecb0afc Add parameter search to global motion computation by Sarah Parker · 9 years ago
- a1e48dc Make RECT_TX(>=8x8) work with VAR_TX by Yue Chen · 9 years ago
- 5ebdf40 Merge "Add global motion experiment to rdopt" into nextgenv2 by Sarah Parker · 9 years ago