KR20040006759A - Method for converting color space - Google Patents

Method for converting color space Download PDF

Info

Publication number
KR20040006759A
KR20040006759A KR1020020041140A KR20020041140A KR20040006759A KR 20040006759 A KR20040006759 A KR 20040006759A KR 1020020041140 A KR1020020041140 A KR 1020020041140A KR 20020041140 A KR20020041140 A KR 20020041140A KR 20040006759 A KR20040006759 A KR 20040006759A
Authority
KR
South Korea
Prior art keywords
signal
lut
bit
rgb
color space
Prior art date
Application number
KR1020020041140A
Other languages
Korean (ko)
Inventor
양수현
Original Assignee
주식회사 하이닉스반도체
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 하이닉스반도체 filed Critical 주식회사 하이닉스반도체
Priority to KR1020020041140A priority Critical patent/KR20040006759A/en
Publication of KR20040006759A publication Critical patent/KR20040006759A/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N9/00Details of colour television systems
    • H04N9/64Circuits for processing colour signals
    • H04N9/67Circuits for processing colour signals for matrixing

Abstract

PURPOSE: A color spacer conversion method is provided to substitute an LUT(Look Up Table) storing 256 result values for converting YUV signals to RGB signals to an LUT storing 128 result values, thereby reducing the size of the entire LUT by half. CONSTITUTION: In a color spacer conversion method, an LUT(13) has 2¬(n-1) result values for multiplication included in a formula for calculating RGB signals of N bit from YUV signals of N bit. If input U/V signals exceed 2¬N, RGB signals are calculated by the result values stored in the LUT for the U/V signals. In the other case, complements of 2 for the U/V signals are obtained and RGB signals are calculated by using code values obtained by the inversion of the result values stored in the LUT for the complements of 2.

Description

컬러 스페이스 변환 방법{Method for converting color space}Method for converting color space}

본 발명은 컬러 스페이스 변환방법에 관한 것으로, 보다 상세하게는 LCD(liquid crystal display)에서 외부로부터 입력되는 YUV 신호를 RGB 신호로 변환시키는 컬러 스페이스 변환방법에 관한 것이다.The present invention relates to a color space conversion method, and more particularly, to a color space conversion method for converting a YUV signal input from the outside into an RGB signal in a liquid crystal display (LCD).

최근 평판 디스플레이 장치로써 LCD가 많이 보급되고 있으며, LCD는 두께가 얇고 소모 전력이 적은 이점으로 다양한 장치들에 활용되고 있다.Recently, LCDs have been widely used as flat panel display devices, and LCDs are being used in various devices due to their thin thickness and low power consumption.

이러한 LCD는 TTL 신호 또는 TMDS(Transition Minimized Differential Signal) 신호 또는 YUV로 전송되는 이미지 데이터를 이를 LCD화면에 출력되기에 적당한 포맷으로 스케일링하는 이미지 스케일러(Image Scaler)를 구비하는데, 상기 이미지 스케일러는 입력된 비디오신호가 PC RGB신호 또는 TMDS RGB신호인 경우에는 출력 데이터 포맷인 RGB 형태와 동일한 데이터 포맷이기 때문에 입력된 RGB신호의 이미지 사이즈를 출력에 적당한 형태로 변환하는 처리를 행한다.The LCD includes an image scaler for scaling a TTL signal, a transition minimized differential signal (TMDS) signal, or image data transmitted in a YUV into a format suitable for output on an LCD screen, wherein the image scaler is inputted. When the video signal is a PC RGB signal or a TMDS RGB signal, the processing is performed to convert the image size of the input RGB signal into a form suitable for output since it is the same data format as the RGB format as the output data format.

그리고, 상기 이미지 스케일러는 입력된 비디오신호가 비디오 디코더 출력(Video Decorder Output)인 YUV신호인 경우에는 그 데이터 포맷이 일치하지 않기 때문에 YUV신호를 RGB신호로 변환해야 하고, 이는 컬러 스페이스 변환기에 의해 행해진다.When the input video signal is a YUV signal that is a video decorator output, the image scaler must convert the YUV signal to an RGB signal because the data format does not match, which is performed by the color space converter. All.

컬러 스페이스 변환기는, 픽셀(pixel) 단위로 입력되는 YUV 신호를 RGB신호로 변환하는 기능을 하는데, 이때 적용되는 계산식은 아래와 같다.The color space converter converts a YUV signal input in a pixel unit into an RGB signal, and the calculation equation applied is as follows.

