vpx/vp9/encoder
Jingning Han 86d2a9b978 Separate setup_scale_factor/extend_frame_borders
This commit takes out vp9_extend_frame_borders from
vp9_setup_scale_factors.

The refactoring is for the preparation of the use of lazy border
extension at decoder. This makes it necessary to handle border
extension separately at encoder/decoder. The use of
vp9_extend_frame_borders will be removed, when lazy border extension
is ready.

Change-Id: Ia3baba3d179d5f11eee1634f19b3b319d2a59186
2013-11-22 12:02:08 -08:00
..
x86 Fix an overflow issue in SSE2 forward ADST 2013-11-13 15:15:59 -08:00
vp9_bitstream.c remove the model and copy in pack_mb_tokens 2013-11-20 10:06:04 -08:00
vp9_bitstream.h Cleans up mbskip encoding 2013-06-07 16:00:26 -07:00
vp9_block.h Simplifies band-getting with a static array 2013-11-13 22:15:16 -08:00
vp9_boolhuff.c cpplint issues with vp9_boolhuff.c resolved 2013-10-04 17:20:58 -07:00
vp9_boolhuff.h Moving exp. coding functions from vp9_boolhuff.c to vp9_bitstream.c. 2013-05-20 16:23:19 -07:00
vp9_dct.c Take out assertion from inverse transforms 2013-11-15 15:30:47 -08:00
vp9_dct.h Adding fht{4x4, 8x8, 16x16} functions. 2013-10-25 17:55:07 -07:00
vp9_encodeframe.c Merge "vpxenc: add --aq-mode flag to control adaptive quantization" 2013-11-20 08:13:28 -08:00
vp9_encodeframe.h Moving get_token_alloc function from common to the encoder. 2013-10-01 11:54:10 -07:00
vp9_encodemb.c Move vp9_setup_interp_filter() to encoder 2013-11-19 14:57:58 -08:00
vp9_encodemb.h Move vp9_setup_interp_filter() to encoder 2013-11-19 14:57:58 -08:00
vp9_encodemv.c Cleaning up probability/cost functions. 2013-11-19 14:59:12 -08:00
vp9_encodemv.h Cleaning up vp9_update_nmv_count function. 2013-09-24 15:55:49 -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 Move vp9_extend.{h,c} from common to encoder 2013-11-18 12:43:36 -08:00
vp9_firstpass.c Merge "vpxenc: add --aq-mode flag to control adaptive quantization" 2013-11-20 08:13:28 -08:00
vp9_firstpass.h cpplint errors in vp9_onyx_if.h 2013-10-07 13:57:20 -07:00
vp9_lookahead.c Move vp9_extend.{h,c} from common to encoder 2013-11-18 12:43:36 -08:00
vp9_lookahead.h Removing and moving around constant definitions. 2013-07-15 19:26:30 -07:00
vp9_mbgraph.c Removing vp9_encodeintra.{h, c} files. 2013-11-15 12:17:16 -08:00
vp9_mbgraph.h Code cleanup. 2013-02-28 13:18:02 -08:00
vp9_mcomp.c Constrain encoder motion search range 2013-11-18 11:19:45 -08:00
vp9_mcomp.h Constrain encoder motion search range 2013-11-18 11:19:45 -08:00
vp9_modecosts.c Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS. 2013-10-30 14:40:34 -07:00
vp9_modecosts.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_onyx_if.c Separate setup_scale_factor/extend_frame_borders 2013-11-22 12:02:08 -08:00
vp9_onyx_int.h vpxenc: add --aq-mode flag to control adaptive quantization 2013-11-15 19:42:20 +01:00
vp9_picklpf.c cpplint issues in vp9_picklpf.c 2013-10-04 17:08:41 -07:00
vp9_picklpf.h Added lpf level picking using partial frame 2013-08-09 07:37:08 -07:00
vp9_psnr.c lint issue in vp9_psnr.c 2013-10-04 11:01:49 -07:00
vp9_psnr.h Code cleanup. 2013-02-21 10:34:33 -08:00
vp9_quantize.c Moving q_index from MACROBLOCKD to MACROBLOCK. 2013-11-12 18:13:19 -08:00
vp9_quantize.h Cleaning up vp9_regular_quantize_b_4x4. 2013-10-28 14:28:28 -07:00
vp9_ratectrl.c Modified no memory rate control. 2013-10-19 12:40:43 +01:00
vp9_ratectrl.h Removing redundant 'extern' keyword. 2013-09-24 15:13:09 -07:00
vp9_rdopt.c Use restore_dst_buf in handle_inter_mode 2013-11-19 15:33:16 -08:00
vp9_rdopt.h Removing vp9_encodeintra.{h, c} files. 2013-11-15 12:17:16 -08:00
vp9_sad_c.c Move vp9_sadmxn.h from common to encoder 2013-11-19 12:46:08 -08:00
vp9_sadmxn.h Move vp9_sadmxn.h from common to encoder 2013-11-19 12:46:08 -08:00
vp9_segmentation.c vp9: add TileInfo 2013-10-28 20:54:43 +01:00
vp9_segmentation.h Clean out some legacy code. 2013-04-19 22:16:28 +01:00
vp9_ssim.c cpplint issues in vp9_ssim.c 2013-10-04 14:08:37 -07:00
vp9_subexp.c Cleaning up probability/cost functions. 2013-11-19 14:59:12 -08:00
vp9_subexp.h Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB. 2013-10-11 10:47:22 -07:00
vp9_temporal_filter.c Move vp9_extend.{h,c} from common to encoder 2013-11-18 12:43:36 -08:00
vp9_temporal_filter.h Move configure_arnr_filter function 2013-04-16 15:58:27 -07:00
vp9_tokenize.c Simplifies band-getting with a static array 2013-11-13 22:15:16 -08:00
vp9_tokenize.h Removing old code. 2013-11-04 16:38:15 -08:00
vp9_treewriter.c General code cleanup inside treewriter-related files. 2013-04-30 16:39:07 -07:00
vp9_treewriter.h remove the model and copy in pack_mb_tokens 2013-11-20 10:06:04 -08:00
vp9_vaq.c Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup. 2013-11-06 13:34:23 -08:00
vp9_vaq.h Implement variance-based adaptive quantization 2013-10-16 11:55:13 +01:00
vp9_variance_c.c Merge "Moving FILTER_BITS constant from vp9_convolve.h to vp9_filter.h." 2013-10-16 13:13:14 -07:00
vp9_variance.h Implement variance-based adaptive quantization 2013-10-16 11:55:13 +01:00
vp9_write_bit_buffer.h Preparation to new frame size encoding. 2013-06-07 13:41:44 -07:00