vpx/vp9/encoder
Dmitry Kovalev c9dfa3f72e Cleaning up vp9_full_range_search_c() function.
Change-Id: Ifc9114aeacd493cfa04d4cb3d071bf1de80e0568
2014-04-30 15:40:24 -07:00
..
x86 Removing unused vp9_variance_halfpixvar*() functions. 2014-04-25 11:50:07 -07:00
vp9_aq_complexity.c Moving compute_qdelta functions into vp9_ratectrl.{h, c}. 2014-04-07 16:57:53 -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 Enable background detection for adaptive quantizer control 2014-04-21 08:57:53 -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 Moving compute_qdelta functions into vp9_ratectrl.{h, c}. 2014-04-07 16:57:53 -07:00
vp9_aq_variance.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_bitstream.c Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_bitstream.h Cleaning up vp9_bitstream.{c, h} files. 2014-02-27 15:32:11 -08:00
vp9_block.h Adding search_site_config struct. 2014-04-29 10:34:53 -07:00
vp9_context_tree.c add a context tree structure to encoder 2014-04-17 07:30:55 -07:00
vp9_context_tree.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -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 minor spelling cleanup in comments 2014-02-12 16:32:51 -08:00
vp9_encodeframe.c Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_encodeframe.h Use source frame difference to make partition decision 2014-04-08 17:03:02 -07:00
vp9_encodemb.c Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_encodemb.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_encodemv.c Renaming two members in MACROBLOCKD struct. 2014-04-01 17:46:40 -07:00
vp9_encodemv.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_encoder.c Merge "Adding search_site_config struct." 2014-04-29 16:59:47 -07:00
vp9_encoder.h Adding search_site_config struct. 2014-04-29 10:34:53 -07: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 Merge "[svc rc] Increase worst quality for enhancement layers" 2014-04-30 11:02:54 -07:00
vp9_firstpass.h Cleaning up vp9_twopass_worst_quality(). 2014-04-09 21:06:11 -07:00
vp9_lookahead.c Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_lookahead.h Make last frame source available in current frame encoding 2014-04-01 15:01:38 -07:00
vp9_mbgraph.c Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_mbgraph.h Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_mcomp.c Cleaning up vp9_full_range_search_c() function. 2014-04-30 15:40:24 -07:00
vp9_mcomp.h Adding search_site_config struct. 2014-04-29 10:34:53 -07:00
vp9_picklpf.c Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_picklpf.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_pickmode.c Merge "Apply max intra block size condition to non-RD mode decision" 2014-04-24 17:27:14 -07:00
vp9_pickmode.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_quantize.c Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_quantize.h Fix the CONFIG_ALPHA build. 2014-04-22 11:23:49 -07:00
vp9_ratectrl.c Remove key_frame_frequency variable from VP9_COMP 2014-04-24 08:44:47 -07:00
vp9_ratectrl.h Merge "Add experimental VBR adaptation method." 2014-04-21 09:11:19 -07:00
vp9_rdopt.c Renaming MB_PREDICTION_MODE to PREDICTION_MODE. 2014-04-22 17:48:31 -07:00
vp9_rdopt.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -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 Adding sad function generation macros. 2014-04-15 17:46:45 -07:00
vp9_segmentation.c Inlining vp9_set_segmentation_map() function. 2014-04-21 20:22:36 -07:00
vp9_segmentation.h Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_speed_features.c Merge "Chessboard pattern prediction filter type search in non-RD coding" 2014-04-23 12:48:27 -07:00
vp9_speed_features.h Chessboard pattern prediction filter type search in non-RD coding 2014-04-23 10:41:07 -07:00
vp9_ssim.c Adding vp9_ssim.h file. 2014-04-08 16:08:39 -07:00
vp9_ssim.h Adding vp9_ssim.h file. 2014-04-08 16:08:39 -07:00
vp9_subexp.c Removed several unused functions. 2014-03-17 14:09:29 -07:00
vp9_subexp.h vp9_prob_diff_update_savings_search_model(): remove params 2014-03-02 20:36:32 -08:00
vp9_svc_layercontext.c Remove key_frame_frequency variable from VP9_COMP 2014-04-24 08:44:47 -07:00
vp9_svc_layercontext.h Adding vp9_inc_frame_in_layer() function. 2014-04-09 10:26:32 -07:00
vp9_temporal_filter.c Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -07:00
vp9_temporal_filter.h Enables alt-ref frames in one pass mode 2014-01-29 11:04:52 -08:00
vp9_tokenize.c Renaming "onyx" to "encoder". 2014-04-22 14:57:05 -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 Removing unused vp9_variance_halfpixvar*() functions. 2014-04-25 11:50:07 -07:00
vp9_variance.h Removing unused vp9_variance_halfpixvar*() functions. 2014-04-25 11:50:07 -07:00
vp9_write_bit_buffer.c vp9_write_bit_buffer.h header statics converted to globals 2014-03-24 09:56:06 -07:00
vp9_write_bit_buffer.h vp9_write_bit_buffer.h header statics converted to globals 2014-03-24 09:56:06 -07:00
vp9_writer.c Removing unused active_section global variable. 2014-03-07 14:05:51 -08:00
vp9_writer.h Adding vp9_cost.{h, c} files. 2014-03-05 11:57:57 -08:00