JP2002152775A - Method and device for encoding - Google Patents

Method and device for encoding

Info

Publication number
JP2002152775A
JP2002152775A JP2000346787A JP2000346787A JP2002152775A JP 2002152775 A JP2002152775 A JP 2002152775A JP 2000346787 A JP2000346787 A JP 2000346787A JP 2000346787 A JP2000346787 A JP 2000346787A JP 2002152775 A JP2002152775 A JP 2002152775A
Authority
JP
Japan
Prior art keywords
pixel data
pixels
quotient
conversion
width
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2000346787A
Other languages
Japanese (ja)
Inventor
Satoshi Sugiyama
聡 杉山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan Ltd
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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2000346787A priority Critical patent/JP2002152775A/en
Publication of JP2002152775A publication Critical patent/JP2002152775A/en
Pending legal-status Critical Current

Links

Landscapes

  • Color Television Systems (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

PROBLEM TO BE SOLVED: To smoothly perform converting processing the high speed to pixel data having various numbers of lateral pixels without preparing a table or the like for supporting converting processing. SOLUTION: The number of lateral pixels in a picture of pixel data of 4:2:2 is divided by '48' to obtain the first quotient, pixel data fetched with the lateral width of 48 pixels into a memory inside an IC is converted from 4:2:2 to 4:2:0 with the lateral width of 48 pixels the number of the first quotient times. Next, the number of pixels being the residual resulting from the above division by '48' is divided by '16' to obtain the second quotient, pixel data fetched with the lateral width of 16 pixels into the memory inside the IC is converted from 4:2:2 to 4:2:0 with the lateral width of 16 pixels the number of the second quotient times.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、画像圧縮を行う符
号化方法及び符号化装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an encoding method and an encoding device for performing image compression.

【0002】[0002]

【従来の技術】MPEG(Moving Picture Experts Gro
up)2でメインプロファイルメインレベルの画像圧縮を
行う場合、2種類の色差信号の各標本化周波数をそれぞ
れ輝度信号のそれの1/2としたディジタル映像信号で
ある4:2:2の画素データから、2種類の色差信号の
各標本化周波数はそれぞれ輝度信号のそれの1/2であ
るが線順次で色差信号を伝送する4:2:0の画素デー
タに画素変換する前処理を行う必要がある。この前処理
を行うために、一般的に、SDRAM上で直接フィルタ
をかけると、ペ一ジクロスの関係上、非常に時間がかか
る。
2. Description of the Related Art MPEG (Moving Picture Experts Gro
up) When the main profile main level image compression is performed in 2, 4: 2: 2 pixel data which is a digital video signal in which each sampling frequency of the two types of color difference signals is 1 / of that of the luminance signal From the above, the sampling frequency of each of the two types of color difference signals is の of that of the luminance signal, but it is necessary to perform pre-processing for pixel conversion into 4: 2: 0 pixel data that transmits the color difference signals line-sequentially. There is. Generally, if a filter is directly applied on the SDRAM to perform this pre-processing, it takes a very long time due to page-crossing.

【0003】そこで、SDRAMから4:2:2の画素
データを一旦フェッチして来て、エンコーダICの内部
メモリ(図2参照)で、図4に示すような4タップの縦
方向のデジタルフィルタをかけ、処理後の4:2:0の
画素データ(色成分の数が半分になる)をSDRAMに
書き戻す方法が一般的である。この場合、図5に示すよ
うに変換対象画素データが画面の上部あるいは下部にあ
る場合には、フィルタリングする都合上、上部あるいは
下部の1ラインのコピーを行なう必要がある。図5の例
では(1)のラインをコピーして(2)のラインを作
る。画面の真ん中の場合には、上下1ラインずつオーバ
ーラップエリアを余分にフェッチすることになる。
Therefore, 4: 2: 2 pixel data is once fetched from the SDRAM, and a 4-tap vertical digital filter as shown in FIG. 4 is applied to the internal memory of the encoder IC (see FIG. 2). A general method is to write back 4: 2: 0 pixel data (the number of color components is halved) after processing and write it back to the SDRAM. In this case, if the pixel data to be converted is at the upper or lower part of the screen as shown in FIG. 5, it is necessary to copy one line at the upper or lower part due to filtering. In the example of FIG. 5, the line (1) is copied to form the line (2). In the case of the center of the screen, the overlap area is fetched one by one in the upper and lower lines.

【0004】[0004]

【発明が解決しようとする課題】上記のようなMPEG
2での画像圧縮の前処理において、SDRAMとのアク
セス回数を減らすためには1度に処理する範囲が大きけ
れば大きいほうが良い。しかし、実際にはIC内部のメ
モリの容量に限界があり、現実的には、縦34×横48
ピクセル程度が限界である。
SUMMARY OF THE INVENTION MPEG as described above
In the pre-processing of image compression in 2, in order to reduce the number of accesses to the SDRAM, the larger the range to be processed at a time, the better. However, there is actually a limit to the capacity of the memory inside the IC, and in reality, 34 × 48.
Pixels are the limit.

【0005】MPEGでは扱う画素数はLUMA(明る
さ)で16の倍数のため、Cr(赤系統の色差信号),
Cb(青系統の色差信号)ともに処理した場合でも48
ピクセル単位では、端の余りの部分がうまく処理できな
いという問題がある。
In MPEG, the number of pixels to be handled is a multiple of 16 in LUMA (brightness), so that Cr (color difference signal of red system),
Even when processed together with Cb (color difference signal of blue system), 48
In a pixel unit, there is a problem that the remaining portion cannot be processed well.

【0006】そこで、現行のエンコーダーでは、要求さ
れる横ピクセル数に対して、どのような処理をするかテ
ーブルを用意し、48ピクセルの処理を何回か行い、そ
の後16ピクセルの処理を何回行なうかをサポートする
横ピクセル数の種類分だけテーブルを用意すれば良い
が、この場合、テーブルにない横ピクセル数の画素デー
タがあると、変換処理が破綻してしまう。それを避ける
には、16ピクセル単位での処理を行なえば良いが、こ
れではSDRAMとのアクセス回数が増加して処理速度
が遅くなるという問題があった。
Therefore, in the current encoder, a table is prepared for what kind of processing is performed for the required number of horizontal pixels, and the processing of 48 pixels is performed several times, and then the processing of 16 pixels is performed several times. It is sufficient to prepare a table for the number of types of horizontal pixels that support whether or not to perform the conversion. In this case, however, if there is pixel data of a number of horizontal pixels that is not included in the table, the conversion process will fail. To avoid this, processing may be performed in units of 16 pixels, but this has the problem that the number of accesses to the SDRAM increases and the processing speed decreases.

【0007】本発明は、上述の如き従来の課題を解決す
るためになされたもので、その目的は、画素変換処理を
サポートするテーブルなどを用意することなく、各種の
横ピクセル数の画素データを円滑且つ高速に画素変換す
ることができる符号化方法及び符号化装置を提供するこ
とである。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned conventional problems, and an object of the present invention is to prepare pixel data having various numbers of horizontal pixels without preparing a table for supporting pixel conversion processing. An object of the present invention is to provide an encoding method and an encoding device capable of performing smooth and high-speed pixel conversion.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に、請求項1の発明の特徴は、4:2:2の画素データ
を外部メモリから内部メモリにフェッチして縦方向のデ
ジタルフィルタを用いて4:2:0の画素データに変換
するMPEG2符号化方法において、前記4:2:2の
画素データの画面の横方向のピクセル数を48で除算し
て商と余りを求め、得られた商の数だけ、48ピクセル
の横幅で前記変換を行うステップと、前記得られた余り
を16で除算し、得られた商の数だけ、16ピクセルの
横幅で前記変換を行うステップとを含むことにある。
In order to achieve the above object, a feature of the present invention is that a 4: 2: 2 pixel data is fetched from an external memory to an internal memory to form a vertical digital filter. In the MPEG2 encoding method of converting the pixel data into 4: 2: 0 using the 4: 2: 2 pixel data, the quotient and the remainder are obtained by dividing the number of horizontal pixels of the 4: 2: 2 pixel data by 48. Performing the conversion with a width of 48 pixels by the number of obtained quotients, and dividing the obtained remainder by 16 and performing the conversion with a width of 16 pixels by the number of obtained quotients. It is in.

【0009】請求項2の発明の特徴は、4:2:2の画
素データを格納する外部メモリと、前記4:2:2の画
素データをフェッチして縦方向のデジタルフィルタを用
いて4:2:0の画素データに変換するための内部メモ
リとを有するMPEG2符号化装置において、前記外部
メモリの前記4:2:2の画素データの画面の横方向の
ピクセル数を求めて48で除算して商と余りを求める第
1の除算手段と、前記外部メモリから前記4:2:2の
画素データを48ピクセル又は16ピクセルの横幅で前
記内部メモリにフェッチする変数取得手段と、48ピク
セルの横幅で前記内部メモリにフェッチした4:2:2
の画素データを48ピクセルの横幅で前記縦方向のデジ
タルフィルタを用いて4:2:0の画素データに変換す
る第1の変換手段と、前記余りを16で除算して商を求
める第2の除算手段と、16ピクセルの横幅で内部メモ
リにフェッチした4:2:2の画素データを16ピクセ
ルの横幅で前記縦方向のデジタルフィルタを用いて4:
2:0の画素データに変換する第2の変換手段と、変換
された4:2:0の画素データを前記内部メモリから前
記外部メモリに戻すデータ返還手段とを具備することに
ある。
A feature of the second aspect of the present invention is that an external memory for storing 4: 2: 2 pixel data, and fetching the 4: 2: 2 pixel data and using a digital filter in the vertical direction to store 4: 2: 2 pixel data. In an MPEG2 encoding apparatus having an internal memory for converting into 2: 0 pixel data, the number of horizontal pixels of the 4: 2: 2 pixel data in the external memory is obtained and divided by 48. First dividing means for obtaining a quotient and a remainder, variable acquiring means for fetching the 4: 2: 2 pixel data from the external memory into the internal memory with a width of 48 pixels or 16 pixels, and a width of 48 pixels 4: 2: 2 fetched into the internal memory at
The first conversion means for converting the pixel data of 4: into pixel data of 4: 2: 0 using the digital filter in the vertical direction with a width of 48 pixels, and the second for obtaining the quotient by dividing the remainder by 16 The dividing means and the 4: 2: 2 pixel data fetched into the internal memory with a width of 16 pixels by using the vertical digital filter with a width of 16 pixels.
A second conversion means for converting the pixel data into 2: 0 pixel data and a data return means for returning the converted 4: 2: 0 pixel data from the internal memory to the external memory are provided.

【0010】[0010]

【発明の実施の形態】以下、本発明の実施の形態を図面
に基づいて説明する。図1は、本発明の符号化装置の一
実施形態に係る構成を示したブロック図である。この実
施形態のMPEG2の符号化装置は、画素データを格納
するSDRAM1と、画素データの画素変換処理を行う
エンコーダIC2から構成されている。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration according to an embodiment of the encoding device of the present invention. The MPEG2 encoding apparatus according to this embodiment includes an SDRAM 1 for storing pixel data, and an encoder IC 2 for performing pixel conversion processing of the pixel data.

【0011】このエンコーダIC2は、画素データのピ
クセル数の除算機能、SDRAM1との間で画素データ
をやり取りする機能、画素データ変換機能など、4:
2:2の画素データを4:2:0の画素データへ変換す
るために必要な各種機能を有している。
The encoder IC2 has a function of dividing the number of pixels of pixel data, a function of exchanging pixel data with the SDRAM 1, a function of converting pixel data, and the like.
It has various functions necessary to convert 2: 2 pixel data to 4: 2: 0 pixel data.

【0012】図2は上記したエンコーダIC2の内部メ
モリ3の構成例で、4:2:2のデータ格納領域31
と、変換後の4:2:0のデータ格納領域32を有して
いる。
FIG. 2 shows an example of the configuration of the internal memory 3 of the encoder IC 2 described above, and a data storage area 31 of 4: 2: 2.
And a converted data storage area 32 of 4: 2: 0.

【0013】次に本実施形態の動作について説明する。
本例では、現行の技術のように1度に処理する横のピク
セルがCr,Cbを含めて48ピクセル(16×3)の
場合、どのような処理をするかを図3のフローチャート
を参照して説明する。
Next, the operation of this embodiment will be described.
In this example, when the horizontal pixels to be processed at one time are 48 pixels (16 × 3) including Cr and Cb as in the current technology, what kind of processing is performed is described with reference to the flowchart of FIG. Will be explained.

【0014】まず、SDRAM1から4:2:2の画素
データの画面の横ピクセル数(変数)をエンコーダIC
2の内部メモリ3に取って来て(ステップ301)、こ
の横ピクセル数を48で割り算し、その商をloopと
する(ステップ302)。次に変換回数(count)
の初期値を0にする(ステップ303)。
First, the number of horizontal pixels (variable) on the screen of 4: 2: 2 pixel data from the SDRAM 1 is determined by an encoder IC.
2 (step 301), the number of horizontal pixels is divided by 48, and the quotient is set as loop (step 302). Next, the number of conversions (count)
Is set to 0 (step 303).

【0015】SDRAM1から4:2:2の画素データ
を48ピクセルの横幅でフェッチして来てエンコーダI
C2の内部メモリ3のデータ格納領域31に格納し、こ
れらデータを、縦方向のデジタルフィルタを用いて横4
8ピクセルで4:2:2から4:2:0の画素データに
変換し、変換画素データをデータ格納領域32に格納す
る(ステップ304)。次に変換回数countがlo
opより小さいか判定し(ステップ305)、小さい場
合はcountを+1インクリメントして(ステップ3
06)、ステップ304の処理に戻る。
The 4: 2: 2 pixel data is fetched from the SDRAM 1 with a width of 48 pixels, and the encoder I
The data is stored in the data storage area 31 of the internal memory 3 of C2, and these data are stored in the horizontal direction by using a digital filter in the vertical direction.
The pixel data is converted from 4: 2: 2 to 4: 2: 0 with eight pixels, and the converted pixel data is stored in the data storage area 32 (step 304). Next, the number of conversions count is lo.
is determined (step 305), and if smaller, count is incremented by +1 (step 3).
06), the process returns to the step 304.

