You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	a little bit more bitstream syntax for the residual
Originally committed as revision 10483 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							
								
								
									
										14
									
								
								doc/snow.txt
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								doc/snow.txt
									
									
									
									
									
								
							| @@ -129,6 +129,20 @@ block(level): | ||||
|  | ||||
|  | ||||
| residual: | ||||
|     residual2(luma) | ||||
|     residual2(chroma_cr) | ||||
|     residual2(chroma_cb) | ||||
|  | ||||
| residual2: | ||||
|     for(level=0; level<spatial_decomposition_count; level++){ | ||||
|         if(level==0) | ||||
|             subband(LL, 0) | ||||
|         subband(HL, level) | ||||
|         subband(LH, level) | ||||
|         subband(HH, level) | ||||
|     } | ||||
|  | ||||
| subband: | ||||
|     FIXME | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user