Merge "Subsampling aware allocs and bitstream" into experimental

This commit is contained in:
John Koleszar
2013-05-10 16:55:00 -07:00
committed by Gerrit Code Review
17 changed files with 243 additions and 109 deletions

View File

@@ -489,7 +489,7 @@ void vp9_first_pass(VP9_COMP *cpi) {
vp9_build_block_offsets(x);
vp9_setup_block_dptrs(&x->e_mbd);
vp9_setup_block_dptrs(&x->e_mbd, cm->subsampling_x, cm->subsampling_y);
vp9_frame_init_quantizer(cpi);