Skip to content

Commit 8e86c45

Browse files
committed
Update comments
1 parent fe9b14a commit 8e86c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

video_amd64.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// for luma (16x16) and chroma (8x8) blocks, with rounding as per MPEG spec.
88
//
99
// Function signature:
10-
// func copyMacroblockNEON(motionH, motionV, mbRow, mbCol, lumaWidth, chromaWidth int, s, d *Frame)
10+
// func copyMacroblockSSE2(motionH, motionV, mbRow, mbCol, lumaWidth, chromaWidth int, s, d *Frame)
1111
//
1212
// Registers used:
1313
// R8 = lumaWidth // Holds luma stride
@@ -534,7 +534,7 @@ chroma_cr_bilin_loop:
534534
// for luma (vs 16 bytes with SSE2) and 16 bytes for chroma (vs 8 bytes).
535535
//
536536
// Function signature:
537-
// func copyMacroblockNEON(motionH, motionV, mbRow, mbCol, lumaWidth, chromaWidth int, s, d *Frame)
537+
// func copyMacroblockAVX2(motionH, motionV, mbRow, mbCol, lumaWidth, chromaWidth int, s, d *Frame)
538538
//
539539
// Registers used:
540540
// R8 = lumaWidth (luma stride)

0 commit comments

Comments
 (0)