A small code cleanup for the encoder workflow.
Change-Id: I543a69ad5a34cd9a0671b57131cafc541d595d9a
This commit is contained in:
		@@ -3835,7 +3835,7 @@ int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      if (cpi->b_calculate_psnr) {
 | 
					      if (cpi->b_calculate_psnr) {
 | 
				
			||||||
        YV12_BUFFER_CONFIG *orig = cpi->Source;
 | 
					        YV12_BUFFER_CONFIG *orig = cpi->Source;
 | 
				
			||||||
        YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show;
 | 
					        YV12_BUFFER_CONFIG *recon = cm->frame_to_show;
 | 
				
			||||||
        YV12_BUFFER_CONFIG *pp = &cm->post_proc_buffer;
 | 
					        YV12_BUFFER_CONFIG *pp = &cm->post_proc_buffer;
 | 
				
			||||||
        PSNR_STATS psnr;
 | 
					        PSNR_STATS psnr;
 | 
				
			||||||
#if CONFIG_VP9_HIGHBITDEPTH
 | 
					#if CONFIG_VP9_HIGHBITDEPTH
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user