【0016】上記変換処理を繰り返し、変換回数cou
ntがloopになると(ステップ305)、ステップ
307の処理に移行し、4:2:2の画素データの画面
の横ピクセル数を48で割った余りを16で割り、得ら
れた商をloopとする(ステップ307)。次に変換
回数(count)の初期値を0にする(ステップ30
8)。
The above conversion process is repeated, and the number of conversions cou
When nt becomes loop (step 305), the process proceeds to step 307, where the remainder obtained by dividing the number of horizontal pixels of the 4: 2: 2 pixel data by 48 is divided by 16, and the obtained quotient is defined as loop. (Step 307). Next, the initial value of the number of conversions (count) is set to 0 (step 30).
8).

【0017】SDRAM1から4:2:2の画素データ
を16ピクセルの横幅でフェッチして来てエンコーダI
C2の内部メモリ3のデータ格納領域31に格納し、こ
れらデータを、縦方向のデジタルフィルタを用いて横1
6ピクセルで4:2:2から4:2:0の画素データに
変換し、変換画素データをデータ格納領域32に格納す
る(ステップ309)。次に変換回数countはlo
opより小さいか判定し(ステップ310)、小さい場
合はcountを+1インクリメントして(ステップ3
11)、ステップ309の処理に戻る。変換回数cou
ntがloopになると(ステップ310)処理を終了
する。尚、データ格納領域32に格納された変換データ
は順次SDRAM1に戻され、前記変換処理が終わる
と、変換された全ての画素データがSDRAM1に格納
されている。
The 4: 2: 2 pixel data is fetched from the SDRAM 1 with a width of 16 pixels, and the encoder I
The data is stored in the data storage area 31 of the internal memory 3 of C2, and these data are stored in the horizontal direction by using a digital filter in the vertical direction.
The pixel data is converted from 4: 2: 2 to 4: 2: 0 with six pixels, and the converted pixel data is stored in the data storage area 32 (step 309). Next, the number of conversions count is lo
It is determined whether it is smaller than op (step 310), and if smaller, count is incremented by +1 (step 3).
11), the process returns to step 309. Number of conversions cou
When nt becomes loop (step 310), the process ends. The converted data stored in the data storage area 32 is sequentially returned to the SDRAM 1, and when the conversion process is completed, all the converted pixel data is stored in the SDRAM 1.

