Sign in
aomedia
/
avm
/
ec994d8bbd222683ddf84cd6f26face22cc24a95
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
99ff89b
Merge "rdopt: clear maybe-uninitialized variable warning" into nextgenv2
by James Zern
· 8 years ago
70c4fab
rdopt: clear maybe-uninitialized variable warning
by Sarah Parker
· 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
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
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
98d6a1f
Properly schedule the transform block recursion order
by Jingning Han
· 8 years ago
137b267
Fix format issue in handle_inter_mode()
by Jingning Han
· 8 years ago
68d695b
Merge "Further work on 64x64 fwd/inv transform support" into nextgenv2
by Debargha Mukherjee
· 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
21378b8
Merge "Fix bilateral filter asan error for highbitdepth" into nextgenv2
by Debargha Mukherjee
· 8 years ago
5d54c17
warped_motion.c: delete unused filter_4tap[]
by James Zern
· 8 years ago
4846e44
warped_motion.c: quiet float-conversion warnings
by James Zern
· 8 years ago
005ff81
Merge "warped_motion: Fix ubsan warning for signed integer overflow" into nextgenv2
by James Zern
· 8 years ago
9371394
Merge "Fix ubsan divide by zero warning in ransac" into nextgenv2
by James Zern
· 8 years ago
db92635
warped_motion: Fix ubsan warning for signed integer overflow
by Sarah Parker
· 8 years ago
b5dda48
Refactor: Replace rate dist sse skip by RD_STATS in VAR_TX
by Angie Chiang
· 8 years ago
c57924c
Fix bilateral filter asan error for highbitdepth
by Debargha Mukherjee
· 8 years ago
97a2c67
Merge "rdopt,global-motion: Fix -1 indexing ubsan warning" into nextgenv2
by James Zern
· 8 years ago
182953b
rdopt,global-motion: Fix -1 indexing ubsan warning
by Sarah Parker
· 8 years ago
5cb72a2
Merge "Use TX_SIZES in intra_high_pred_fn declarations" into nextgenv2
by Alex Converse
· 8 years ago
9d3e478
Remove duplicated variables in EXT_INTER
by Yue Chen
· 8 years ago
b60c138
Merge "Make inline function static to fix clang compile error" into nextgenv2
by Sarah Parker
· 8 years ago
9613758
Merge "Don't use a TX_SIZE as a TX_TYPE" into nextgenv2
by Alex Converse
· 8 years ago
6a47cff
Further work on 64x64 fwd/inv transform support
by Debargha Mukherjee
· 8 years ago
fa75ae0
Fix ubsan divide by zero warning in ransac
by Sarah Parker
· 8 years ago
d65708a
Merge "Replace hard coded numbers with TX_SIZES macro" into nextgenv2
by Debargha Mukherjee
· 8 years ago
a504e77
Merge "Fix txb_w/h use case in av1_tx_block_rd_b()" into nextgenv2
by Jingning Han
· 8 years ago
565f788
Merge "fix build issue with --enable-delta-q" into nextgenv2
by Yaowu Xu
· 8 years ago
fb3971e
Make inline function static to fix clang compile error
by Sarah Parker
· 8 years ago
86b5674
Use TX_SIZES in intra_high_pred_fn declarations
by Alex Converse
· 8 years ago
f0ede18
Don't use a TX_SIZE as a TX_TYPE
by Alex Converse
· 8 years ago
2b10128
Add rd_debug flag
by Angie Chiang
· 8 years ago
4b47c93
Fix txb_w/h use case in av1_tx_block_rd_b()
by Jingning Han
· 8 years ago
5bb8f5b
fix build issue with --enable-delta-q
by Yaowu Xu
· 8 years ago
e04fdb2
Replace hard coded numbers with TX_SIZES macro
by Debargha Mukherjee
· 8 years ago
1b5bbf8
Merge "Refactor recursive transform block partition search" into nextgenv2
by Jingning Han
· 8 years ago
07cfa29
Merge "Make bit-stream support rectangular tx_size" into nextgenv2
by Jingning Han
· 8 years ago
c1ca945
Merge changes from topic 'update_dering' into nextgenv2
by Yaowu Xu
· 8 years ago
7036aee
Merge "Refactoring deringed block list code" into nextgenv2
by Yaowu Xu
· 8 years ago
71c7256
Merge "Deringing line buffer no longer depends on holding OD_DERING_VERY_LARGE" into nextgenv2
by Yaowu Xu
· 8 years ago
e60d329
Merge "Make recursive txfm encoding process support rectangular tx_size" into nextgenv2
by Jingning Han
· 8 years ago
141f7a9
Merge "Fix a merge bug between dual_filter and sub8x8mc" into nextgenv2
by Jingning Han
· 8 years ago
1e477f9
Merge "Remove redundant experimental flags from common_data.h" into nextgenv2
by Jingning Han
· 8 years ago
18482fe
Refactor recursive transform block partition search
by Jingning Han
· 8 years ago
f64062f
Make bit-stream support rectangular tx_size
by Jingning Han
· 8 years ago
39d92a0
Reformatting the deringing code
by Jean-Marc Valin
· 8 years ago
e046503
Refactoring deringed block list code
by Jean-Marc Valin
· 8 years ago
01b7780
Deringing line buffer no longer depends on holding OD_DERING_VERY_LARGE
by Jean-Marc Valin
· 8 years ago
e254241
Introducing OD_DERING_SIZE_LOG2 constant (3)
by Jean-Marc Valin
· 8 years ago
58fdec2
Renaming deringing blockwise write-back functions to make code clearer
by Jean-Marc Valin
· 8 years ago
3544d15
Deringing refactoring: replace last_sbc with simpler dering_left flag
by Jean-Marc Valin
· 8 years ago
39ee109
Getting rid of the od_dering_in type
by Jean-Marc Valin
· 8 years ago
fee4982
Merge "Remove unused get_intra/inter_scan() from scan.h" into nextgenv2
by Jingning Han
· 8 years ago
1a0faab
Merge "Remove redundant config flags from get_entropy_context" into nextgenv2
by Jingning Han
· 8 years ago
d95322a
Now using a single line buffer
by Jean-Marc Valin
· 8 years ago
621e707
Only copy data from deringed blocks to the line buffer
by Jean-Marc Valin
· 8 years ago
50bb32e
Splitting out 8->16 block copy code into copy_sb8_16()
by Jean-Marc Valin
· 8 years ago
39b0d2f
Eliminate the big superblock row buffer.
by Jean-Marc Valin
· 8 years ago
b154a24
Making deringing buffer only one row of superblocks at a time
by Jean-Marc Valin
· 8 years ago
a933632
Make recursive txfm encoding process support rectangular tx_size
by Jingning Han
· 8 years ago
ca1eb5d
Duplicating deringing input superblock copy to make upcoming changes easier
by Jean-Marc Valin
· 8 years ago
8e94178
Using a uniform definition for "bsize" in deringing filter
by Jean-Marc Valin
· 8 years ago
eab77ea
Using the copied input for od_dir_find8()
by Jean-Marc Valin
· 8 years ago
6285c66
Merge "Increase deringing horizontal padding to 4 pixels on each side" into nextgenv2
by Yaowu Xu
· 8 years ago
471687a
Increase deringing horizontal padding to 4 pixels on each side
by Jean-Marc Valin
· 8 years ago
4cb9a62
Merge "De-sparsifying the deringing output buffer" into nextgenv2
by Yaowu Xu
· 8 years ago
82c65fc
De-sparsifying the deringing output buffer
by Jean-Marc Valin
· 8 years ago
44f3587
Merge "No need to store the deringing filter direction variance in an array" into nextgenv2
by Yaowu Xu
· 8 years ago
4600314
Fix a merge bug between dual_filter and sub8x8mc
by Jingning Han
· 8 years ago
d611808
Remove redundant experimental flags from common_data.h
by Jingning Han
· 8 years ago
c104b8f
Merge "Support rectangular tx_size in the common lib" into nextgenv2
by Jingning Han
· 8 years ago
e714e70
Merge "Support rectangular transform block units in the codebase" into nextgenv2
by Jingning Han
· 8 years ago
a834925
Merge "Make highbd rectangular transform block available in the common lib" into nextgenv2
by Jingning Han
· 8 years ago
643902d
No need to store the deringing filter direction variance in an array
by Jean-Marc Valin
· 8 years ago
fcb2ca6
Merge "Fix ubsan left shift warnings in warped motion library" into nextgenv2
by Sarah Parker
· 8 years ago
653102a
Remove unused get_intra/inter_scan() from scan.h
by Jingning Han
· 8 years ago
8b5380a
Remove redundant config flags from get_entropy_context
by Jingning Han
· 8 years ago
9fe3139
Support rectangular tx_size in the common lib
by Jingning Han
· 8 years ago
4ba26dc
Support rectangular transform block units in the codebase
by Jingning Han
· 8 years ago
Next »