vpx/vp9/encoder
2014-02-28 10:51:21 -08:00
..
x86 vp9_subpel_variance_impl_intrin_avx2.c: make some tables static 2014-02-18 20:42:49 -08:00
vp9_bitstream.c Merge "Cleaning up encode_ref_frame() to match read_ref_frames()." 2014-02-28 10:51:21 -08:00
vp9_bitstream.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_block.h vp9_rd_pick_inter_mode_sb() reorganization 2014-02-20 18:06:25 -08:00
vp9_dct.c minor spelling cleanup in comments 2014-02-12 16:32:51 -08:00
vp9_encodeframe.c Merge "Replacing int_mv with MV and adding const qualifiers." 2014-02-28 10:38:42 -08:00
vp9_encodeframe.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_encodemb.c Inlining optimize_init_b() function. 2014-02-27 15:48:22 -08:00
vp9_encodemb.h Cleaning up vp9_encodemb.c file. 2014-02-26 13:51:12 -08:00
vp9_encodemv.c Replacing int_mv with MV and adding const qualifiers. 2014-02-26 14:13:23 -08:00
vp9_encodemv.h Merge "Replacing int_mv with MV and adding const qualifiers." 2014-02-28 10:38:42 -08:00
vp9_extend.c Move vp9_extend.{h,c} from common to encoder 2013-11-18 12:43:36 -08:00
vp9_extend.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_firstpass.c Cleaning up vp9_encodemb.c file. 2014-02-26 13:51:12 -08:00
vp9_firstpass.h Removes active_worst_quality feedback 2014-02-11 16:59:56 -08:00
vp9_lookahead.c Moving twopass_rc and FIRSTPASS_STATS to vp9_firstpass.h. 2014-02-05 18:28:28 -08:00
vp9_lookahead.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_mbgraph.c Remove comment from calls to vp9_clear_system_state. 2014-02-18 15:43:42 -08:00
vp9_mbgraph.h Moving MBGRAPH_{MB, FRAME}_STATS structs to vp9_mbgraph.h. 2014-02-03 12:35:06 -08:00
vp9_mcomp.c Merge "Changing vp9_full_search_sad{, x3, x8} signatures." 2014-02-25 10:51:17 -08:00
vp9_mcomp.h Merge "Changing vp9_full_search_sad{, x3, x8} signatures." 2014-02-25 10:51:17 -08:00
vp9_onyx_if.c Turns variance based partitioning on in Speed 7 2014-02-27 12:09:12 -08:00
vp9_onyx_int.h Adds variance based fixed size partitioning 2014-02-25 12:20:59 -08:00
vp9_picklpf.c Rename a loopfilter parameter 2014-01-31 16:30:04 -08:00
vp9_picklpf.h Add some consts to vp9_calc_ss_err(). 2014-01-24 14:26:02 -08:00
vp9_pickmode.c Merge "Enable using fast HEX search in non-rd pick mode" 2014-02-28 08:29:02 -08:00
vp9_pickmode.h create super fast rtc mode 2014-01-29 08:39:39 -08:00
vp9_quantize.c A couple more V.S. warnings silenced. 2014-02-14 20:34:14 -08:00
vp9_quantize.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_ratectrl.c Fixing include order in vp9_ratectrl.c. 2014-02-27 15:35:38 -08:00
vp9_ratectrl.h Merge "vp9_ratectrl - convert buffers to int64 to avoid casting" 2014-02-14 09:42:21 -08:00
vp9_rdopt.c Merge "Removing unnecessary clamp() call." 2014-02-28 10:49:35 -08:00
vp9_rdopt.h Moving common code into vp9_get_entropy_contexts(). 2014-02-26 16:20:17 -08: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 Renaming vp9_sad_c.c to vp9_sad.c. 2014-02-05 11:31:15 -08:00
vp9_segmentation.c Moving reset_segment_features() to encoder/vp9_segmentation.h. 2014-01-06 11:31:57 -08:00
vp9_segmentation.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_ssim.c cpplint issues in vp9_ssim.c 2013-10-04 14:08:37 -07:00
vp9_subexp.c Propgate constants through subexp routines. 2014-02-03 11:55:46 -08:00
vp9_subexp.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_temporal_filter.c Adding vpx_sse_to_psnr() function. 2014-02-26 16:21:12 -08:00
vp9_temporal_filter.h Enables alt-ref frames in one pass mode 2014-01-29 11:04:52 -08:00
vp9_tokenize.c Moving get_tx_eob() from common to encoder. 2014-02-27 18:26:44 -08:00
vp9_tokenize.h Shrink dct_value_cost[] to int16_t. 2014-02-25 13:07:18 -08:00
vp9_treewriter.c Moving vp9_tree_probs_from_distribution() to encoder. 2013-12-05 18:13:26 -08:00
vp9_treewriter.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_vaq.c Merge "vp9_vaq.c: Cast result of round() to int to silence warning caused by clamp() call." 2014-02-20 11:57:36 -08:00
vp9_vaq.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_variance.c Renaming vp9_variance_c.c to vp9_variance.c. 2014-02-04 14:49:43 -08:00
vp9_variance.h vp9/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_write_bit_buffer.h vp9_write_bit_buffer.h add consts to suppress warnings in vs 2014-02-14 07:30:33 -08:00
vp9_writer.c Removing SECTIONBITS_OUTPUT. 2014-01-29 14:15:34 -08:00
vp9_writer.h Removing SECTIONBITS_OUTPUT. 2014-01-29 14:15:34 -08:00