R = Y + 1.371×(V-128)<식 1>R = Y + 1.371 × (V-128) <Equation 1>

G = Y - 0.689×(U-128) - O.336(V-128) <식 2>G = Y-0.689 × (U-128)-O.336 (V-128) <Equation 2>

B = Y + 1.732×(U-128)<식 3>B = Y + 1.732 x (U-128) <Equation 3>

이 식을 설계에 반영하기 위해서는 YUV 각각의 픽셀에 대해 곱셉기를 설계하여 직접 계산하는 방법과, 0∼255 까지의 픽셀값에 대하여 미리 계산한 결과를 룩 업 테이블(이하 LUT; Look Up Table) 형식으로 메모리에 저장한 다음, 그 LUT를 이용하여 RGB 값을 찾아내는 방법이 있다.In order to reflect this expression in the design, a method of designing and calculating the multiplier for each pixel of YUV and the result of pre-calculating the pixel values from 0 to 255 are described in the form of a Look Up Table (LUT). One way is to store it in memory and then use that LUT to find the RGB value.

그러나, 곱셈기를 직접 이용하는 방법은 <식 1>, <식 2>, <식 3>을 산출하기 위해서는 4개의 곱셈기가 필요하기 때문에, LUT를 이용하는 방법이 보편적으로 사용되고 있다.However, since a multiplier requires four multipliers in order to calculate <Formula 1>, <Formula 2>, and <Formula 3>, a method using a LUT is commonly used.

상기 LUT를 이용하는 방법에 의하면, 메모리 공간 또는 컴비네이션 로직 영역(Combination Logic Area)에 4개의 LUT를 저장한 상태에서 입력되는 YUV값에 대응하는 RGB값을 산출하는데, 상기 LUT의 사이즈는 컬러 스페이스 컨버터의 사이즈와 밀접한 관계를 갖는다.According to the method using the LUT, an RGB value corresponding to an input YUV value is calculated when four LUTs are stored in a memory space or a combination logic area, and the size of the LUT is determined by the color space converter. It is closely related to size.

<표 1>은 종래 컬러 스페이스 변환기에서 <식 1>에 이용되는 LUT의 구성예를 나타낸 것이다.<Table 1> shows an example of the configuration of the LUT used in <Formula 1> in the conventional color space converter.

<표 1> LUT의 구성예<Table 1> Configuration example of LUT

VV 2진수Binary number V-128V-128 ×1.371× 1.371 00 0000_00000000_0000 -128-128 -175-175 1One 0000_00010000_0001 -127-127 -174-174 22 0000_00100000_0010 -126-126 -173-173 33 0000_00110000_0011 -125-125 -171-171 126126 0111_11100111_1110 -2-2 -3-3 127127 0111_11110111_1111 -1-One -1-One 128128 1000_00001000_0000 00 00 129129 1000_00011000_0001 1One 1One 130130 1000_00101000_0010 22 33 253253 1111_11011111_1101 125125 171171 254254 1111_11101111_1110 126126 173173 255255 1111_11111111_1111 127127 174174

종래 컬러 스페이스 변환기는 R값 산출부과, G값 산출부, B값 산출부로 구성되는데, 이 중 R값 산출부는 도 1에 도시된 바와 같이, LUT(1)와 가산기(2)를 구비한다. 상기 구성에서, Y신호와 V신호가 입력되면, LUT(1)는 V신호에 해당하는 ×1.371값을 출력하고, 가산기(2)는 Y값과 LUT(10)의 출력값을 합(SUM)하여 출력하고, 상기 합은 R 값에 해당한다.The conventional color space converter includes an R value calculating section, a G value calculating section, and a B value calculating section, wherein the R value calculating section includes a LUT 1 and an adder 2, as shown in FIG. In the above configuration, when the Y signal and the V signal are input, the LUT 1 outputs the x1.371 value corresponding to the V signal, and the adder 2 sums the Y value and the output value of the LUT 10 to SUM. Output, the sum corresponds to an R value.

한편, 상기 G값 산출부와 상기 B값 산출부도 상기 R값 산출부와 동일한 개념으로 설계되어지기 때문에 각 구성요소에 대한 설명은 생략하기로 한다.On the other hand, since the G value calculating section and the B value calculating section are also designed in the same concept as the R value calculating section, description of each component will be omitted.

