aomedia /
avm /
599dfd01f097588aa3faf3dec321de5f4441432a - 599dfd0 Fix compile error with ref-mv by David Barker · 8 years ago
- f541932 Fix compile with ext-tx by David Barker · 8 years ago
- 9739f36 Fix clpf + ext_partition and dering + ext_partition by David Barker · 8 years ago
- 3827fdd Refactor PVQ codes in av1_encode_block_intra() by Yushin Cho · 8 years ago
- 63cbf34 Skip repeated transform block cost computation 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
- 49eea11 apply clang-format by Yaowu Xu · 8 years ago
- e94556b Embed txb_coeff_cost in rd_stats in block_rd_txfm by Angie Chiang · 8 years ago
- c97f6d5 Use enum RUN_TYPE when checking dry_run by Yushin Cho · 8 years ago
- 6c8ec65 Add missing support aomenc parameter for aom-qm by Yaowu Xu · 8 years ago
- 403618e Fix the condition of recode when PVQ enabled by Yushin Cho · 8 years ago
- 0e11912 Support 64x64 quantizer functions by Debargha Mukherjee · 8 years ago
- 23b120d cmake: Update source lists. by Tom Finegan · 8 years ago
- febe9b0 Fix msvc compiler warnings by Yaowu Xu · 8 years ago
- 284d777 super_block_uvrd merge rate/dist/skip/sse RD_STATS by Angie Chiang · 8 years ago
- 0e9a2e9 super_block_yrd: merge rate/dist/skip/sse RD_STATS by Angie Chiang · 8 years ago
- c4ad25d Support rectangular tx_size distortion calculation by default by Jingning Han · 8 years ago
- 5114b7b Frame buffer marking enabling non-intra-based loss recovery by Arild Fuldseth (arilfuld) · 8 years ago
- 4974e52 TILE_GROUPS: send a tile length when just 1 tile. by Thomas Davies · 8 years ago
- 72712e6 Fix merge issues with TILE_GROUPS by Thomas Davies · 8 years ago
- 133c57c Support overwriting an arbitrary number of literal bits. by Thomas Davies · 8 years ago
- 05f540a Fix compile error when PVQ is enabled by Yushin Cho · 8 years ago
- 1807fdc Sync transform block size mapping in pack_txb_tokens by Jingning Han · 8 years ago
- 4542d22 Prepare uv_tx_size mapping table for recursive transform partition by Jingning Han · 8 years ago
- df07264 Fix pvq if statement ending by Jingning Han · 8 years ago
- 3d45c0e Fix logic in rd_pick_intra4x4block() by Jingning Han · 8 years ago
- 4ca8b1c Use tx_size_from_tx_mode() to set tx_size for skip blocks by Jingning Han · 8 years ago
- 1e4e29f Fix rans ec_multisymbol merge issues. by Alex Converse · 8 years ago
- e38d63c Clean up pvq experimental flag in encode_block_pass1() by Jingning Han · 8 years ago
- 94ea1aa Clean up encode_superblock() by Jingning Han · 8 years ago
- 7c2b7f2 Replace rate distortion sse skip by RD_STATS in rdopt.c by Angie Chiang · 8 years ago
- d02001d Add txb_coeff_cost_map into TOKEN_STATS by Angie Chiang · 8 years ago
- 944cf7f cmake: Add aom_version.h generation. by Tom Finegan · 8 years ago
- c1c6f6a Merge aom/master and webm/nextgenv2 by Yaowu Xu · 8 years ago
- 6515afc Merge "Add min_tx_size variable to recursive transform block partition system" into nextgenv2 by Jingning Han · 8 years ago
- f6e958b Merge "Fix the bug that PVQ commit broke dering" into nextgenv2 by Yaowu Xu · 8 years ago
- 13ea019 Merge changes Ib9428dc9,Ide04717a,If1dba7d8,I6da97880 into nextgenv2 by Angie Chiang · 8 years ago
- e67b38a Add min_tx_size variable to recursive transform block partition system by Jingning Han · 8 years ago
- 48f84db Fix the bug that PVQ commit broke dering by Yushin Cho · 8 years ago
- 8b0f636 Fix clang-format issues. by Thomas Davies · 8 years ago
- 7d208d0 Fix the bug that PVQ commit broke dering by Yushin Cho · 8 years ago
- f0481a5 Use --enable-daala_ec by default. by Nathan E. Egge · 8 years ago
- e0b5ae8 Remove multiple coefficient buffers from PICK_MODE_CONTEXT by Brennan Shacklett · 8 years ago
- 973d4d5 cmake: Add partial configure. by Tom Finegan · 8 years ago
- 9b3974e aom_ports: Fix build in Xcode 8. by Tom Finegan · 8 years ago
- fc1b213 Use block_size for max_scan_line in pvq decoding by Yaowu Xu · 8 years ago
- 856c55e Add transform parameter initialization by Yaowu Xu · 8 years ago
- cc37e36 pvq: drop unused declaration by Tristan Matthews · 8 years ago
- f591782 Fix compiler warning of out-of-bound array access by Yaowu Xu · 8 years ago
- dc97204 Merge "Fix compiler warning of un-used variables" into nextgenv2 by Yaowu Xu · 8 years ago
- 4007fa6 Merge "change to call fwd_txfm()" into nextgenv2 by Yaowu Xu · 8 years ago
- c4863fd cmake: Add partial configure. by Tom Finegan · 8 years ago
- c4c2173 Merge "Resolve merge issues with --enable-pvq" into nextgenv2 by Yaowu Xu · 8 years ago
- bfda768 aom_ports: Fix build in Xcode 8. by Tom Finegan · 8 years ago
- 02d4c3b Fix compiler warning of un-used variables by Yaowu Xu · 8 years ago
- 3442b4b change to call fwd_txfm() by Yaowu Xu · 8 years ago
- d6ea71c Resolve merge issues with --enable-pvq by Yaowu Xu · 8 years ago
- 03dc29b Merge "Fix bug in bicubic filter in warped_motion.c" into nextgenv2 by Debargha Mukherjee · 8 years ago
- 00a0e01 Merge "New experiment: Perceptual Vector Quantization from Daala" into nextgenv2 by Yaowu Xu · 8 years ago
- f23bdca Fix bug in bicubic filter in warped_motion.c by David Barker · 8 years ago
- 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
- 616990d Merge rd_stats only when it is valid by Angie Chiang · 8 years ago
- 78a3bc1 Let parentheses in handle_inter_mode be symmetric by Angie Chiang · 8 years ago
- 9a44f5f Add RD_STATS into MB_MODE_INFO by Angie Chiang · 8 years ago
- 85279f6 Add txb_coeff_cost_map by Angie Chiang · 8 years ago
- 92447f3 Merge "Increase gm precision from 16 to 32 bit ints" into nextgenv2 by Debargha Mukherjee · 8 years ago
- 5f30585 Increase gm precision from 16 to 32 bit ints by Debargha Mukherjee · 8 years ago
- ec994d8 accounting_test: fix read of uninitialized data by Tristan Matthews · 8 years ago
- 4891ef9 boolcoder_test: fix read of uninitialized data by Tristan Matthews · 8 years ago
- 591fc6f aom_ports: Silence warnings in aom_timer.h by Tom Finegan · 8 years ago
- deaff66 Merge "Fix the bool coder test" into nextgenv2 by Yaowu Xu · 8 years ago
- a34daed pvq: drop unused declaration by Tristan Matthews · 8 years ago
- 99ff89b Merge "rdopt: clear maybe-uninitialized variable warning" into nextgenv2 by James Zern · 8 years ago
- 9d05481 accounting_test: fix read of uninitialized data by Tristan Matthews · 8 years ago
- b1e9cb2 boolcoder_test: fix read of uninitialized data by Tristan Matthews · 8 years ago
- a250cef aom_ports: Silence warnings in aom_timer.h by Tom Finegan · 8 years ago
- 70c4fab rdopt: clear maybe-uninitialized variable warning by Sarah Parker · 8 years ago
- 09705fe New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
- 3e4fcb4 Fix the bool coder test by Yushin Cho · 8 years ago
- 713b561 Merge "Clean up write_tx_type()" into nextgenv2 by Jingning Han · 8 years ago
- 0880b54 Merge "Refactor tx_type reader" into nextgenv2 by Jingning Han · 8 years ago
- 05abee1 Merge "Factor out common tx_type writing codes from inter/intra frame" into nextgenv2 by Jingning Han · 8 years ago
- 9b79f6a Fix the bool coder test by Yushin Cho · 8 years ago
- 7a77169 Merge changes Ia37f170d,Ie3082db5 into nextgenv2 by Angie Chiang · 8 years ago
- 59526ea Merge changes I3bc782d6,I8359e849,Iae50d0b0,Id1704d88,Ia69f13c4, ... into nextgenv2 by Angie Chiang · 8 years ago
- 653fdd6 Merge changes I139808f4,I3d97d8db into nextgenv2 by James Zern · 8 years ago
- 7eb160b apply clang-format by clang-format · 8 years ago
- 628d7c9 Record YUV planes' txfm block coeff cost in handle_inter_mode() by Angie Chiang · 8 years ago
- c0feea8 Add av1_ prefix on ###_rd_stats functions by Angie Chiang · 8 years ago
- 75f4581 Separate coefficient cost of U/V planes in write_modes_b() by Angie Chiang · 8 years ago
- 4695b97 Use init_rd_stats() in encodeframe.c by Angie Chiang · 8 years ago
- d81fdb4 Add transform block coefficient cost in RD_STATS for debugging by Angie Chiang · 8 years ago
- d724617 Add helper functions to modify RD_STATS 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
- d402282 Add token cost comparison in write_modes_b() by Angie Chiang · 8 years ago
- 4be3214 Merge "Properly schedule the transform block recursion order" into nextgenv2 by Jingning Han · 8 years ago
- 641b1ad Clean up write_tx_type() by Jingning Han · 8 years ago
- ab7163d Refactor tx_type reader by Jingning Han · 8 years ago
- 2a4da94 Factor out common tx_type writing codes from inter/intra frame by Jingning Han · 8 years ago
- 95a3898 Merge "Remove duplicated variables in EXT_INTER" into nextgenv2 by Yue Chen · 8 years ago