【0018】本実施形態によれば、画面の横ピクセル数
を48で割り算し、その商の回数分だけ48ピクセルの
横幅で4:2:2から4:2:0の画素変換をIC内部
のメモリで行ない、更に、48で割った余りのピクセル
を、16で割り、その商の回数だけ16ピクセルの横幅
で画素変換処理を行なうことにより、全ての画素データ
を16ピクセルごとで処理したり、或いは画素データの
横ピクセル数の種類分だけのテーブルを持つ事を避ける
ことができ、横ピクセル数の数に応じた処理を高速に行
うことができる。
According to the present embodiment, the number of horizontal pixels on the screen is divided by 48, and the pixel conversion from 4: 2: 2 to 4: 2: 0 in the horizontal width of 48 pixels is performed by the number of times of the quotient by 48 times. By performing in a memory, further dividing the remaining pixel by 48 by 16 and performing the pixel conversion process with the width of 16 pixels by the number of quotients, all pixel data is processed every 16 pixels, Alternatively, it is possible to avoid having a table corresponding to the number of horizontal pixels of the pixel data, and it is possible to perform processing according to the number of horizontal pixels at high speed.

【0019】尚、上記実施形態では、本発明を横方向の
処理に適用したが、縦方向の処理にも本発明を同様に適
用して同様の効果を得ることができる。
In the above embodiment, the present invention is applied to the processing in the horizontal direction. However, the same effect can be obtained by similarly applying the present invention to the processing in the vertical direction.