이에, 본 발명은 상기한 사정을 감안하여 창출되어진 것으로, LUT의 사이즈를 ½로 감소시키고, 사이즈가 감소된 LUT를 이용하여 YUV신호를 RGB신호로 변환할 수 있는 컬러 스페이스 변환방법을 제공함에 그 목적이 있다.Accordingly, the present invention has been made in view of the above circumstances, and provides a color space conversion method capable of reducing the size of the LUT to ½ and converting the YUV signal to the RGB signal using the reduced LUT. There is a purpose.

도 1은 종래 컬러 스페이스 컨버터의 블럭도.1 is a block diagram of a conventional color space converter.

도 2 내지 도 4는 본 발명의 실시예에 따른 컬러 스페이스 컨버터의 블럭도.2 to 4 are block diagrams of a color space converter according to an embodiment of the present invention.

상기한 목적을 달성하기 위한 본 발명의 바람직한 실시예에 따른 컬러 스페이스 컨버터는, 이미지 스케일러내에서 룩 업 테이블(Look Up Table)을 이용하여 YUV신호를 RGB신호로 변환시키는 컬러 스페이스 변환기에 적용되는 방법에 있어서,A color space converter according to a preferred embodiment of the present invention for achieving the above object is applied to a color space converter for converting a YUV signal into an RGB signal using a look up table in an image scaler. To

N비트의 YUV신호를 이용하여 N비트의 RGB신호를 산출하는 식에 포함된 곱셈연산에 대한 결과값을 2N-1개 만큼 갖는 LUT를 구성하고,A LUT having 2 N-1 result values for the multiplication operation included in the equation for calculating the N bit RGB signal using the N bit YUV signal is constructed.

입력된 U/V신호가 2N을 초과하면 상기 U/V신호에 대해 상기 LUT에 저장된 결과값을 이용하여 RGB를 산출하고,When the input U / V signal exceeds 2 N , RGB is calculated using the result value stored in the LUT for the U / V signal,

입력된 U/V신호가 2N을 초과하지 않으면 상기 U/V신호에 대한 2의 보수를 취한 후 2의 보수 코드에 대해 상기 LUT에 저장된 결과값을 호출한 후 그 결과값을 반전시킨 코드값을 이용하여 RGB를 산출하는 것을 특징으로 한다.If the input U / V signal does not exceed 2 N , the 2's complement for the U / V signal is taken and the result value stored in the LUT is called for the 2's complement code. It is characterized by calculating the RGB using.

이하, 첨부된 도면을 참조하여 본 발명의 실시예를 보다 상세히 설명한다.Hereinafter, with reference to the accompanying drawings will be described an embodiment of the present invention in more detail.

도 2 내지 도 4는 본 발명의 실시예에 따른 컬러 스페이스 변환방법이 적용되는 컬러 스페이스 변환기의 R값 산출부의 세부 구성도이다.2 to 4 are detailed configuration diagrams of an R value calculator of a color space converter to which a color space conversion method according to an exemplary embodiment of the present invention is applied.

본 발명의 실시예에서는 컬러 스페이스 변환기의 R값 산출부의 세부 구성도만을 제시하였지만, G값 산출부와 B값 산출부도 상기 R값 산출부와 동일한 개념으로 설계되기 때문에, 상기 G값 산출부와 B값 산출부의 세부 구성도는 생략하였다.In the embodiment of the present invention, only the detailed configuration diagram of the R value calculating section of the color space converter is presented, but since the G value calculating section and the B value calculating section are designed in the same concept as the R value calculating section, the G value calculating section and B The detailed configuration diagram of the value calculator is omitted.

도 2에서, 스위칭부(10)는 8비트의 V입력신호(i_v_[7:0])가 0000_0000인가를 판단하여, 0000_0000으로 판단되면 다중화기(17)로 소정 선택신호를 인가하고, 스위칭부(10)로부터 선택신호가 인가되면 다중화기(17)는 1번 단자로 입력되는 11_0101_0000을 출력한다.In FIG. 2, the switching unit 10 determines whether the 8-bit V input signal i_v_ [7: 0] is 0000_0000, and when it is determined as 0000_0000, applies the predetermined selection signal to the multiplexer 17 and switches. When the selection signal is applied from (10), the multiplexer 17 outputs 11_0101_0000 inputted to the first terminal.

