..
arm /neon
move vp9_avg to vpx_dsp
2015-12-14 14:42:12 -08:00
mips /msa
move vp9_avg to vpx_dsp
2015-12-14 14:42:12 -08:00
x86
Improvement on hybrid transform 4x4 DCT_DCT SSE4.1 optimization
2016-04-15 14:16:30 -07:00
aq_complexity.c
Make superblock size variable at the frame level.
2016-04-07 10:34:25 +01:00
aq_complexity.h
VP9_COMP -> VP10_COMP
2015-08-13 11:37:17 -07:00
aq_cyclicrefresh.c
Make superblock size variable at the frame level.
2016-04-07 10:34:25 +01:00
aq_cyclicrefresh.h
vp10 cleanup: remove svc code
2015-08-28 11:53:32 -07:00
aq_variance.c
Extend superblock size fo 128x128 pixels.
2016-03-30 18:23:06 +01:00
aq_variance.h
VP9_COMP -> VP10_COMP
2015-08-13 11:37:17 -07:00
bitstream.c
Store ANS token CDFs in the FRAME_CONTEXT rather than in a global table.
2016-04-19 09:39:48 -07:00
bitstream.h
Port large scale tile coding features from nextgen.
2016-03-24 09:26:05 +00:00
bitwriter.h
Add pluggable bitwriters.
2016-03-25 11:02:41 -07:00
block.h
Refactor rd_variance_adjustment function
2016-04-18 09:37:34 -07:00
blockiness.c
Sync vp10 with vpx_ports/system_state.h
2015-08-12 09:21:25 -07:00
buf_ans.c
Use an exponential growth approach for the ANS reversal buffer.
2016-04-13 15:16:29 -07:00
buf_ans.h
Use an exponential growth approach for the ANS reversal buffer.
2016-04-13 15:16:29 -07:00
context_tree.c
Refactor PC_TREE root handling.
2016-04-08 17:01:00 +01:00
context_tree.h
Extend superblock size fo 128x128 pixels.
2016-03-30 18:23:06 +01:00
cost.c
Port "Better workaround for Bug 1089." to vp10 (nextgenv2).
2016-02-22 10:19:03 -08:00
cost.h
Port "Better workaround for Bug 1089." to vp10 (nextgenv2).
2016-02-22 10:19:03 -08:00
dct.c
Adds 1D transforms for ADST/FlipADST to make 16
2016-03-21 11:19:36 -07:00
denoiser.c
Extend superblock size fo 128x128 pixels.
2016-03-30 18:23:06 +01:00
denoiser.h
Restore the flexibility for the new 3 references
2015-12-17 16:34:02 -08:00
encodeframe.c
Revert "Fix uninitialized blk_skip for VAR TX."
2016-04-19 15:41:56 +01:00
encodeframe.h
VP9_COMP -> VP10_COMP
2015-08-13 11:37:17 -07:00
encodemb.c
Revert "Fix uninitialized blk_skip for VAR TX."
2016-04-19 15:41:56 +01:00
encodemb.h
Super transform - ported from nextgen branch
2016-01-04 22:12:57 -08:00
encodemv.c
ANS experiment: Use ANS everywhere.
2016-04-01 11:32:31 -07:00
encodemv.h
ANS experiment: Use ANS everywhere.
2016-04-01 11:32:31 -07:00
encoder.c
Store ANS token CDFs in the FRAME_CONTEXT rather than in a global table.
2016-04-19 09:39:48 -07:00
encoder.h
Use an exponential growth approach for the ANS reversal buffer.
2016-04-13 15:16:29 -07:00
ethread.c
Extend variance based partitioning to 128x128 superblocks
2016-04-12 09:40:11 +01:00
ethread.h
vp10: add extern "C" to headers
2015-09-09 23:15:59 -07:00
extend.c
Include vpx_dsp_common.h when using VPXMIN/MAX
2015-08-31 14:36:35 -07:00
extend.h
Correct guard macros in header files
2015-08-13 09:25:39 -07:00
firstpass.c
Refactor PC_TREE root handling.
2016-04-08 17:01:00 +01:00
firstpass.h
vp10 cleanup: remove svc code
2015-08-28 11:53:32 -07:00
hybrid_fwd_txfm.c
Fit adst/dct's stage range into 32-bit in bd12
2016-04-14 15:44:05 -07:00
hybrid_fwd_txfm.h
Use vp10_[fwd/inv]_txfm2d_add_#x# for bd 10
2016-03-23 12:05:12 -07:00
lookahead.c
vp9/10: fix encoder crash on flush
2016-01-28 12:53:41 -08:00
lookahead.h
vp10 cleanup: remove svc code
2015-08-28 11:53:32 -07:00
mbgraph.c
Add high-precision sub-pixel search as a speed feature
2016-03-11 16:32:11 -08:00
mbgraph.h
VP9_COMP -> VP10_COMP
2015-08-13 11:37:17 -07:00
mcomp.c
Merge "Some cosmetic improvements since HBD variance 4x4 optimization" into nextgenv2
2016-04-11 16:04:02 +00:00
mcomp.h
Make subpel masked motion work with upsampled refs
2016-04-08 08:54:58 -07:00
palette.c
Convert palette from double to float.
2016-04-07 15:17:30 -07:00
palette.h
Convert palette from double to float.
2016-04-07 15:17:30 -07:00
picklpf.c
Extend superblock size fo 128x128 pixels.
2016-03-30 18:23:06 +01:00
picklpf.h
Adding loop wiener restoration
2016-02-12 09:56:24 -08:00
pickrst.c
Fix an overflow in highbitdepth loop restoration
2016-03-11 11:48:24 -08:00
pickrst.h
Adding loop wiener restoration
2016-02-12 09:56:24 -08:00
quantize.c
Generalize txfm scale in highbd quantizer
2016-03-30 15:25:26 -07:00
quantize.h
Generalize txfm scale in highbd quantizer
2016-03-30 15:25:26 -07:00
ratectrl.c
Fixed interval, fixed Q 1 pass test patch.
2015-12-15 15:33:25 +00:00
ratectrl.h
Fixed interval, fixed Q 1 pass test patch.
2015-12-15 15:33:25 +00:00
rd.c
Add vp10_ prefix to full_to_model_counts and fill_token_costs
2016-04-12 11:06:47 -07:00
rd.h
Add vp10_ prefix to full_to_model_counts and fill_token_costs
2016-04-12 11:06:47 -07:00
rdopt.c
Revert "Fix uninitialized blk_skip for VAR TX."
2016-04-19 15:41:56 +01:00
rdopt.h
Refactor prediction functions of OBMC
2016-03-21 17:04:13 -07:00
resize.c
Fix some static analysis issues with resize
2016-03-31 14:39:34 -07:00
resize.h
vp10: add extern "C" to headers
2015-09-09 23:15:59 -07:00
segmentation.c
Make superblock size variable at the frame level.
2016-04-07 10:34:25 +01:00
segmentation.h
vp10: make segmentation probs use generic probability model.
2015-10-16 19:30:38 -04:00
skin_detection.c
Change vp9_ prefix function names in vpx_scale to vpx_
2015-08-14 15:27:43 -07:00
skin_detection.h
VP9_COMP -> VP10_COMP
2015-08-13 11:37:17 -07:00
speed_features.c
Extend superblock size fo 128x128 pixels.
2016-03-30 18:23:06 +01:00
speed_features.h
Make superblock size variable at the frame level.
2016-04-07 10:34:25 +01:00
subexp.c
ANS experiment: Use ANS everywhere.
2016-04-01 11:32:31 -07:00
subexp.h
ANS experiment: Use ANS everywhere.
2016-04-01 11:32:31 -07:00
temporal_filter.c
Add high-precision sub-pixel search as a speed feature
2016-03-11 16:32:11 -08:00
temporal_filter.h
VP9_COMP -> VP10_COMP
2015-08-13 11:37:17 -07:00
tokenize.c
Store ANS token CDFs in the FRAME_CONTEXT rather than in a global table.
2016-04-19 09:39:48 -07:00
tokenize.h
Store ANS token CDFs in the FRAME_CONTEXT rather than in a global table.
2016-04-19 09:39:48 -07:00
treewriter.c
Remove vp9_ prefix from vp10 files
2015-08-11 21:24:08 -07:00
treewriter.h
Force the VPX boolcoder trees in the ANS test.
2016-03-28 12:10:08 -07:00
variance_tree.c
Extend variance based partitioning to 128x128 superblocks
2016-04-12 09:40:11 +01:00
variance_tree.h
Extend variance based partitioning to 128x128 superblocks
2016-04-12 09:40:11 +01:00