【0020】また、本発明は上記実施形態に限定される
ことなく、その要旨を逸脱しない範囲において、具体的
な構成、機能、作用、効果において、他の種々の形態に
よっても実施することができる。
The present invention is not limited to the above-described embodiment, and may be embodied in various other forms in terms of specific configuration, function, operation, and effect without departing from the gist of the invention. .

【0021】[0021]

【発明の効果】以上詳細に説明したように、本発明の符
号化方法及び符号化装置によれば、変換処理をサポート
するテーブルなどを用意することなく、各種の横ピクセ
ル数の画素データを円滑且つ高速に画素変換処理するこ
とができる。
As described above in detail, according to the encoding method and the encoding apparatus of the present invention, pixel data having various numbers of horizontal pixels can be smoothly processed without preparing a table for supporting the conversion processing. In addition, pixel conversion processing can be performed at high speed.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の符号化装置の一実施形態に係る構成を
示したブロック図である。
FIG. 1 is a block diagram illustrating a configuration according to an embodiment of an encoding device of the present invention.

【図2】図1に示したエンコーダICの内部メモリの構
成例を示したブロック図である。
FIG. 2 is a block diagram showing a configuration example of an internal memory of the encoder IC shown in FIG.

【図3】本発明の符号化方法の一実施形態に係る処理手
順を示したフローチャートである。
FIG. 3 is a flowchart showing a processing procedure according to an embodiment of the encoding method of the present invention.

