Sign in
aomedia
/
aom
/
08d75a8ec9bd0b795398a88002c5357b3487855d
/
vp9
/
encoder
/
vp9_mbgraph.c
4ff1a61
Adding MV_SPEED_FEATURES struct.
by Dmitry Kovalev
· 11 years ago
fc88292
Remove Wextra warnings from vp9_sad.c
by Deb Mukherjee
· 11 years ago
0b44988
Revert "Remove Wextra warnings from vp9_sad.c"
by Frank Galligan
· 11 years ago
9165504
Remove Wextra warnings from vp9_sad.c
by Deb Mukherjee
· 11 years ago
3316e26
Remove unused varables
by Yaowu Xu
· 11 years ago
ec82d2d
Merge "Revert "Remove Wextra warnings from vp9_sad.c""
by Jim Bankoski
· 11 years ago
a16794d
Revert "Remove Wextra warnings from vp9_sad.c"
by Jim Bankoski
· 11 years ago
882f71e
Merge "vp9_mbgraph.c: cleanup -wextra warnings"
by Yaowu Xu
· 11 years ago
e05a17b
vp9_mbgraph.c: cleanup -wextra warnings
by Yaowu Xu
· 11 years ago
7ab9a95
Remove Wextra warnings from vp9_sad.c
by Deb Mukherjee
· 11 years ago
e608418
Renaming MB_PREDICTION_MODE to PREDICTION_MODE.
by Dmitry Kovalev
· 11 years ago
2c8c1f5
Replacing cpu_used with speed in VP9_CONFIG.
by Dmitry Kovalev
· 11 years ago
60db131
Replacing int_mv with MV.
by Dmitry Kovalev
· 11 years ago
6a2fb54
Removing unused seg0_* vars.
by Dmitry Kovalev
· 11 years ago
86f44a9
Renaming two members in MACROBLOCKD struct.
by Dmitry Kovalev
· 11 years ago
c9f79ca
Inlining and removing vp9_set_mbmode_and_mvs().
by Dmitry Kovalev
· 11 years ago
b791c60
vp9_mbgraph.c: remove unused parameters
by Yaowu Xu
· 11 years ago
e869869
Removing unnecessary casts from quantization code.
by Dmitry Kovalev
· 11 years ago
9b9c33a
Remove comment from calls to vp9_clear_system_state.
by Adrian Grange
· 11 years ago
72c97b1
vp9_mbgraph.c static analysis issues resolved.
by Jim Bankoski
· 11 years ago
2033ac4
Converting int_mv to MV.
by Dmitry Kovalev
· 11 years ago
7919bf6
Adding get_ref_frame_buffer() function.
by Dmitry Kovalev
· 11 years ago
672c355
Replacing int_mv with MV.
by Dmitry Kovalev
· 11 years ago
1e59cbf
Rate control changes on active_worst_quality
by Deb Mukherjee
· 11 years ago
25e5552
Remove border extension in intra frame prediction.
by hkuang
· 11 years ago
9d6e7ce
Rename clamp_mv_min_max to set_mv_search_range
by Jingning Han
· 11 years ago
f1781e8
Refactoring of rate control - part 1
by Deb Mukherjee
· 11 years ago
5380739
Removing vp9_encodeintra.{h, c} files.
by Dmitry Kovalev
· 11 years ago
237ce87
Adding get_frame_new_buffer() function to replace duplicated code.
by Dmitry Kovalev
· 11 years ago
d1b65c6
Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON.
by Dmitry Kovalev
· 11 years ago
2726f38
Adding allow_hp as an argument to mv search functions.
by Dmitry Kovalev
· 11 years ago
acf0d56
Get rid of "this_mi", use "mi_8x8[0]" everywhere instead
by Guillaume Martres
· 11 years ago
9a03154
Make the static_segmentation feature work again
by Guillaume Martres
· 11 years ago
d9215a6
cpplint issues vp9_mbgraph
by Jim Bankoski
· 11 years ago
29815ca
Merge "Moving from int_mv* to MV* (3)."
by Dmitry Kovalev
· 12 years ago
0c02bfc
Merge "Limit mv search range for first pass and mbgraph"
by Yaowu Xu
· 12 years ago
8266da1
Moving from int_mv* to MV* (3).
by Dmitry Kovalev
· 12 years ago
35c5d79
Limit mv search range for first pass and mbgraph
by Yaowu Xu
· 12 years ago
b87696a
Moving from int_mv* to MV* (2).
by Dmitry Kovalev
· 12 years ago
ac6093d
New mode_info_context storage -- undo revert
by Scott LaVarnway
· 12 years ago
54a03e2
Revert "New mode_info_context storage"
by James Zern
· 12 years ago
dae1773
New mode_info_context storage
by Scott LaVarnway
· 12 years ago
6f4fa44
Using { 0 } for initialization instead of memset.
by Dmitry Kovalev
· 12 years ago
1aedfc9
Using MV* instead of int_mv* as argument of vp9_clamp_mv_min_max.
by Dmitry Kovalev
· 12 years ago
71b43b0
Clean ups of the subpel search functions
by Deb Mukherjee
· 12 years ago
15b5a6a
Flexible support for various pattern searches
by Deb Mukherjee
· 12 years ago
d007446
Replacing long block size enum values with shorter ones (2).
by Dmitry Kovalev
· 12 years ago
ce8dedc
Cleanup: removing unused function arguments.
by Dmitry Kovalev
· 12 years ago
7131cb0
General cleanups.
by Dmitry Kovalev
· 12 years ago
5f30a0c
VP[89]_COMMON: remove golden/altref frame counts
by James Zern
· 12 years ago
8350e7f
Make intra prediction pointers RTCD-based.
by Ronald S. Bultje
· 12 years ago
8e6ce6b
Removing CONFIG_DEBUG checks on assertions.
by Dmitry Kovalev
· 12 years ago
e606cac
Change meaning of cpi->sf.first_step and rename.
by Paul Wilkins
· 12 years ago
c0167cb
Fix mv range border in pixels
by Jingning Han
· 12 years ago
7dbd8a5
Fix static segmentation feature.
by Ronald S. Bultje
· 12 years ago
c208cd6
Merge "Removing unused YV12_BUFFER_CONFIG arguments from motion search functions." into experimental
by Dmitry Kovalev
· 12 years ago
4be190d
Renaming 'Speed' to 'speed' inside VP9_COMP struct.
by Dmitry Kovalev
· 12 years ago
965c02c
Removing unused YV12_BUFFER_CONFIG arguments from motion search functions.
by Dmitry Kovalev
· 12 years ago
c0504a9
Merge "Merge SB8X8 into the codebase" into experimental
by Jingning Han
· 12 years ago
776c148
Merge SB8X8 into the codebase
by Jingning Han
· 12 years ago
cb7955d
Removed vp9_setup_intra_recon()
by Scott LaVarnway
· 12 years ago
ee97da2
Cleaning up encoder segmentation code.
by Dmitry Kovalev
· 12 years ago
1a46b30
Grow MODE_INFO array to use an 8x8 basis.
by Ronald S. Bultje
· 12 years ago
bb41ab4
Remove BLOCKD structure
by John Koleszar
· 12 years ago
a99e1aa
Remove predictor pointers from BLOCKD
by John Koleszar
· 12 years ago
4bd0f4f
Remove BLOCK structure
by John Koleszar
· 12 years ago
a443447
Move pre, second_pre to per-plane MACROBLOCKD data
by John Koleszar
· 12 years ago
6d5ac8f
reconinter: remove unnecessary functions, params
by John Koleszar
· 12 years ago
d12376a
Move dst to per-plane MACROBLOCKD data
by John Koleszar
· 12 years ago
6f43ff5
Make the use of pred buffers consistent in MB/SB
by Jingning Han
· 12 years ago
2a5278b
Extend diff MV limit from +/-256 to +/-1024
by Jingning Han
· 12 years ago
0d9cc0a
Code cleanup.
by Dmitry Kovalev
· 12 years ago
800ad0b
Use ref_frame_map vice active_ref_idx on the encoder
by John Koleszar
· 12 years ago
eb939f4
Spatial resamping of ZEROMV predictors
by John Koleszar
· 12 years ago
6a4f708
Refactor inter recon functions to support scaling
by John Koleszar
· 12 years ago
da832a8
Start to anonymize reference frames
by John Koleszar
· 12 years ago
7d6b542
New prediction filter
by Adrian Grange
· 12 years ago
5ebe94f
Build fixes to merge vp9-preview into master
by John Koleszar
· 12 years ago
3e0ea7f
vp9: Remove superfluous command.
by Frank Galligan
· 12 years ago
85cba19
remove postproc invokes
by Jim Bankoski
· 12 years ago
fcccbcb
Add vp9_ prefix to all vp9 files
by John Koleszar
· 12 years ago
[Renamed (98%) from vp9/encoder/mbgraph.c]
c72be96
remove macros obfuscating mv costing
by Jim Bankoski
· 12 years ago
8a336b0
silent a lot of MSVC compiler warnings
by Yaowu Xu
· 12 years ago
06f3e51
vpx_scale: sync from master
by John Koleszar
· 12 years ago
4b2c2b9
Rename vp8/ codec directory to vp9/.
by Ronald S. Bultje
· 12 years ago
[Renamed (98%) from vp8/encoder/mbgraph.c]
6c280c2
Adjust style to match Google Coding Style a little more closely.
by Ronald S. Bultje
· 12 years ago
6a4b1e5
Remove vp8 in local symbols.
by Ronald S. Bultje
· 12 years ago
982deeb
Change name of common top-level structures from VP8 to VP9.
by Ronald S. Bultje
· 12 years ago
9bc5f3e
Change common vp8_ public symbol prefixes to vp9_.
by Ronald S. Bultje
· 12 years ago
f88558f
Change encoder vp8_ and vp8cx_ public symbol prefixes to vp9_.
by Ronald S. Bultje
· 12 years ago
07b8707
mbgraph: remove unused function, and make local function static.
by Ronald S. Bultje
· 12 years ago
118b2fe
Remove variance vtable from rtcd
by Jim Bankoski
· 12 years ago
7c15c18
removed the recon rtcd invoke macro code (unrevert)
by Jim Bankoski
· 12 years ago
f9d5f86
Revert "removed the recon. rtcd invoke macro code"
by Jim Bankoski
· 12 years ago
2113a83
removed the recon. rtcd invoke macro code
by Jim Bankoski
· 12 years ago
00f9eb6
New motion vector entropy coding
by Deb Mukherjee
· 13 years ago
e5cc24c
Fix valgrind error which causes non-deterministic results.
by Daniel Kang
· 13 years ago
bf474e1
Refactor vp8_build_inter16x16_predictor functions
by Daniel Kang
· 13 years ago
1099f36
clamp_mv_min_max -> vp8_clamp_mv_min_max
by Daniel Kang
· 13 years ago
2af5473
Merging in high_precision_mv experiment
by Deb Mukherjee
· 13 years ago
Next »