aom/vp9/encoder
John Koleszar b6a3062d81 Fix incorrect comparison of frame size
The width and height stored in the reference frames are padded out to
a multiple of 16. The Width and Height variables in common are the
displayed size, which may be smaller. The incorrect comparison was
causing scaling related code to be called when it shouldn't have
been. A notable case where this happens is 1080p, since 1088 != 1080.

Change-Id: I55f743eeeeaefbf2e777e193bc9a77ff726e16b5
2013-02-28 11:33:02 -08:00
..
ppc Add vp9_ prefix to all vp9 files 2012-11-27 14:12:30 -08:00
x86 this commit converts all sad ptrs to uint32 2013-02-28 08:46:35 -08:00
vp9_asm_enc_offsets.c Move eob from BLOCKD to MACROBLOCKD. 2013-02-27 11:00:55 -08:00
vp9_bitstream.c Split coefficient token tables intra vs. inter. 2013-02-23 07:33:46 -08:00
vp9_bitstream.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_block.h Move eob from BLOCKD to MACROBLOCKD. 2013-02-27 11:00:55 -08:00
vp9_boolhuff.c Code cleanup. 2013-02-21 13:50:15 -08:00
vp9_boolhuff.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_dct.c Faster vp9_short_fdct8x8. 2013-02-27 17:23:08 -08:00
vp9_encodeframe.c Use ref_frame_map vice active_ref_idx on the encoder 2013-02-27 08:22:40 -08:00
vp9_encodeframe.h Code cleanup. 2013-02-21 13:50:15 -08:00
vp9_encodeintra.c Move eob from BLOCKD to MACROBLOCKD. 2013-02-27 11:00:55 -08:00
vp9_encodeintra.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_encodemb.c Move eob from BLOCKD to MACROBLOCKD. 2013-02-27 11:00:55 -08:00
vp9_encodemb.h Spatial resamping of ZEROMV predictors 2013-02-26 23:54:23 -08:00
vp9_encodemv.c more unused variables. 2012-11-29 08:54:59 -08:00
vp9_encodemv.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_firstpass.c Use ref_frame_map vice active_ref_idx on the encoder 2013-02-27 08:22:40 -08:00
vp9_firstpass.h Code cleanup. 2013-02-21 13:50:15 -08:00
vp9_lookahead.c fixed includes to be fully specified 2012-11-28 10:53:17 -08:00
vp9_lookahead.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_mbgraph.c Use ref_frame_map vice active_ref_idx on the encoder 2013-02-27 08:22:40 -08:00
vp9_mbgraph.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_mcomp.c this commit converts all sad ptrs to uint32 2013-02-28 08:46:35 -08:00
vp9_mcomp.h Entropy stats output code. 2013-02-20 14:33:19 +00:00
vp9_modecosts.c fixed includes to be fully specified 2012-11-28 10:53:17 -08: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 Fix incorrect comparison of frame size 2013-02-28 11:33:02 -08:00
vp9_onyx_int.h Combined motion compensation with scaled predictors 2013-02-27 08:22:39 -08:00
vp9_picklpf.c Avoid allocating memory when resizing frames 2013-02-08 12:20:30 -08:00
vp9_picklpf.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_psnr.c Code cleanup. 2013-02-21 10:34:33 -08:00
vp9_psnr.h Code cleanup. 2013-02-21 10:34:33 -08:00
vp9_quantize.c Move eob from BLOCKD to MACROBLOCKD. 2013-02-27 11:00:55 -08:00
vp9_quantize.h Move eob from BLOCKD to MACROBLOCKD. 2013-02-27 11:00:55 -08:00
vp9_ratectrl.c Minor rate control refactoring and experiments. 2013-02-25 17:07:45 +00:00
vp9_ratectrl.h Minor rate control refactoring and experiments. 2013-02-25 17:07:45 +00:00
vp9_rdopt.c Merge "Move eob from BLOCKD to MACROBLOCKD." into experimental 2013-02-27 11:39:16 -08:00
vp9_rdopt.h Spatial resamping of ZEROMV predictors 2013-02-26 23:54:23 -08:00
vp9_sad_c.c this commit converts all sad ptrs to uint32 2013-02-28 08:46:35 -08:00
vp9_segmentation.c Code cleanup. 2013-02-21 10:34:33 -08:00
vp9_segmentation.h Code cleanup. 2013-02-21 10:34:33 -08:00
vp9_ssim.c Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_temporal_filter.c Spatial resamping of ZEROMV predictors 2013-02-26 23:54:23 -08:00
vp9_temporal_filter.h Code cleanup. 2013-02-22 11:03:14 -08:00
vp9_tokenize.c Move eob from BLOCKD to MACROBLOCKD. 2013-02-27 11:00:55 -08:00
vp9_tokenize.h Split coefficient token tables intra vs. inter. 2013-02-23 07:33:46 -08:00
vp9_treewriter.c fixed includes to be fully specified 2012-11-28 10:53:17 -08:00
vp9_treewriter.h Code cleanup. 2013-02-22 11:03:14 -08:00
vp9_variance.h this commit converts all sad ptrs to uint32 2013-02-28 08:46:35 -08:00
vp9_variance_c.c Convert subpixel filters to use convolve framework 2013-02-05 14:23:17 -08:00