한편, V입력신호(i_v)에서 최상위 비트를 제외한 7비트의 V신호(i_v_[6:0])가 다중화기(12)의 1번 단자와 2의 보수 처리부(11)로 입력되는데, 2의 보수 처리부(11)는 상기 V신호(i_v_[6:0])에 대한 2의 보수를 다중화기(12)의 0번 단자로 전송한다. 이어, 다중화기(12)는 상기 V입력신호(i_v_[0:7])의 8번째 비트(i_v_[7])를 선택신호로 하여, 상기 V입력신호(i_v_[7:0])의 8번째 비트(i_v_[7])가 1이면 1번 단자로 입력된 V신호(i_v_[6:0])를 출력하고, 상기 V입력신호(i_v_[7:0])의 8번째 비트(i_v_[7])가 0이면 2의 보수 처리부(11)의 출력값을 출력한다.On the other hand, the 7-bit V signal i_v_ [6: 0] except the most significant bit from the V input signal i_v is input to the first and second complementary processing units 11 and 2 of the multiplexer 12. The complement processing unit 11 transmits a two's complement for the V signal i_v_ [6: 0] to the terminal 0 of the multiplexer 12. Subsequently, the multiplexer 12 uses the eighth bit i_v_ [7] of the V input signal i_v_ [0: 7] as a selection signal, and the eighth of the V input signal i_v_ [7: 0]. If the first bit i_v_ [7] is 1, the V signal i_v_ [6: 0] input to the first terminal is output, and the eighth bit i_v_ [of the V input signal i_v_ [7: 0] is output. 7]) outputs the output value of the two's complement processing unit 11 of 2.

LUT(13)는 상기 7비트 V신호에 해당하는 ×1.371값을 추출하고, 추출된 ×1.371값을 2진수 8비트 변환하여 출력하는데, LUT(13)는 <표 2>와 같이 구성된다.The LUT 13 extracts the x1.371 value corresponding to the 7-bit V signal, converts the extracted x1.371 value to 8-bit binary number, and outputs it. The LUT 13 is configured as shown in Table 2 below.

<표 2>TABLE 2

2진수Binary number V-128V-128 ×1.371× 1.371 000_0000000_0000 00 00 000_0001000_0001 1One 1One 000_0010000_0010 22 33 111_1101111_1101 125125 171171 111_1110111_1110 126126 173173 111_1111111_1111 127127 174174

이어, 10비트 생성기(14)는 8비트로 구성된 LUT(13) 출력값에 대해 9번째비트와 10번째 비트에 0을 추가하여 10비트를 생성한 후, 이를 인버터(15)와 다중화기(16)로 각각 전송하고, 인버터(15)는 이를 반전시켜 다중화기(16)의 0단자로 전송한다.Subsequently, the 10-bit generator 14 generates 10 bits by adding 0 to the 9th and 10th bits for the 8-bit LUT 13 output value, and then generates the 10 bits, and then converts them to the inverter 15 and the multiplexer 16. Each inverter transmits, and the inverter 15 inverts it and transmits it to the 0 terminal of the multiplexer 16.

다중화기(16)는 상기 V입력신호(i_v_[0:7])의 8번째 비트(i_v_[7])를 선택신호로 하여, 상기 V입력신호(i_v_[0:7])의 8번째 비트(i_v_[7])가 1이면 1번 단자로 입력된 신호를 출력하고, 상기 V입력신호(i_v_[0:7])의 8번째 비트(i_v_[7])가 0이면 0번 단자로 입력된 신호를 출력한다.The multiplexer 16 uses the eighth bit i_v_ [7] of the V input signal i_v_ [0: 7] as a selection signal, and the eighth bit of the V input signal i_v_ [0: 7]. If (i_v_ [7]) is 1, the signal input to terminal 1 is outputted. If the 8th bit (i_v_ [7]) of the V input signal i_v_ [0: 7] is 0, it is inputted to terminal 0. Output the generated signal.

다중화기(17)의 출력은 10비트 가산기(22; 도 3 참조)로 전송되어 Y입력신호와 가산된다.The output of the multiplexer 17 is sent to a 10-bit adder 22 (see FIG. 3) and added with the Y input signal.