【図4】従来のデジタルフィルターによる4:2:2か
ら4:2:0への変換を説明する図である。
FIG. 4 is a diagram illustrating conversion from 4: 2: 2 to 4: 2: 0 by a conventional digital filter.

【図5】従来のデジタルフィルターによる4:2:2か
ら4:2:0への変換を行う際の画面上部の1ラインコ
ピー例を示した図である。
FIG. 5 is a diagram showing an example of one-line copying at the top of the screen when converting from 4: 2: 2 to 4: 2: 0 using a conventional digital filter.

【符号の説明】[Explanation of symbols]

1 SDRAM 2 エンコーダIC 3 内部メモリ 31 4:2:2のデータ格納領域 32 4:2:0のデータ格納領域 DESCRIPTION OF SYMBOLS 1 SDRAM 2 Encoder IC 3 Internal memory 31 4: 2: 2 data storage area 32 4: 2: 0 data storage area

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 4:2:2の画素データを外部メモリか
ら内部メモリにフェッチして縦方向のデジタルフィルタ
を用いて4:2:0の画素データに変換する符号化方法
において、 前記4:2:2の画素データの画面の横方向のピクセル
数を48で除算して商と余りを求め、得られた商の数だ
け、48ピクセルの横幅で前記変換を行うステップと、 前記得られた余りを16で除算し、得られた商の数だ
け、16ピクセルの横幅で前記変換を行うステップと、 を含むことを特徴とする符号化方法。
1. An encoding method for fetching 4: 2: 2 pixel data from an external memory to an internal memory and converting the fetched pixel data into 4: 2: 0 pixel data using a vertical digital filter. Dividing the number of pixels of the 2: 2 pixel data in the horizontal direction of the screen by 48 to obtain a quotient and a remainder, and performing the conversion with a width of 48 pixels by the number of obtained quotients; Dividing the remainder by 16 and performing the conversion with a width of 16 pixels by the number of obtained quotients.
【請求項2】 4:2:2の画素データを格納する外部
メモリと、前記4:2:2の画素データをフェッチして
縦方向のデジタルフィルタを用いて4:2:0の画素デ
ータに変換するための内部メモリとを有する符号化装置
において、 前記外部メモリの前記4:2:2の画素データの画面の
横方向のピクセル数を求めて48で除算して商と余りを
求める第1の除算手段と、 前記外部メモリから前記4:2:2の画素データを48
ピクセル又は16ピクセルの横幅で前記内部メモリにフ
ェッチする変数取得手段と、 48ピクセルの横幅で前記内部メモリにフェッチした
4:2:2の画素データを48ピクセルの横幅で前記縦
方向のデジタルフィルタを用いて4:2:0の画素デー
タに変換する第1の変換手段と、 前記余りを16で除算して商を求める第2の除算手段
と、 16ピクセルの横幅で内部メモリにフェッチした4:
2:2の画素データを16ピクセルの横幅で前記縦方向
のデジタルフィルタを用いて4:2:0の画素データに
変換する第2の変換手段と、 変換された4:2:0の画素データを前記内部メモリか
ら前記外部メモリに戻すデータ返還手段と、 を具備することを特徴とする符号化装置。
2. An external memory for storing 4: 2: 2 pixel data, and fetching the 4: 2: 2 pixel data into a 4: 2: 0 pixel data using a vertical digital filter. A coding apparatus having an internal memory for conversion, wherein the number of pixels of the 4: 2: 2 pixel data in the external memory in the horizontal direction of the screen is obtained and divided by 48 to obtain a quotient and a remainder. And the external memory stores the 4: 2: 2 pixel data in 48
A variable acquisition unit for fetching the internal memory with a width of pixels or 16 pixels to the internal memory; First converting means for converting the pixel data into 4: 2: 0 pixel data, second dividing means for dividing the remainder by 16 to obtain a quotient,
Second conversion means for converting the 2: 2 pixel data into 4: 2: 0 pixel data with a width of 16 pixels using the vertical digital filter; and the converted 4: 2: 0 pixel data. Encoding means for returning data from the internal memory to the external memory.
JP2000346787A 2000-11-14 2000-11-14 Method and device for encoding Pending JP2002152775A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000346787A JP2002152775A (en) 2000-11-14 2000-11-14 Method and device for encoding

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000346787A JP2002152775A (en) 2000-11-14 2000-11-14 Method and device for encoding

