aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/display/iismtc.x
blob: 2d6eb2cfd047683e9cadd500b0cca916a3dbb160 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	<mach.h>
include "zdisplay.h"
include "iis.h"

# IISMTC -- Match channel lut to frame2.

procedure iismtc (chan1, chan2)

int	chan1[ARB], chan2[ARB]
short	lut[LEN_LUT]

int	iisflu()

begin
	if (iisflu (chan2) == GRCHAN)
	    return
	call iisrlt (chan1, lut)
	call iiswlt (chan2, lut)
end