그리고, 10비트 가산기(22)의 출력(r_adder_out[9:0])중 2비트를 제외한 8비트(r_adder_out[7:0])는 다중화기(30)로 인가되고(도 4 참조), 다중화기(30)는 10비트 가산기(22)의 출력신호(r_adder_out[9:0])의 9번째 비트(r_adder_out[8])를 선택신호로 하여, 상기 출력신호(r_adder_out[9:0])의 9번째 비트(r_adder_out[8])가 1이면 1번 단자로 입력되는 8진수 ff를 출력하고, 출력신호(r_adder_out[9:0])의 9번째 비트(r_adder_out[8])가 0이면 0번 단자로 입력되는 10비트 가산기(22)의 출력신호(r_adder_out[7:0])를 다중화기(32)의 0번 단자로 전송한다.Then, 8 bits (r_adder_out [7: 0]) excluding 2 bits of the output (r_adder_out [9: 0]) of the 10-bit adder 22 are applied to the multiplexer 30 (see FIG. 4). 30 denotes a 9th bit (r_adder_out [8]) of the output signal r_adder_out [9: 0] of the 10-bit adder 22 as a selection signal, and 9 of the output signal r_adder_out [9: 0]. If the 1st bit (r_adder_out [8]) is 1, the octal ff inputted to the 1st terminal is output.If the 9th bit (r_adder_out [8]) of the output signal r_adder_out [9: 0] is 0, the 0th terminal is output. The output signal (r_adder_out [7: 0]) of the 10-bit adder 22 inputted as is transmitted to terminal 0 of the multiplexer 32.

이어, 다중화기(32)는 출력신호(r_adder_out[9:0])의 10번째 비트(r_adder_out[9])를 선택신호로 하여, 상기 출력신호(r_adder_out[9:0])의 10번째 비트(r_adder_out[9])가 1이면 1번 단자로 입력되는 8진수 00을 출력하고,출력신호(r_adder_out[9:0])의 10번째 비트(r_adder_out[9])가 0이면 0번 단자로 입력되는 다중화기(30)의 출력신호를 출력한다.Subsequently, the multiplexer 32 uses the tenth bit r_adder_out [9] of the output signal r_adder_out [9: 0] as a selection signal, so that the tenth bit of the output signal r_adder_out [9: 0] is selected. If r_adder_out [9]) is 1, the octal number 00 inputted to terminal 1 is outputted. If the 10th bit (r_adder_out [9]) of the output signal r_adder_out [9: 0] is 0, it is inputted to terminal 0. The output signal of the multiplexer 30 is output.

다중화기(32)의 출력은 플립플롭(34)에 의해 클럭신호(i_vCLK)에 동기되어 R값에 대한 결과값(o_r[7:0])으로 출력된다.The output of the multiplexer 32 is output by the flip-flop 34 as a result value o_r [7: 0] for the R value in synchronization with the clock signal i_vCLK.

다중화기(30, 32)의 사용은 R값이 0≤R≤255에 속해야 하므로, R값이 255를 초과하는 값은 8진수 FF 즉, 2진수 1111_1111로 설정하고, R값이 0보다 적으면 8진수 00 즉, 2진수 0000_0000으로 설정하기 위함이며, 이로 인해 상기 플립플롭(34)으로부터 출력되는 R값은 항상 0≤R≤255에 속하게 된다.Since the use of the multiplexers 30 and 32 requires that the R-values belong to 0≤R≤255, the value exceeding 255 is set to octal FF, that is, binary 1111_1111, and if the R-value is less than zero. This is to set the octal 00, that is, the binary 0000_0000, so that the R value output from the flip-flop 34 always belongs to 0≤R≤255.

이상 설명한 바와 같은 본 발명에 의하면, YUV 신호를 RGB신호로 변환하기 위해 256개의 결과값을 저장하는 LUT를 128개의 결과값을 저장한 LUT로 대체함으로서, 전체 LUT의 사이즈를 절반으로 줄일 수 있는 효과가 있다.According to the present invention as described above, in order to convert a YUV signal to an RGB signal, by replacing the LUT storing 256 result values with the LUT storing 128 result values, the size of the entire LUT can be reduced by half. There is.

따라서, 컬러 스페이스 변환기의 사이즈를 축소시킬 수 있게 됨에 따라, 상기 컬러 스페이스 변화기가 구성되는 이미지 스케일러의 전체 칩 사이즈를 축소시킬 수 있게 된다.Accordingly, as the size of the color space converter can be reduced, the total chip size of the image scaler in which the color space changer is configured can be reduced.

한편, 본 발명은 상술한 실시예로만 한정되는 것이 아니라 본 발명의 요지를 벗어나지 않는 범위내에서 수정 및 변형하여 실시할 수 있고, 이러한 수정 및 변경 등은 이하의 특허 청구의 범위에 속하는 것으로 보아야 할 것이다.On the other hand, the present invention is not limited to the above-described embodiment, but can be modified and modified within the scope not departing from the gist of the present invention, such modifications and changes should be regarded as belonging to the following claims. will be.