Publications (1)

Publication Number Publication Date
JP2002152775A true JP2002152775A (en) 2002-05-24

Family

ID=18820608

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000346787A Pending JP2002152775A (en) 2000-11-14 2000-11-14 Method and device for encoding

Country Status (1)

Country Link
JP (1) JP2002152775A (en)

Similar Documents

Publication Publication Date Title
US6829016B2 (en) Digital still camera system and method
US6754279B2 (en) Digital still camera system and method
US6933970B2 (en) Digital still camera system and method
US6873658B2 (en) Digital still camera system and method
US6836289B2 (en) Digital still camera architecture with red and blue interpolation using green as weighting factors
US7330209B2 (en) Digital still camera system and complementary-color-filtered array interpolation method
US20020135683A1 (en) Digital still camera system and method
CN109286753A (en) Image processing method, system and computer readable storage medium
CN109167915A (en) Image processing method, system and computer readable storage medium
TW409210B (en) Continuous tone compression/decompression apparatus and method, data process apparatus and device, and memory media for storing the programs executing these methods
US5321500A (en) Non-real-time film scanning system
JP2002111989A (en) Image processing circuit
US6778187B1 (en) Methods and devices to process graphics and/or video data
CN109242757A (en) intelligent terminal, image processing method and computer readable storage medium
CN109167916A (en) intelligent terminal, image processing method and computer readable storage medium
EP1111904A2 (en) Digital camera system and method
US7443428B2 (en) Image processing device
JP2002534919A (en) Method and apparatus for performing motion compensation in a texture mapping engine
JP2002010277A (en) System and method for digital still camera
JP2002152775A (en) Method and device for encoding
JP2001045427A (en) Electronic camera
JP3810685B2 (en) Resolution converter and digital camera
CN101277384B (en) Image pickup apparatus and method
JPH05130422A (en) Picture data decoder
JP2001103507A (en) Image pickup device and image processing method