aom/vp9/encoder
Marco c2f6a7df8d vp9 denoiser: Don't estimate noise on resized trigger frame.
Change-Id: I60461f011d1aba0b1eb6584c6940f745221915f4
2015-11-02 09:11:35 -08:00
..
arm/neon add vp9_vector_var_neon 2015-07-31 17:31:58 -07:00
mips/msa Move DC only forward 2D-DCT functions to vpx_dsp 2015-07-28 14:52:30 -07:00
x86 Optimize vp9_highbd_block_error_8bit assembly. 2015-10-21 12:30:40 +01:00
vp9_aq_complexity.c Include vpx_dsp_common.h when using VPXMIN/MAX 2015-08-31 14:36:35 -07:00
vp9_aq_complexity.h vp9: add some missing includes 2015-05-15 10:43:47 -07:00
vp9_aq_cyclicrefresh.c Adjustments to vp9-denoising. 2015-10-27 10:44:19 -07:00
vp9_aq_cyclicrefresh.h Adjustment on limiting cyclic refresh on steady blocks. 2015-10-16 10:16:44 -07:00
vp9_aq_variance.c Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h 2015-08-10 15:37:14 -07:00
vp9_aq_variance.h
vp9_avg.c Add dynamic range notes to vp9_vector_var_c 2015-07-31 16:42:09 -07:00
vp9_bitstream.c vp9: simplify extrabits encoding 2015-10-06 16:26:08 -07:00
vp9_bitstream.h
vp9_block.h Give skip_txfm constants names. 2015-07-31 10:08:08 -07:00
vp9_blockiness.c blockiness: cleanup includes and add statics 2015-08-11 10:58:08 -07:00
vp9_context_tree.c Optimize vpx_quantize_{b,b_32x32} assembler. 2015-10-20 10:11:19 +01:00
vp9_context_tree.h vp9: add extern "C" to headers 2015-09-09 23:15:59 -07:00
vp9_cost.c vpx_dsp/prob.h: vp9_ -> vpx_ 2015-07-20 18:13:04 -07:00
vp9_cost.h vpx_dsp/prob.h: vp9_ -> vpx_ 2015-07-20 18:13:04 -07:00
vp9_dct.c Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h 2015-08-10 15:37:14 -07:00
vp9_denoiser.c vp9 denoiser: Don't estimate noise on resized trigger frame. 2015-11-02 09:11:35 -08:00
vp9_denoiser.h Adjustments to vp9-denoising. 2015-10-27 10:44:19 -07:00
vp9_encodeframe.c Adjustments to vp9-denoising. 2015-10-27 10:44:19 -07:00
vp9_encodeframe.h Refactor set_vbp_thresholds. 2015-05-27 09:25:18 -07:00
vp9_encodemb.c VP9: remove plane_type from macroblockd_plane 2015-09-30 15:15:11 -07:00
vp9_encodemb.h
vp9_encodemv.c Include vpx_dsp_common.h when using VPXMIN/MAX 2015-08-31 14:36:35 -07:00
vp9_encodemv.h vpx_dsp/bitwriter.h: vp9_->vpx_ 2015-07-20 18:13:05 -07:00
vp9_encoder.c VP9-SVC: Allow frame dropping due to overshoot for spatial layers. 2015-10-27 14:51:47 -07:00
vp9_encoder.h Add a new enum type vpx_color_range_t 2015-10-16 16:27:18 -07:00
vp9_ethread.c vp9_accumulate_frame_counts: pass counts directly 2015-09-04 19:47:33 -07:00
vp9_ethread.h vp9: add extern "C" to headers 2015-09-09 23:15:59 -07:00
vp9_extend.c Include vpx_dsp_common.h when using VPXMIN/MAX 2015-08-31 14:36:35 -07:00
vp9_extend.h
vp9_firstpass.c Merge "Incorrect frame used in KF boost loop." 2015-10-26 19:12:34 +00:00
vp9_firstpass.h vp9_firstpass: make vp9_init_subsampling private 2015-08-28 18:54:08 -07:00
vp9_lookahead.c Change vp9_ prefix function names in vpx_scale to vpx_ 2015-08-14 15:27:43 -07:00
vp9_lookahead.h
vp9_mbgraph.c Include vpx_dsp_common.h when using VPXMIN/MAX 2015-08-31 14:36:35 -07:00
vp9_mbgraph.h
vp9_mcomp.c Convert motion search config from AoS to SoA 2015-10-28 15:30:43 +00:00
vp9_mcomp.h Convert motion search config from AoS to SoA 2015-10-28 15:30:43 +00:00
vp9_picklpf.c VP9: move loopfilter build masks to decode loop 2015-09-29 05:20:49 -07:00
vp9_picklpf.h
vp9_pickmode.c Adjustments to vp9-denoising. 2015-10-27 10:44:19 -07:00
vp9_pickmode.h Remove tile param 2015-06-22 06:09:38 -07:00
vp9_quantize.c Change vp9_quantize to vpx_quantize 2015-08-04 15:31:49 -07:00
vp9_quantize.h Migrate quantization functions from vp9/ to vpx_dsp/ 2015-07-17 16:38:14 -07:00
vp9_ratectrl.c Merge "VP9_resizing: add limitation to the downsacling resolution." 2015-10-29 21:00:36 +00:00
vp9_ratectrl.h Turn on two-steps scaling in VP9 encoder dynamic resizing. 2015-10-02 15:27:37 -07:00
vp9_rd.c Include vpx_dsp_common.h when using VPXMIN/MAX 2015-08-31 14:36:35 -07:00
vp9_rd.h Remove tx_select_threshes 2015-07-27 12:02:05 -07:00
vp9_rdopt.c Optimize vp9_highbd_block_error_8bit assembly. 2015-10-21 12:30:40 +01:00
vp9_rdopt.h Changes to use of rectangular partitions. 2015-07-08 18:14:12 +01:00
vp9_resize.c Use sizeof(variable) instead of sizeof(type) 2015-08-12 11:25:38 -07:00
vp9_resize.h vp9: add extern "C" to headers 2015-09-09 23:15:59 -07:00
vp9_segmentation.c vpx_dsp/bitreader.h: vp9_->vpx_ 2015-07-20 18:06:31 -07:00
vp9_segmentation.h
vp9_skin_detection.c vp9_skin_detection: fix some build warnings. 2015-10-08 09:51:34 -07:00
vp9_skin_detection.h vp9_skin_detection: fix some build warnings. 2015-10-08 09:51:34 -07:00
vp9_speed_features.c Changes to partition breakout rules. 2015-10-13 14:19:06 -07:00
vp9_speed_features.h Changes to partition breakout rules. 2015-10-13 14:19:06 -07:00
vp9_subexp.c Shrink probability remap tables. 2015-10-27 12:08:23 -07:00
vp9_subexp.h vpx_dsp/bitwriter.h: vp9_->vpx_ 2015-07-20 18:13:05 -07:00
vp9_svc_layercontext.c VP9-SVC: Allow frame dropping due to overshoot for spatial layers. 2015-10-27 14:51:47 -07:00
vp9_svc_layercontext.h VP9-SVC: Allow frame dropping due to overshoot for spatial layers. 2015-10-27 14:51:47 -07:00
vp9_temporal_filter.c For 1 pass: always use the normative filter in vp9_scale_if_required() 2015-09-14 13:13:32 -07:00
vp9_temporal_filter.h vp9: correct some function signatures 2015-05-15 10:43:47 -07:00
vp9_tokenize.c vp9: simplify extrabits encoding 2015-10-06 16:26:08 -07:00
vp9_tokenize.h vp9: simplify extrabits encoding 2015-10-06 16:26:08 -07:00
vp9_treewriter.c vpx_dsp/prob.h: vp9_ -> vpx_ 2015-07-20 18:13:04 -07:00
vp9_treewriter.h vpx_dsp/bitwriter.h: vp9_->vpx_ 2015-07-20 18:13:05 -07:00