libavcodec/lossless_video_dsp : cosmetic add better separator for each function, in order to make reading of the asm file easier
This commit is contained in:
		
							parent
							
								
									da62128ea1
								
							
						
					
					
						commit
						0380b72d35
					
				| @ -36,9 +36,11 @@ pb_zzzzzzzz67676767: db -1,-1,-1,-1,-1,-1,-1,-1, 6, 7, 6, 7, 6, 7, 6, 7 | |||||||
| 
 | 
 | ||||||
| SECTION .text | SECTION .text | ||||||
| 
 | 
 | ||||||
|  | ;------------------------------------------------------------------------------ | ||||||
| ; void ff_add_median_pred_mmxext(uint8_t *dst, const uint8_t *top, | ; void ff_add_median_pred_mmxext(uint8_t *dst, const uint8_t *top, | ||||||
| ;                                const uint8_t *diff, int w, | ;                                const uint8_t *diff, int w, | ||||||
| ;                                int *left, int *left_top) | ;                                int *left, int *left_top) | ||||||
|  | ;------------------------------------------------------------------------------ | ||||||
| %macro MEDIAN_PRED 0 | %macro MEDIAN_PRED 0 | ||||||
| cglobal add_median_pred, 6,6,8, dst, top, diff, w, left, left_top | cglobal add_median_pred, 6,6,8, dst, top, diff, w, left, left_top | ||||||
|     movu    m0, [topq] |     movu    m0, [topq] | ||||||
| @ -149,7 +151,9 @@ MEDIAN_PRED | |||||||
|     RET |     RET | ||||||
| %endmacro | %endmacro | ||||||
| 
 | 
 | ||||||
|  | ;------------------------------------------------------------------------------ | ||||||
| ; int ff_add_left_pred(uint8_t *dst, const uint8_t *src, int w, int left) | ; int ff_add_left_pred(uint8_t *dst, const uint8_t *src, int w, int left) | ||||||
|  | ;------------------------------------------------------------------------------ | ||||||
| INIT_MMX ssse3 | INIT_MMX ssse3 | ||||||
| cglobal add_left_pred, 3,3,7, dst, src, w, left | cglobal add_left_pred, 3,3,7, dst, src, w, left | ||||||
| .skip_prologue: | .skip_prologue: | ||||||
| @ -178,6 +182,9 @@ cglobal add_left_pred_unaligned, 3,3,7, dst, src, w, left | |||||||
| .src_unaligned: | .src_unaligned: | ||||||
|     ADD_LEFT_LOOP 0, 0 |     ADD_LEFT_LOOP 0, 0 | ||||||
| 
 | 
 | ||||||
|  | ;------------------------------------------------------------------------------ | ||||||
|  | ; void ff_add_bytes(uint8_t *dst, uint8_t *src, ptrdiff_t w); | ||||||
|  | ;------------------------------------------------------------------------------ | ||||||
| %macro ADD_BYTES 0 | %macro ADD_BYTES 0 | ||||||
| cglobal add_bytes, 3,4,2, dst, src, w, size | cglobal add_bytes, 3,4,2, dst, src, w, size | ||||||
|     mov  sizeq, wq |     mov  sizeq, wq | ||||||
| @ -263,7 +270,9 @@ ADD_BYTES | |||||||
|     RET |     RET | ||||||
| %endmacro | %endmacro | ||||||
| 
 | 
 | ||||||
|  | ;--------------------------------------------------------------------------------------------- | ||||||
| ; int add_left_pred_int16(uint16_t *dst, const uint16_t *src, unsigned mask, int w, int left) | ; int add_left_pred_int16(uint16_t *dst, const uint16_t *src, unsigned mask, int w, int left) | ||||||
|  | ;--------------------------------------------------------------------------------------------- | ||||||
| INIT_MMX ssse3 | INIT_MMX ssse3 | ||||||
| cglobal add_left_pred_int16, 4,4,8, dst, src, mask, w, left | cglobal add_left_pred_int16, 4,4,8, dst, src, mask, w, left | ||||||
| .skip_prologue: | .skip_prologue: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user