Claims (1)

이미지 스케일러내에서 룩 업 테이블(Look Up Table)을 이용하여 YUV신호를 RGB신호로 변환시키는 컬러 스페이스 변환기에 적용되는 방법에 있어서,In a method applied to a color space converter that converts a YUV signal to an RGB signal using a look up table in an image scaler, N비트의 YUV신호를 이용하여 N비트의 RGB신호를 산출하는 식에 포함된 곱셈연산에 대한 결과값을 2N-1개 만큼 갖는 LUT를 구성하고,A LUT having 2 N-1 result values for the multiplication operation included in the equation for calculating the N bit RGB signal using the N bit YUV signal is constructed. 입력된 U/V신호가 2N을 초과하면 상기 U/V신호에 대해 상기 LUT에 저장된 결과값을 이용하여 RGB를 산출하고,When the input U / V signal exceeds 2 N , RGB is calculated using the result value stored in the LUT for the U / V signal, 입력된 U/V신호가 2N을 초과하지 않으면 상기 U/V신호에 대한 2의 보수를 취한 후 2의 보수 코드에 대해 상기 LUT에 저장된 결과값을 호출한 후 그 결과값을 반전시킨 코드값을 이용하여 RGB를 산출하는 것을 특징으로 하는 컬러 스페이스 변환 방법.If the input U / V signal does not exceed 2 N , the 2's complement for the U / V signal is taken and the result value stored in the LUT is called for the 2's complement code. Color space conversion method characterized in that to calculate the RGB using.
KR1020020041140A 2002-07-15 2002-07-15 Method for converting color space KR20040006759A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020041140A KR20040006759A (en) 2002-07-15 2002-07-15 Method for converting color space

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020041140A KR20040006759A (en) 2002-07-15 2002-07-15 Method for converting color space

Publications (1)

Publication Number Publication Date
KR20040006759A true KR20040006759A (en) 2004-01-24

Family

ID=37316623

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020041140A KR20040006759A (en) 2002-07-15 2002-07-15 Method for converting color space

Country Status (1)

Country Link
KR (1) KR20040006759A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008091955A1 (en) * 2007-01-26 2008-07-31 Microsoft Corporation Fast filtered yuv to rgb conversion

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008091955A1 (en) * 2007-01-26 2008-07-31 Microsoft Corporation Fast filtered yuv to rgb conversion
CN101589609B (en) * 2007-01-26 2013-06-12 微软公司 Fast filtered YUV to RGB conversion

Similar Documents

Publication Publication Date Title
KR100622180B1 (en) Image processing circuit, image display apparatus, and image processing method
JP2610095B2 (en) Image display apparatus and method
JP2908009B2 (en) Display control method
JP2761457B2 (en) Color image display system and format conversion circuit
US6828982B2 (en) Apparatus and method for converting of pixels from YUV format to RGB format using color look-up tables
KR20040105515A (en) Liquid crystal display, apparatus and method for driving thereof
US4916531A (en) Color video processing circuitry
EP0387550A1 (en) Display control device
US6356277B1 (en) YUV-RGB digital conversion circuit and picture display device and electronic equipment using the same
EP0360402B1 (en) Digital data display system
JP2000338935A (en) Gradation correction device, image display device and gradation correction method
JP3016016B2 (en) Color LCD drive
US20170301311A1 (en) Look up table management method of liquid crystal display and device
KR20040006759A (en) Method for converting color space
KR20020040642A (en) Display apparatus displaying pseudo gray levels and method for displaying the same
JPH11187285A (en) Image data processor
CN110570802A (en) Digital gamma correction system and display driving chip comprising same
CN100442346C (en) Semiconductor integrated circuit
KR0153963B1 (en) Circuit for generating partial product lines in the modified booth&#39;s multiplier
JP4528532B2 (en) Color conversion circuit, image display device, and image processing method
KR0141878B1 (en) Partial Product Row Generation Circuit in Modified Booth Multiplier
KR970003802B1 (en) Variable-length decoder system
KR200341661Y1 (en) Apparatus for decreasing bits of input image data and restoring the same at output
KR960038595A (en) Multiplier using a combination of adder and subtractor
JP2000270207A (en) Image processor and display device using it

Legal Events

Date Code Title Description
N231 Notification of change of applicant
WITB Written withdrawal of application