.. |
arm/neon
|
Improved vp9_quantize_fp_neon()
|
2014-08-08 13:57:25 -07:00 |
x86
|
Replacing vp9_get_mb_ss_sse2 asm implementation with intrinsics.
|
2014-09-06 00:10:25 -07:00 |
vp9_aq_complexity.c
|
Adds high bitdepth quantization functions
|
2014-09-16 14:55:37 -07:00 |
vp9_aq_complexity.h
|
Move aq_mode=2 (complexity_aq) to separate file.
|
2014-03-26 18:01:59 -07:00 |
vp9_aq_cyclicrefresh.c
|
Adds high bitdepth quantization functions
|
2014-09-16 14:55:37 -07:00 |
vp9_aq_cyclicrefresh.h
|
Encapsulating CYCLIC_REFRESH struct into .c file.
|
2014-03-26 11:00:35 -07:00 |
vp9_aq_variance.c
|
Adds high bitdepth quantization functions
|
2014-09-16 14:55:37 -07:00 |
vp9_aq_variance.h
|
Renaming "onyx" to "encoder".
|
2014-04-22 14:57:05 -07:00 |
vp9_bitstream.c
|
Merge "Removing clear_system_state() call from update_coef_probs()."
|
2014-09-03 11:05:45 -07:00 |
vp9_bitstream.h
|
[svc] Temporal svc with two pass rate control
|
2014-09-02 12:05:14 -07:00 |
vp9_block.h
|
Adds high bitdepth transform functions and tests
|
2014-09-11 19:56:33 -07:00 |
vp9_context_tree.c
|
Adds high bitdepth transform functions and tests
|
2014-09-11 19:56:33 -07:00 |
vp9_context_tree.h
|
Adds high bitdepth transform functions and tests
|
2014-09-11 19:56:33 -07:00 |
vp9_cost.c
|
Adding vp9_cost.{h, c} files.
|
2014-03-05 11:57:57 -08:00 |
vp9_cost.h
|
Adding vp9_cost.{h, c} files.
|
2014-03-05 11:57:57 -08:00 |
vp9_dct.c
|
Adds high bitdepth transform functions and tests
|
2014-09-11 19:56:33 -07:00 |
vp9_denoiser.c
|
Fix the bug which made VP8 denoiser not bit-exact between C code and SSE code.
|
2014-09-10 16:18:43 -07:00 |
vp9_denoiser.h
|
Fix the bug which made VP8 denoiser not bit-exact between C code and SSE code.
|
2014-09-10 16:18:43 -07:00 |
vp9_encodeframe.c
|
Refactor encode_superblock function
|
2014-09-12 15:58:17 -07:00 |
vp9_encodeframe.h
|
Decide the partitioning threshold from the variance histogram
|
2014-06-30 09:36:23 -07:00 |
vp9_encodemb.c
|
Merge "Refactor encode_superblock function"
|
2014-09-15 09:28:31 -07:00 |
vp9_encodemb.h
|
uint8_t segment and skip to avoid signed / unsigned warnings
|
2014-08-04 08:52:40 -07:00 |
vp9_encodemv.c
|
Removing dummy_packing member from VP9_COMP.
|
2014-08-29 17:33:20 -07:00 |
vp9_encodemv.h
|
Renaming "onyx" to "encoder".
|
2014-04-22 14:57:05 -07:00 |
vp9_encoder.c
|
Adds high bitdepth convolve, interpred & scaling
|
2014-09-18 07:26:17 -07:00 |
vp9_encoder.h
|
Adds high bitdepth transform functions and tests
|
2014-09-11 19:56:33 -07:00 |
vp9_extend.c
|
Remove unfinished VP9 alpha channel.
|
2014-07-21 15:55:50 -07:00 |
vp9_extend.h
|
vp9/encoder: add extern "C" to headers
|
2014-01-23 16:21:24 -08:00 |
vp9_firstpass.c
|
Merge "[spatial svc] Use same golden frame for all temporal layers"
|
2014-09-18 12:29:40 -07:00 |
vp9_firstpass.h
|
Substantial reworking of code for arf and kf groups.
|
2014-09-18 12:53:48 +01:00 |
vp9_lookahead.c
|
Adds config opt for highbitdepth + misc. vpx
|
2014-09-02 14:37:10 -07:00 |
vp9_lookahead.h
|
Adds config opt for highbitdepth + misc. vpx
|
2014-09-02 14:37:10 -07:00 |
vp9_mbgraph.c
|
Updates vp9_pattern search to return integer sads
|
2014-08-28 06:49:58 -07:00 |
vp9_mbgraph.h
|
Renaming MB_PREDICTION_MODE to PREDICTION_MODE.
|
2014-04-22 17:48:31 -07:00 |
vp9_mcomp.c
|
Use bigdia search with pruned subpel search
|
2014-09-12 10:25:12 -07:00 |
vp9_mcomp.h
|
Updates vp9_pattern search to return integer sads
|
2014-08-28 06:49:58 -07:00 |
vp9_picklpf.c
|
Adds high bitdepth quantization functions
|
2014-09-16 14:55:37 -07:00 |
vp9_picklpf.h
|
Renaming "onyx" to "encoder".
|
2014-04-22 14:57:05 -07:00 |
vp9_pickmode.c
|
Adds high bitdepth quantization functions
|
2014-09-16 14:55:37 -07:00 |
vp9_pickmode.h
|
vp9_pickmode: move PRED_BUFFER definition to .c
|
2014-09-05 19:22:53 -07:00 |
vp9_quantize.c
|
Adds high bitdepth quantization functions
|
2014-09-16 14:55:37 -07:00 |
vp9_quantize.h
|
Adds high bitdepth transform functions and tests
|
2014-09-11 19:56:33 -07:00 |
vp9_ratectrl.c
|
Substantial reworking of code for arf and kf groups.
|
2014-09-18 12:53:48 +01:00 |
vp9_ratectrl.h
|
Substantial reworking of code for arf and kf groups.
|
2014-09-18 12:53:48 +01:00 |
vp9_rd.c
|
Adds high bitdepth quantization functions
|
2014-09-16 14:55:37 -07:00 |
vp9_rd.h
|
Cleanup vp9_rd.
|
2014-07-02 15:54:36 -07:00 |
vp9_rdopt.c
|
Adds high bitdepth quantization functions
|
2014-09-16 14:55:37 -07:00 |
vp9_rdopt.h
|
Split vp9_rdopt into vp9_rdopt and vp9_rd.
|
2014-07-02 15:33:33 -07:00 |
vp9_resize.c
|
Removing redefinition of ROUND_POWER_OF_TWO.
|
2014-02-27 11:57:00 -08:00 |
vp9_resize.h
|
Multiple resize filters
|
2014-01-25 09:39:48 -08:00 |
vp9_sad.c
|
Adds high bit depth sad and variance functions
|
2014-09-11 17:30:44 -07:00 |
vp9_segmentation.c
|
Removing direct references to VP9_COMP.
|
2014-08-06 12:59:02 -07:00 |
vp9_segmentation.h
|
Removing direct references to VP9_COMP.
|
2014-08-06 12:59:02 -07:00 |
vp9_speed_features.c
|
Merge "Remove unused speed feature"
|
2014-09-13 10:43:03 -07:00 |
vp9_speed_features.h
|
Remove unused speed feature
|
2014-09-11 15:54:53 -07:00 |
vp9_ssim.c
|
vp9_calc_ssim: remove unused parm to resolve warning
|
2014-08-22 13:41:38 -07:00 |
vp9_ssim.h
|
vp9_calc_ssim: remove unused parm to resolve warning
|
2014-08-22 13:41:38 -07:00 |
vp9_subexp.c
|
vp9_subexp: remove vp9_compute_update_table()
|
2014-08-05 14:34:15 -07:00 |
vp9_subexp.h
|
vp9_subexp: remove vp9_compute_update_table()
|
2014-08-05 14:34:15 -07:00 |
vp9_svc_layercontext.c
|
[spatial svc] Use same golden frame for all temporal layers
|
2014-09-18 11:16:29 -07:00 |
vp9_svc_layercontext.h
|
[spatial svc] Output psnr for all layers in one packet.
|
2014-09-11 16:21:35 -07:00 |
vp9_temporal_filter.c
|
Adds high bitdepth convolve, interpred & scaling
|
2014-09-18 07:26:17 -07:00 |
vp9_temporal_filter.h
|
Re-factor and simplify arnr filter.
|
2014-07-11 17:45:40 +01:00 |
vp9_tokenize.c
|
Adds high bitdepth transform functions and tests
|
2014-09-11 19:56:33 -07:00 |
vp9_tokenize.h
|
Shrink dct_value_cost[] to int16_t.
|
2014-02-25 13:07:18 -08:00 |
vp9_treewriter.c
|
Adding vp9_cost.{h, c} files.
|
2014-03-05 11:57:57 -08:00 |
vp9_treewriter.h
|
Adding vp9_cost.{h, c} files.
|
2014-03-05 11:57:57 -08:00 |
vp9_variance.c
|
Adds high bit depth sad and variance functions
|
2014-09-11 17:30:44 -07:00 |
vp9_variance.h
|
Adds high bit depth sad and variance functions
|
2014-09-11 17:30:44 -07:00 |
vp9_write_bit_buffer.c
|
vp9_write_bit_buffer: fix function name typo
|
2014-08-05 21:57:54 -07:00 |
vp9_write_bit_buffer.h
|
vp9_write_bit_buffer: fix function name typo
|
2014-08-05 21:57:54 -07:00 |
vp9_writer.c
|
remove unused fields from BOOL_CODER / vp9_writer
|
2014-08-05 21:58:03 -07:00 |
vp9_writer.h
|
Merge "fixes several -Wunused-function warnings"
|
2014-08-12 20:15:14 -07:00 |