JP2004236178A - Image expansion device and electronic camera - Google Patents

Image expansion device and electronic camera Download PDF

Info

Publication number
JP2004236178A
JP2004236178A JP2003024636A JP2003024636A JP2004236178A JP 2004236178 A JP2004236178 A JP 2004236178A JP 2003024636 A JP2003024636 A JP 2003024636A JP 2003024636 A JP2003024636 A JP 2003024636A JP 2004236178 A JP2004236178 A JP 2004236178A
Authority
JP
Japan
Prior art keywords
data
image
address
unit
memory
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
JP2003024636A
Other languages
Japanese (ja)
Inventor
Toshihisa Kuroiwa
壽久 黒岩
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.)
Nikon Corp
Original Assignee
Nikon Corp
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 Nikon Corp filed Critical Nikon Corp
Priority to JP2003024636A priority Critical patent/JP2004236178A/en
Publication of JP2004236178A publication Critical patent/JP2004236178A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Studio Devices (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)
  • Television Signal Processing For Recording (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To easily reproduce a thumbnail image of a file recorded by another camera. <P>SOLUTION: This image expansion device has an expansion part for expanding compressed image data, a detection part, a calculation part, a replacement part and a transfer instruction part. The detection part detects an address of a start code indicating a staring position of an expanding operation of the image data in a memory. The calculation part calculates an address of a starting point of DMA transfer before the address of the start code. The replacement part replaces data between the start code and the starting point of DMA transfer in the memory with data for replacement. The transfer instruction part performs the DMA transfer of the data for replacement and the image data from the memory to the expansion part. Since reading of the data for replacement is skipped by the expansion part, it becomes equivalent to a fact that the leading address of SOI of the thumbnail image is transferred as the starting point of DMA transfer. Consequently, the thumbnail image of the file recorded by other camera can also be easily expanded. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、画像伸長装置、及び画像伸長装置を備えた電子カメラに関する。
【0002】
【従来の技術】
電子カメラでは、撮影した静止画をJPEG圧縮して、メモリカードに記録することが多い。殆どの電子カメラで使われているExif(Exchangeable ImageFile For Digital Still Camera)形式の静止画のJPEGファイルの構造は、例えば、以下のようになっている。
【0003】
『SOI+APP1+DQT+DHT+SOF+SOS+ECS+EOI』
SOI(Start of Image)は、JPEGファイルの先頭を表すマーカコードである。APP1は、Exif形式特有の付属情報(JPEG圧縮されたサムネイル画像データを含む)を記録する領域である。DQTは、使用された量子化テーブルを記録する領域である。DHTは、ハフマン符号化において使用されたハフマンテーブルを記録する領域である。SOF(Start of Frame)は、JPEGの圧縮モードを示す情報や、画像データのサンプリング比等の情報を記録する領域である。SOS(Start of Scan)は、画像データのスキャン情報を記録する領域である。ECS(Entropy Coded Segment)は、圧縮されたメイン画像のデータを記録する領域である。EOI(End of Image)は、JPEGファイルの最後を表すマーカコードである。
【0004】
そして、メモリカードに記録されたJPEGファイル(静止画)は、電子カメラにより再生される場合、まず、MPU(Micro Processor Unit)により、DRAM等のメモリに読み込まれる。次に、ファイル内のメイン画像に対応するJPEG(圧縮)コードストリームは、メモリからDMA(Direct Memory Access)転送によりJPEG圧縮/伸長回路に入力されて、伸長処理(復号)を施される(例えば、特許文献1、特許文献2参照)。
【0005】
【特許文献1】
特開平11−261887号公報 (第4−10項、第1−18図)
【特許文献2】
特開2001−61058号公報 (第4−12項、第1−18図)
【0006】
【発明が解決しようとする課題】
近時、電子カメラのファイルフォーマット規格(Exif等)やファイルシステム規格(DCF:Design rule for Camera File system)が整備されている。このため、他の電子カメラで撮影されたJPEGファイルも、より高速に再生できることが望まれている。
【0007】
静止画のJPEGファイルのメイン画像については、ファイルをメモリカードからメモリに一旦読み込む(記憶する)時に、その電子カメラにとって都合の良いアドレスに記憶すれば、DMA転送を用いて再生できる。
一方、静止画のJPEGファイルのサムネイル画像は、ファイル内において、それを記録した電子カメラにとって都合の良いアドレスに配置されている。このアドレスは、再生する電子カメラには、都合の悪いアドレスということもある。例えば、記録側の電子カメラの1回のDMA転送のデータサイズが、再生側のものより小さい場合である。
【0008】
この場合、サムネイル画像のJPEGコードストリームより前の、DMA転送に都合の良いアドレスからデータを読み出せば、DMA転送によりこのデータをJPEG圧縮/伸長回路に入力できる。しかし、JPEGコードストリームの前に置かれたデータが任意のバイナリデータである場合、その中にSOIと同じコードが含まれていないとは限らない。含まれていた場合、JPEG伸長処理が正常に行われない可能性がある。なぜなら、JPEG圧縮/伸長回路は、SOIを検出するとJPEG伸長処理を開始するからである。
【0009】
また、他の電子カメラで記録されたモーションJPEGファイル(動画)を再生する場合も、以下の2つの理由により、JPEG伸長処理を正常に実行できない可能性がある。第1に、モーションJPEGファイルの再生は決められたフレームレートで行われなければならないので、高速であるDMA転送を利用する必要があるからである。第2に、モーションJPEGファイルがQuickTime等のフォーマットで記録されているからである。
【0010】
より詳細には、QuickTimeフォーマットでは、動画の各フレームに対応するJPEGコードストリームは、ATOMと呼ばれるブロックに記録されている。通常、各フレームに対応するJPEGコードストリームの前にも、他のATOMが置かれている。このため、各フレームに対応するJPEGコードストリームのスタートアドレスは、ファイル内において、それを再生する電子カメラのDMA転送に都合の良いものであるとは限らない。従って、サムネイル画像の場合と同様に、伸長処理を正常に実行できない可能性がある。
【0011】
本発明の目的は、従来の伸長回路及びDMA転送を用いて、他の電子カメラにより記録された静止画ファイルのサムネイル画像、動画ファイルなどを容易に再生する技術を提供することである。
【0012】
【課題を解決するための手段】
請求項1の画像伸長装置は、圧縮された画像データを伸長する伸長部と、検出部と、算出部と、置換部と、転送指令部とを備えていることを特徴とする。検出部は、圧縮された画像データを記憶しているメモリにおける、圧縮された画像データの伸長動作のスタート位置を示すスタートコードのアドレスを検出する。算出部は、スタートコードのアドレスに基づいて、このアドレスより前のDMA転送の開始点のアドレスを算出する。置換部は、メモリにおけるスタートコードのアドレスとDMA転送の開始点のアドレスとの間のデータを、スタートコードと異なる置換用データに置き換える。転送指令部は、メモリに記憶されている置換用データ及び圧縮された画像データを、DMA転送により伸長部に入力させる。
【0013】
請求項2の画像伸長装置は、請求項1記載の発明において、『検出部が検出するスタートコードのアドレスが、メモリに記憶されているメイン画像データを有するファイル内における、解像度縮小画像(メイン画像データの解像度を縮小した画像)の圧縮データの伸長動作のスタート位置である。』ことを特徴とする。
請求項3の画像伸長装置は、請求項1記載の発明において、『検出部が検出するスタートコードのアドレスが、メモリに記憶されている動画のファイル内における、圧縮された各コマの画像データの伸長動作のスタート位置である。』ことを特徴とする。
【0014】
請求項4の画像伸長装置は、請求項1〜請求項3のいずれか1項記載の発明において、『置換部は、置換用データに置き換えられるデータを置き換えの前にメモリ内の別の記憶領域に待避させ、置換用データがDMA転送により伸長部に入力された後、待避させたデータを待避前のアドレス(メモリにおけるスタートコードのアドレスとDMA転送の開始点のアドレスとの間)に戻す。』ことを特徴とする。
【0015】
請求項5の電子カメラは、撮像部と、記録部と、メモリと、データ読み出し部と、画像伸長装置とを備えていることを特徴とする。撮像部は、被写体を撮像し、画像データを生成する。記録部は、撮像部により生成された画像データを圧縮して記録媒体に記録する。データ読み出し部は、記録媒体に記録された画像データを読み出してメモリに記憶する。画像伸長装置は、メモリに記憶された画像データを伸長する請求項1〜請求項4のいずれか1項記載のものである。
【0016】
【発明の実施の形態】
以下、図面を用いて本発明の実施の形態を説明する。
<本実施形態の構成>
図1は、本発明の電子カメラのブロック図である。図において、電子カメラ12は、撮影レンズ16と、レンズモータドライブ20と、CCD(撮像素子)24と、A/D変換部28と、タイミングジェネレータ32と、CCDインターフェース36と、システムバス38と、シリアルポート40と、パラレルポート44と、画像処理部48と、ピクチャバス50と、JPEG圧縮/伸長部52と、カードインターフェース56と、USB(Universal Serial BUS)60と、DMAコントローラ64と、表示コントローラ68と、MPU(Micro Processor Unit)72と、バスインターフェース76と、LCDパネル80と、SDRAM84と、ROM88と、I/Oデバイス92(例えば、JPEG2000圧縮/伸長LSI等)とで構成されている。また、電子カメラ12には、メモリカード(記録媒体)96が接続されている。
【0017】
MPU72は、システムバス38を介して、電子カメラ12のシステム制御を行う。
DMAコントローラ64は、MPU72の指令に従って、DMA転送を制御する。
SDRAM84は、不図示のSDRAMコントローラにより制御される。
本実施形態の電子カメラ12は、後述するようにMPU72の機能が異なることを除いて、従来の電子カメラと同様である。このため、他の各部の説明を省略する。
【0018】
<本実施形態の動作説明>
図2は、上述した電子カメラ12による、画像伸長の動作を示す流れ図である。以下、図に示すステップ番号に従って、画像伸長の動作を説明する。なお、以下の説明では、メモリカード96には、他の電子カメラにより記録されたJPEGファイルが記憶されているものとし、このJPEGファイルを再生する動作のみを説明する。
【0019】
[ステップS1]
MPU72は、メモリカード96に記録されたJPEGファイルを読み出し、SDRAM84に記憶する。なお、DMAコントローラ64を利用して、DMA転送によってJPEGファイルを読み出し、SDRAM84に記憶してもよい。このとき、MPU72は、SDRAM84におけるJPEGファイルのSOIを記憶するアドレスが、DMA転送の開始点となるように記憶する。ここでのDMA転送の開始点とは、例えば、SDRAM84のページの先頭位置である。
なお、この動作は、Exif形式等の静止画のJPEGファイルを再生する場合も、QuickTime形式等の動画のJPEGファイルを再生する場合も同じである。
【0020】
[ステップS2]
MPU72は、SDRAM84に記憶させたJPEGファイルが静止画ファイルであるか、或いは動画ファイルであるかを判定する。静止画ファイルである場合、ステップS3に進み、動画ファイルである場合、ステップS10に進む。
【0021】
[ステップS3]
サムネイル画像を伸長する場合、ステップS5に進み、メイン画像を伸長する場合、ステップS4に進む。
【0022】
[ステップS4]
MPU72は、JPEGファイルをその先頭のデータから順にJPEG圧縮/伸長部52にDMA転送するように、DMAコントローラ64に指令する。DMAコントローラ64は、SDRAM84からバスインターフェース76及びピクチャバス50を介して、JPEGファイルを(ステップS1で述べたようにSOIを開始点として)JPEG圧縮/伸長部52にDMA転送する。
一般に、電子カメラのJPEG圧縮/伸長部は、その圧縮コード入出力口(不図示)より入力されたデータの中からSOIマーカコードを検出すると、その時点からJPEG伸長処理を開始するように構成されている。従って、JPEG圧縮/伸長部52は、DMA転送されたデータの先頭(SOIマーカコード)を検出した時点から、JPEG伸長処理を実行する。これにより、メイン画像のJPEG伸長は完了する。
【0023】
[ステップS5]
MPU72は、JPEGファイルにおけるSOIのマーカコード及びAPP1のマーカコードを探す。
[ステップS6]
MPU72は、Exif付属情報を読み出して、JPEGファイルにおけるアプリケーションセグメント(APP1セグメント)の中に格納されたサムネイル画像(JPEG形式)のSOIの先頭アドレスと、サムネイル画像のJPEGコードストリームのサイズを求める。
【0024】
[ステップS7]
MPU72は、サムネイル画像のSOIのアドレスから前に辿って、最も近いDMA転送の開始点のアドレスを求める。MPU72は、サムネイル画像のSOIとDMA転送の開始点との間のデータを、SDRAM84の別領域に待避させる。ここでの別領域は、SDRAM84におけるJPEGファイルを記憶している領域とは別の領域であり、待避データ専用の領域を予め設けておくことが望ましい。
【0025】
[ステップS8]
MPU72は、サムネイル画像のSOIとDMA転送の開始点との間の全てのデータを、「置換用データ」に置き換える。「置換用データ」は、例えば、”00h”や”FFh”のように区別しやすいコードであることが望ましいが、JPEGファイルのSOIのマーカコード(”FFD8h”)と異なれば何でもよい。
【0026】
図3は、上述のデータの置換が行われた後の、SDRAM84におけるJPEGファイル内のサムネイル画像を記憶している領域を示している。図中のパッディングデータは、JPEG圧縮/伸長部52によるJPEG伸長処理の際に、DMA転送によってEOIとDMA転送の終了点との間に付加されるダミーのデータである。JPEG圧縮/伸長部52は、その圧縮コード入出力口(不図示)より入力されたデータの中からEOIマーカコードを検出すると、JPEG伸長処理を停止(終了)する。従って、上述のダミーのデータは、JPEG圧縮/伸長部52のJPEG伸長処理に影響を与えない。
【0027】
図のように、SDRAM84内において、(他のカメラで記録されたJPEGファイルの)サムネイル画像のSOIのアドレスは、それを再生する電子カメラ12のDMA転送の開始点と異なる場合が多い。
なお、置き換えられるデータはメモリカードに残っているため、ステップS7で、置き換えられるデータを待避させなくても問題は少ない。このようなデータの待避を行っても、画像再生速度が低下することは殆どない。なぜなら、置き換えられるバイト数は、少なくともDMA転送1回分のバイト数より小さく、数10バイト程度で済むと考えられるからである。
【0028】
[ステップS9]
MPU72は、置き換えられたデータ(置換用データ)を含め、メイン画像の場合と同じようにJPEGコードストリームをDMA転送によって、JPEG圧縮/伸長部52に入力させる。
JPEG圧縮/伸長部52は、置換用データを全て読み飛ばす。なぜなら、置換用データには、SOIのマーカコードが含まれていないからである。このため、サムネイル画像のSOIの先頭アドレスをDMA転送の開始点として、JPEG圧縮/伸長部52にDMA転送したことと等価になる。従って、JPEG圧縮/伸長部52は、サムネイル画像を正常にJPEG伸長する。
【0029】
また、MPU72は、置換用データがJPEG圧縮/伸長部52に入力された後、待避させたデータを、待避前のアドレス(SDRAM84におけるサムネイル画像のSOIとDMA転送の開始点との間)に戻す。これにより、サムネイル画像のJPEG伸長動作は完了する。
【0030】
[ステップS10]
MPU72は、動画のJPEGファイルにおけるATOMの先頭位置を探す。次に、MPU72は、動画の各フレーム(各コマ)に対応するJPEGコードストリームの先頭アドレスをフレーム毎に調べる(各フレームの先頭アドレスは、ファイルヘッダ情報から検出できる)。
【0031】
[ステップS11]
各フレームの先頭アドレスがDMA転送の開始点のアドレスと異なる場合、MPU72は、各フレームの先頭アドレスから前に辿って、最も近いDMA転送の開始点のアドレスを求める。そして、MPU72は、各動画フレームのJPEGコードストリームの先頭アドレスとDMA転送の開始点との間のデータを、置換用データに置き換える。
【0032】
なお、動画のJPEGファイルを時間順に通常の速度で再生する場合、ステップS7で述べた置き換えられるデータの待避動作をしない方が望ましい。理由は、以下の3つである。
第1に、決められたフレームレートに従って、遅滞なく各フレームのJPEGコードストリームを再生する必要がある。このため、余計な時間を要する動作をしない方が望ましい。
第2に、動画のJPEGファイルの場合、各フレームの間に重要なデータが置かれていることは少ないので、それらのデータを置き換えても問題ないと考えられる。前のフレームの最後のデータが置き換えられる可能性もあるが、前のフレームは既に再生されているはずなので、データの置き換えが行われても差し支えない。
第3に、メモリカード96には、再生されるJPEGファイルが残っている。
【0033】
[ステップS12]
MPU72は、ステップS9と同様に、動画の各フレームのJPEGコードストリームをDMA転送によって、JPEG圧縮/伸長部52に入力させる。
JPEG圧縮/伸長部52は、置換用データを全て読み飛ばす。このため、ステップS9と同様の理由で、動画の各フレーム画像は正常にJPEG伸長される。これにより、動画のJPEGファイルの伸長動作は完了する。
【0034】
<本実施形態の効果>
本実施形態では、静止画のJPEGファイル内のサムネイル画像を再生する場合、MPU72は、サムネイル画像のSOIとDMA転送の開始点との間のデータを、JPEG圧縮/伸長部52により読み飛ばされるデータに置き換える。この後、置き換えられたデータと共に、サムネイル画像のJPEGコードストリームは、JPEG圧縮/伸長部52にDMA転送される。従って、JPEGファイルが他のカメラで記録されたものであっても、その中のサムネイル画像を、DMA転送を利用して高速に、且つ正常にJPEG伸長できる。
【0035】
動画のJPEGファイルを再生する場合も、上述と同様に、MPU72は、各フレームの伸長動作の開始点とDMA転送の開始点との間のデータを置き換える。従って、他のカメラで記録された動画のJPEGファイルも、DMA転送を利用して高速に、且つ正常にJPEG伸長できる。
このように、他のカメラで記録されたJPEGファイルを正常に且つ容易に再生できるため、カメラ間の互換性を高めることができる。この結果、ユーザの利便性を向上できる。
【0036】
また、本実施形態の伸長動作は、JPEGコードストリーム全体を、その伸長動作の開始点のアドレスがDMA転送の開始点のアドレスになるように移動する方法よりも、高速に再生できる。なぜなら、本実施形態の伸長動作により置き換えられるデータのバイト数は、JPEGコードストリーム全体のバイト数より小さいからである(ステップS8)。
【0037】
従来のJPEGファイルの再生動作との主な違いは、DMA転送前に、サムネイル画像(または動画の各フレーム)の伸長動作の開始点とDMA転送の開始点との間のデータを置き換えることである。このため、MPU72の機能(ソフトウェア処理)を変更するだけで、本実施形態の伸長処理を実現できる。また、DMA転送におけるデータ転送の1単位(データサイズ)は、限定されない。従って、そのカメラ固有のものである1回のDMA転送のバイト数に拘わらず、従来の電子カメラにも容易に実装できる。即ち、JPEG圧縮/伸長部52も含めて、電子カメラ12の各部は従来と同じでよいため、余分なコストは掛からない。
【0038】
一般に、サムネイル画像は、多数のJPEGファイルからそれぞれ読み出されて一覧表示されることが多く、高速に再生することが要求される。このような場合にも、本実施形態の伸長動作を適用すれば高速且つ正常に伸長できるので、ユーザの利便性を多いに向上できる。
最近のデジタルカメラは、再生時のレスポンスを向上させるため、モニタ表示用の画像(モニタ画面に表示するのに適したサイズの画像)をJPEG圧縮して、APP1セグメントの独自領域に記録することがある。このようなモニタ表示用の画像を再生(伸長)する場合にも、本実施形態の伸長動作を利用することができる。このモニタ表示用画像は、一般にサムネイル画像よりも大きいため、DMA転送による高速JPEG伸長の効果はより大きいものとなる。
【0039】
<本実施形態の補足事項>
[1] なお、本実施形態では、JPEGファイルを再生する例を述べた。本発明は、かかる実施形態に限定されるものではない。本発明は、JPEG2000等の、他の形式のファイルを再生する場合にも適用できる。この場合も、DMA転送前に、画像データの伸長動作の開始点とDMA転送の開始点との間のデータを、伸長回路により読み飛ばされるデータに置き換えれば、正常に再生できる。
【0040】
[2] 静止画ファイルのサムネイル画像を再生する場合、ステップS7で述べたように、置き換えられるデータを待避させる例を述べた。本発明は、かかる実施形態に限定されるものではない。待避させなくてもよい。なぜなら、メモリカード96には、この静止画ファイルが残っているからである。
【0041】
[3] 動画ファイルを時間順に通常の速度で再生する場合、置き換えられるデータを待避しない例を述べた。本発明は、かかる実施形態に限定されるものではない。待避させてもよい。
但し、動画ファイルを巻き戻し再生する場合、ステップS7及びS9と同様に待避復元動作をすることが望ましい。なぜなら、巻き戻し再生では、時間的に後から転送されたコマから再生されると考えられるからである。即ち、再生中のコマに対して直前(ファイルの先頭に近い方)のコマが次に再生されるので、直前のコマのデータが失われてはならないからである。
【0042】
同様の理由で、動画ファイルを繰り返し再生する場合も、待避復元動作をすることが望ましい。
また、高速巻き戻し再生の場合は、待避復元動作をしないことが望ましい。なぜなら、直前のコマは再生されないので、そのデータが失われても問題ないため、待避復元動作に余分な時間及びメモリを費やさない方がよいからである。
【0043】
<請求項との対応関係>
最後に、請求項と本実施形態との対応関係を説明する。なお、以下に示す対応関係は、参考のために示した一解釈であり、本発明を限定するものではない。
【0044】
請求項記載のメモリは、SDRAM84に対応する。
請求項記載の伸長部は、圧縮された画像データを伸長するJPEG圧縮/伸長部52の機能に対応する(ステップS4、S9、S12を参照)。
請求項記載のスタートコードのアドレスは、ステップS5で検出するJPEGファイルのSOI、ステップS6で検出するサムネイル画像のSOI、及びステップS10で検出する各フレームに対応するJPEGコードストリームの先頭アドレスに対応する。
【0045】
請求項記載の検出部は、前記したスタートコードのアドレスを検出するMPU72の機能に対応する。
請求項記載の算出部は、スタートコードのアドレスに基づいて、前記アドレスより前のDMA転送の開始点を算出するMPU72の機能に対応する(ステップS7、S11を参照)。
【0046】
請求項記載の置換部は、サムネイル画像のSOIとDMA転送の開始点との間のデータを置換用データに置き換えるMPU72の機能に対応する(ステップS8を参照)。
請求項記載の転送指令部は、JPEGコードストリームをDMA転送によりJPEG圧縮/伸長部52に入力させるMPU72及びDMAコントローラ64の機能に対応する(ステップS4、S9、S12を参照)。
【0047】
請求項記載の解像度縮小画像は、サムネイル画像、及びモニタ表示用画像に対応する。
請求項記載の画像伸長装置は、上述した検出部、算出部、置換部、転送指令部としてのMPU72及びDMAコントローラ64の機能と、圧縮された画像データを伸長するJPEG圧縮/伸長部52の機能に対応する。
【0048】
請求項記載の撮像部は、撮影レンズ16、レンズモータドライブ20、CCD24、A/D変換部28、CCDインターフェース36、画像処理部48に対応する。なお、請求項記載の『被写体を撮像し、画像データを生成する』動作は、公知なので、説明を省略した。
請求項記載の記録部は、JPEG圧縮/伸長部52に画像データを圧縮させて、圧縮後の画像データをメモリカード96に記録させるMPU72の機能に対応する。なお、この動作も公知なので、説明を省略した。
【0049】
請求項記載のデータ読み出し部は、メモリカード96に記録されたJPEGファイルを読み出してSDRAM84に記憶するMPU72の機能、及びSDRAM84に対応する(ステップS1を参照)。
【0050】
【発明の効果】
本発明では、静止画ファイル内における解像度縮小画像を再生する場合、この解像度縮小画像の圧縮データの伸長動作の開始点とDMA転送の開始点との間のデータを、伸長部により読み飛ばされるデータに置き換える。この後、置き換えられたデータと共に、解像度縮小画像の圧縮データは、伸長部にDMA転送される。従って、静止画ファイルが他のカメラで記録されたものであっても、その中の解像度縮小画像を、伸長部により正常に且つ容易に再生できる。
【0051】
動画ファイルを再生する場合も、上述と同様に、各コマの伸長動作の開始点とDMA転送の開始点との間のデータを置き換える。従って、他のカメラで記録された動画ファイルも、正常に且つ容易に再生できる。
【図面の簡単な説明】
【図1】本発明の電子カメラのブロック図である。
【図2】本発明の電子カメラによる、画像伸長の動作を示す流れ図である。
【図3】データの置換が行われた後の、SDRAMにおけるJPEGファイル内のサムネイル画像を記憶している領域を示す説明図である。
【符号の説明】
12 電子カメラ
16 撮影レンズ
20 レンズモータドライブ
24 CCD
28 A/D変換部28
32 タイミングジェネレータ
36 CCDインターフェース
38 システムバス
40 シリアルポート
44 パラレルポート
48 画像処理部
50 ピクチャバス
52 JPEG圧縮/伸長部
56 カードインターフェース
60 USB
64 DMAコントローラ
68 表示コントローラ
72 MPU
76 バスインターフェース
80 LCDパネル
84 SDRAM
88 ROM
92 I/Oデバイス
96 メモリカード
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an image expansion device and an electronic camera including the image expansion device.
[0002]
[Prior art]
In an electronic camera, a photographed still image is often JPEG-compressed and recorded on a memory card. The structure of a JPEG file of a still image in Exif (Exchangeable Image File For Digital Still Camera) format used in most electronic cameras is as follows, for example.
[0003]
"SOI + APP1 + DQT + DHT + SOF + SOS + ECS + EOI"
SOI (Start of Image) is a marker code representing the beginning of a JPEG file. APP1 is an area for recording additional information specific to Exif format (including JPEG-compressed thumbnail image data). DQT is an area for recording the used quantization table. DHT is an area for recording a Huffman table used in Huffman coding. The SOF (Start of Frame) is an area for recording information indicating a JPEG compression mode and information such as a sampling ratio of image data. SOS (Start of Scan) is an area for recording scan information of image data. An ECS (Entropy Coded Segment) is an area for recording compressed main image data. EOI (End of Image) is a marker code representing the end of the JPEG file.
[0004]
Then, when the JPEG file (still image) recorded on the memory card is reproduced by the electronic camera, first, it is read into a memory such as a DRAM by an MPU (Micro Processor Unit). Next, the JPEG (compression) code stream corresponding to the main image in the file is input from the memory to the JPEG compression / decompression circuit by DMA (Direct Memory Access) transfer and subjected to decompression processing (decoding) (for example, , Patent Documents 1 and 2).
[0005]
[Patent Document 1]
Japanese Patent Application Laid-Open No. 11-261887 (Section 4-10, FIG. 1-18)
[Patent Document 2]
JP-A-2001-61058 (Section 4-12, FIG. 1-18)
[0006]
[Problems to be solved by the invention]
Recently, a file format standard (such as Exif) and a file system standard (DCF: Design rule for Camera File system) of electronic cameras have been developed. For this reason, it is desired that a JPEG file photographed by another electronic camera can be reproduced at a higher speed.
[0007]
The main image of a JPEG file of a still image can be reproduced using DMA transfer when the file is temporarily read (stored) from a memory card into a memory and stored at an address convenient for the electronic camera.
On the other hand, a thumbnail image of a JPEG file of a still image is arranged at an address convenient for the electronic camera that has recorded the thumbnail image in the file. This address may be inconvenient for the electronic camera to be reproduced. For example, this is a case where the data size of one DMA transfer of the electronic camera on the recording side is smaller than that of the electronic camera on the reproduction side.
[0008]
In this case, if data is read from an address convenient for DMA transfer before the JPEG code stream of the thumbnail image, this data can be input to the JPEG compression / decompression circuit by DMA transfer. However, when the data placed before the JPEG code stream is arbitrary binary data, it does not necessarily mean that the data does not include the same code as the SOI. If it is included, JPEG decompression processing may not be performed normally. This is because the JPEG compression / decompression circuit starts JPEG decompression processing upon detecting SOI.
[0009]
Also, when a motion JPEG file (moving image) recorded by another electronic camera is reproduced, the JPEG decompression process may not be executed normally for the following two reasons. First, since the motion JPEG file must be reproduced at a predetermined frame rate, it is necessary to use high-speed DMA transfer. Second, motion JPEG files are recorded in a format such as QuickTime.
[0010]
More specifically, in the QuickTime format, a JPEG code stream corresponding to each frame of a moving image is recorded in a block called ATOM. Usually, another ATOM is also placed before the JPEG code stream corresponding to each frame. For this reason, the start address of the JPEG code stream corresponding to each frame is not always convenient for the DMA transfer of the electronic camera that reproduces it in the file. Therefore, as in the case of the thumbnail image, there is a possibility that the decompression process cannot be executed normally.
[0011]
It is an object of the present invention to provide a technique for easily reproducing a thumbnail image of a still image file, a moving image file, and the like recorded by another electronic camera using a conventional decompression circuit and DMA transfer.
[0012]
[Means for Solving the Problems]
According to a first aspect of the present invention, there is provided an image decompression device including a decompression unit for decompressing compressed image data, a detection unit, a calculation unit, a replacement unit, and a transfer command unit. The detector detects a start code address indicating a start position of a decompression operation of the compressed image data in a memory storing the compressed image data. The calculation unit calculates the address of the start point of the DMA transfer preceding this address based on the address of the start code. The replacement unit replaces data between the address of the start code and the address of the start point of the DMA transfer in the memory with replacement data different from the start code. The transfer command unit causes the decompression unit to input the replacement data and the compressed image data stored in the memory by DMA transfer.
[0013]
According to a second aspect of the present invention, in the first aspect, the address of the start code detected by the detection unit is a resolution-reduced image (main image) in a file having main image data stored in the memory. This is the start position of the decompression operation of the compressed data (the image whose data resolution has been reduced). ].
According to a third aspect of the present invention, in the first aspect of the invention, the address of the start code detected by the detection unit is set to a value of the compressed image data of each frame in the moving image file stored in the memory. This is the start position of the extension operation. ].
[0014]
According to a fourth aspect of the present invention, in the image decompression apparatus according to any one of the first to third aspects, it is preferable that the replacing unit replaces the data to be replaced with the replacement data with another storage area in the memory before the replacement. After the replacement data is input to the decompression unit by the DMA transfer, the saved data is returned to the address before the save (between the address of the start code in the memory and the address of the start point of the DMA transfer). ].
[0015]
According to a fifth aspect of the invention, there is provided an electronic camera including an imaging unit, a recording unit, a memory, a data reading unit, and an image decompression device. The imaging unit captures an image of a subject and generates image data. The recording unit compresses the image data generated by the imaging unit and records the image data on a recording medium. The data reading unit reads out the image data recorded on the recording medium and stores it in the memory. The image decompression device is for decompressing image data stored in a memory.
[0016]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
<Configuration of this embodiment>
FIG. 1 is a block diagram of the electronic camera of the present invention. In the figure, an electronic camera 12 includes a photographing lens 16, a lens motor drive 20, a CCD (imaging device) 24, an A / D converter 28, a timing generator 32, a CCD interface 36, a system bus 38, A serial port 40, a parallel port 44, an image processing unit 48, a picture bus 50, a JPEG compression / decompression unit 52, a card interface 56, a USB (Universal Serial BUS) 60, a DMA controller 64, and a display controller 68, an MPU (Micro Processor Unit) 72, a bus interface 76, an LCD panel 80, an SDRAM 84, a ROM 88, and an I / O device 92 (for example, a JPEG2000 compression / decompression LSI). In addition, a memory card (recording medium) 96 is connected to the electronic camera 12.
[0017]
The MPU 72 controls the system of the electronic camera 12 via the system bus 38.
The DMA controller 64 controls the DMA transfer according to a command from the MPU 72.
The SDRAM 84 is controlled by an SDRAM controller (not shown).
The electronic camera 12 of the present embodiment is the same as a conventional electronic camera except that the function of the MPU 72 is different as described later. Therefore, the description of the other units will be omitted.
[0018]
<Description of the operation of the present embodiment>
FIG. 2 is a flowchart showing an image expansion operation by the electronic camera 12 described above. Hereinafter, the operation of image decompression will be described according to the step numbers shown in the figure. In the following description, it is assumed that a JPEG file recorded by another electronic camera is stored in the memory card 96, and only the operation of reproducing the JPEG file will be described.
[0019]
[Step S1]
The MPU 72 reads the JPEG file recorded on the memory card 96 and stores it in the SDRAM 84. The JPEG file may be read out by DMA transfer using the DMA controller 64 and stored in the SDRAM 84. At this time, the MPU 72 stores the address at which the SOI of the JPEG file in the SDRAM 84 is the start point of the DMA transfer. The start point of the DMA transfer here is, for example, the head position of the page of the SDRAM 84.
This operation is the same when reproducing a JPEG file of a still image in the Exif format or the like and in reproducing a JPEG file of a moving image in the QuickTime format or the like.
[0020]
[Step S2]
The MPU 72 determines whether the JPEG file stored in the SDRAM 84 is a still image file or a moving image file. If it is a still image file, the process proceeds to step S3. If it is a moving image file, the process proceeds to step S10.
[0021]
[Step S3]
When the thumbnail image is expanded, the process proceeds to step S5. When the main image is expanded, the process proceeds to step S4.
[0022]
[Step S4]
The MPU 72 instructs the DMA controller 64 to DMA-transfer the JPEG file to the JPEG compression / decompression unit 52 in order from the leading data. The DMA controller 64 DMA-transfers the JPEG file from the SDRAM 84 via the bus interface 76 and the picture bus 50 to the JPEG compression / decompression unit 52 (starting from the SOI as described in step S1).
In general, a JPEG compression / decompression unit of an electronic camera is configured to start JPEG decompression processing from that point when an SOI marker code is detected from data input from a compression code input / output port (not shown). ing. Therefore, the JPEG compression / decompression unit 52 executes the JPEG decompression processing from the time when the head (SOI marker code) of the DMA-transferred data is detected. Thus, the JPEG expansion of the main image is completed.
[0023]
[Step S5]
The MPU 72 searches for a marker code of SOI and a marker code of APP1 in the JPEG file.
[Step S6]
The MPU 72 reads the Exif attached information, and obtains the start address of the SOI of the thumbnail image (JPEG format) stored in the application segment (APP1 segment) in the JPEG file and the size of the JPEG code stream of the thumbnail image.
[0024]
[Step S7]
The MPU 72 obtains the address of the nearest DMA transfer start point by tracing back from the SOI address of the thumbnail image. The MPU 72 saves the data between the SOI of the thumbnail image and the start point of the DMA transfer in another area of the SDRAM 84. The different area here is an area different from the area in which the JPEG file is stored in the SDRAM 84, and it is desirable to provide an area dedicated to save data in advance.
[0025]
[Step S8]
The MPU 72 replaces all data between the SOI of the thumbnail image and the start point of the DMA transfer with “replacement data”. The “replacement data” is preferably a code that is easily distinguishable, for example, “00h” or “FFh”, but may be anything other than the marker code (“FFD8h”) of the SOI of the JPEG file.
[0026]
FIG. 3 shows an area storing a thumbnail image in a JPEG file in the SDRAM 84 after the above-described data replacement is performed. The padding data in the figure is dummy data added between the EOI and the end point of the DMA transfer by the DMA transfer during the JPEG expansion process by the JPEG compression / expansion unit 52. When detecting the EOI marker code from the data input from the compression code input / output port (not shown), the JPEG compression / decompression unit 52 stops (ends) the JPEG decompression process. Therefore, the dummy data described above does not affect the JPEG decompression processing of the JPEG compression / decompression unit 52.
[0027]
As shown, in the SDRAM 84, the SOI address of the thumbnail image (of the JPEG file recorded by another camera) is often different from the start point of the DMA transfer of the electronic camera 12 that reproduces the thumbnail image.
Since the data to be replaced remains in the memory card, there is little problem even if the data to be replaced is not saved in step S7. Even if such data is saved, the image reproduction speed hardly decreases. This is because the number of bytes to be replaced is at least smaller than the number of bytes for one DMA transfer, and may be about several tens of bytes.
[0028]
[Step S9]
The MPU 72 causes the JPEG compression / decompression unit 52 to input the JPEG code stream including the replaced data (replacement data) by DMA transfer in the same manner as in the case of the main image.
The JPEG compression / decompression unit 52 skips all replacement data. This is because the replacement data does not include the SOI marker code. This is equivalent to performing DMA transfer to the JPEG compression / decompression unit 52 using the start address of the SOI of the thumbnail image as the start point of DMA transfer. Therefore, the JPEG compression / decompression unit 52 normally decompresses the thumbnail image by JPEG.
[0029]
After the replacement data is input to the JPEG compression / decompression unit 52, the MPU 72 returns the saved data to the address before saving (between the SOI of the thumbnail image in the SDRAM 84 and the start point of the DMA transfer). . Thus, the JPEG decompression operation of the thumbnail image is completed.
[0030]
[Step S10]
The MPU 72 searches for the head position of ATOM in the JPEG file of the moving image. Next, the MPU 72 checks the head address of the JPEG code stream corresponding to each frame (frame) of the moving image for each frame (the head address of each frame can be detected from the file header information).
[0031]
[Step S11]
If the start address of each frame is different from the address of the start point of the DMA transfer, the MPU 72 traces forward from the start address of each frame to find the address of the closest start point of the DMA transfer. Then, the MPU 72 replaces the data between the start address of the JPEG code stream of each moving image frame and the start point of the DMA transfer with the replacement data.
[0032]
In the case where a JPEG file of a moving image is played back at a normal speed in the order of time, it is desirable not to perform the saving operation of the replaced data described in step S7. There are three reasons.
First, it is necessary to reproduce the JPEG code stream of each frame without delay according to the determined frame rate. For this reason, it is desirable not to perform an operation that requires extra time.
Second, in the case of a moving image JPEG file, important data is rarely placed between frames, and it is considered that there is no problem even if such data is replaced. There is a possibility that the last data of the previous frame may be replaced, but since the previous frame has already been reproduced, the data may be replaced.
Third, the JPEG file to be played remains on the memory card 96.
[0033]
[Step S12]
As in step S9, the MPU 72 causes the JPEG compression / decompression unit 52 to input the JPEG code stream of each frame of the moving image by DMA transfer.
The JPEG compression / decompression unit 52 skips all replacement data. Therefore, for the same reason as in step S9, each frame image of the moving image is normally JPEG expanded. Thus, the operation of decompressing the moving image JPEG file is completed.
[0034]
<Effect of this embodiment>
In the present embodiment, when playing back a thumbnail image in a JPEG file of a still image, the MPU 72 converts the data between the SOI of the thumbnail image and the start point of the DMA transfer into data that is skipped by the JPEG compression / decompression unit 52. Replace with Thereafter, the JPEG code stream of the thumbnail image together with the replaced data is DMA-transferred to the JPEG compression / decompression unit 52. Therefore, even if the JPEG file is recorded by another camera, the thumbnail image in the JPEG file can be JPEG-decompressed at high speed and normally by using the DMA transfer.
[0035]
Also in the case of reproducing a moving image JPEG file, the MPU 72 replaces the data between the start point of the decompression operation of each frame and the start point of the DMA transfer, as described above. Accordingly, JPEG files of moving images recorded by other cameras can be JPEG-decompressed at high speed and normally using DMA transfer.
As described above, the JPEG file recorded by another camera can be normally and easily reproduced, so that compatibility between the cameras can be improved. As a result, user convenience can be improved.
[0036]
In addition, the decompression operation of the present embodiment can reproduce the entire JPEG code stream at a higher speed than a method of moving the decompression operation start point address to the DMA transfer start point address. This is because the number of bytes of data replaced by the decompression operation of the present embodiment is smaller than the number of bytes of the entire JPEG code stream (step S8).
[0037]
The main difference from the conventional JPEG file playback operation is that the data between the start point of the decompression operation of the thumbnail image (or each frame of the moving image) and the start point of the DMA transfer is replaced before the DMA transfer. . Therefore, the decompression processing of the present embodiment can be realized only by changing the function (software processing) of the MPU 72. One unit (data size) of data transfer in the DMA transfer is not limited. Therefore, regardless of the number of bytes of one DMA transfer which is unique to the camera, it can be easily implemented in a conventional electronic camera. That is, since the components of the electronic camera 12 including the JPEG compression / decompression unit 52 may be the same as those in the related art, no extra cost is required.
[0038]
Generally, thumbnail images are often read from a large number of JPEG files and displayed in a list, and high-speed playback is required. In such a case, if the decompression operation of the present embodiment is applied, normal and high-speed decompression can be performed, so that user convenience can be greatly improved.
In recent digital cameras, in order to improve the response at the time of reproduction, an image for monitor display (an image having a size suitable for display on a monitor screen) is JPEG-compressed and recorded in a unique area of the APP1 segment. is there. Also in the case of reproducing (expanding) such an image for monitor display, the decompression operation of the present embodiment can be used. Since the monitor display image is generally larger than the thumbnail image, the effect of the high-speed JPEG decompression by the DMA transfer is greater.
[0039]
<Supplementary information of this embodiment>
[1] In the present embodiment, an example of reproducing a JPEG file has been described. The present invention is not limited to such an embodiment. The present invention can be applied to the case of playing back a file of another format such as JPEG2000. Also in this case, if the data between the start point of the image data decompression operation and the start point of the DMA transfer is replaced with data skipped by the decompression circuit before the DMA transfer, normal reproduction can be performed.
[0040]
[2] In the case of reproducing a thumbnail image of a still image file, as described in step S7, an example has been described in which data to be replaced is saved. The present invention is not limited to such an embodiment. It is not necessary to evacuate. This is because the still image file remains in the memory card 96.
[0041]
[3] An example has been described in which, when a moving image file is played back at a normal speed in time sequence, replaced data is not saved. The present invention is not limited to such an embodiment. You may be evacuated.
However, when rewinding and playing back a moving image file, it is desirable to perform a save / restore operation as in steps S7 and S9. This is because, in the rewind reproduction, it is considered that the frame is reproduced from the frame transferred later in time. That is, since the frame immediately before (the one closer to the beginning of the file) is reproduced next to the frame being reproduced, the data of the immediately preceding frame must not be lost.
[0042]
For the same reason, it is desirable to perform the save / restore operation even when the moving image file is repeatedly reproduced.
In the case of high-speed rewind reproduction, it is desirable not to perform the save / restore operation. This is because, since the immediately preceding frame is not reproduced, there is no problem if the data is lost, so that it is better not to spend extra time and memory in the save / restore operation.
[0043]
<Correspondence with Claims>
Finally, the correspondence between the claims and the present embodiment will be described. In addition, the following correspondence is an interpretation shown for reference, and does not limit the present invention.
[0044]
The memory described in the claims corresponds to the SDRAM 84.
The decompression unit described in claims corresponds to the function of the JPEG compression / decompression unit 52 for decompressing the compressed image data (see steps S4, S9, and S12).
The address of the start code described in the claims corresponds to the SOI of the JPEG file detected in step S5, the SOI of the thumbnail image detected in step S6, and the start address of the JPEG code stream corresponding to each frame detected in step S10. .
[0045]
The detection unit described in claims corresponds to the function of the MPU 72 that detects the address of the start code.
The calculating unit described in claims corresponds to the function of the MPU 72 that calculates the DMA transfer start point before the address based on the address of the start code (see steps S7 and S11).
[0046]
The replacement unit corresponds to the function of the MPU 72 that replaces data between the SOI of the thumbnail image and the start point of the DMA transfer with replacement data (see step S8).
The transfer command section described in the claims corresponds to the functions of the MPU 72 and the DMA controller 64 for inputting the JPEG code stream to the JPEG compression / decompression section 52 by DMA transfer (see steps S4, S9, and S12).
[0047]
The reduced resolution image described in the claims corresponds to a thumbnail image and a monitor display image.
The image decompression device according to the present invention has a function of the MPU 72 and the DMA controller 64 as the detection unit, the calculation unit, the replacement unit, and the transfer command unit, and a function of the JPEG compression / decompression unit 52 for decompressing the compressed image data. Corresponding to
[0048]
The imaging unit described in claims corresponds to the photographing lens 16, the lens motor drive 20, the CCD 24, the A / D conversion unit 28, the CCD interface 36, and the image processing unit 48. The operation of “image a subject and generate image data” described in the claims is well-known, and thus the description is omitted.
The recording unit described in the claims corresponds to the function of the MPU 72 that causes the JPEG compression / decompression unit 52 to compress image data and record the compressed image data on the memory card 96. Since this operation is also known, the description is omitted.
[0049]
The data reading unit described in the claims corresponds to the function of the MPU 72 that reads a JPEG file recorded on the memory card 96 and stores the JPEG file in the SDRAM 84, and the SDRAM 84 (see step S1).
[0050]
【The invention's effect】
According to the present invention, when a resolution-reduced image in a still image file is reproduced, data between the start point of the decompression operation of the compressed data of the resolution-reduced image and the start point of the DMA transfer is read by the decompression unit. Replace with Thereafter, the compressed data of the reduced-resolution image together with the replaced data is DMA-transferred to the decompression unit. Therefore, even if the still image file is recorded by another camera, the reduced resolution image therein can be normally and easily reproduced by the decompression unit.
[0051]
Also in the case of reproducing a moving image file, the data between the start point of the decompression operation of each frame and the start point of the DMA transfer is replaced in the same manner as described above. Therefore, a moving image file recorded by another camera can be normally and easily reproduced.
[Brief description of the drawings]
FIG. 1 is a block diagram of an electronic camera according to the present invention.
FIG. 2 is a flowchart showing an image expansion operation by the electronic camera of the present invention.
FIG. 3 is an explanatory diagram showing an area storing a thumbnail image in a JPEG file in the SDRAM after data replacement is performed.
[Explanation of symbols]
12 electronic camera 16 shooting lens 20 lens motor drive 24 CCD
28 A / D conversion unit 28
32 timing generator 36 CCD interface 38 system bus 40 serial port 44 parallel port 48 image processing unit 50 picture bus 52 JPEG compression / decompression unit 56 card interface 60 USB
64 DMA controller 68 Display controller 72 MPU
76 Bus interface 80 LCD panel 84 SDRAM
88 ROM
92 I / O device 96 Memory card

Claims (5)

圧縮された画像データを伸長する伸長部と、
圧縮された画像データを記憶しているメモリにおける、圧縮された画像データの伸長動作のスタート位置を示すスタートコードのアドレスを検出する検出部と、
前記スタートコードのアドレスに基づいて、前記アドレスより前のDMA転送の開始点のアドレスを算出する算出部と、
前記メモリにおける前記スタートコードのアドレスと前記開始点のアドレスとの間のデータを、前記スタートコードと異なる置換用データに置き換える置換部と、
前記メモリに記憶されている前記置換用データ及び前記圧縮された画像データを、前記DMA転送により前記伸長部に入力させる転送指令部と
を備えていることを特徴とする画像伸長装置。
A decompression unit for decompressing the compressed image data;
A detection unit that detects an address of a start code indicating a start position of a decompression operation of the compressed image data in a memory that stores the compressed image data;
A calculating unit that calculates an address of a start point of the DMA transfer before the address based on an address of the start code;
A replacement unit that replaces data between the address of the start code and the address of the start point in the memory with replacement data different from the start code;
An image decompression device, comprising: a transfer command unit that inputs the replacement data and the compressed image data stored in the memory to the decompression unit by the DMA transfer.
請求項1記載の画像伸長装置において、
前記検出部が検出するスタートコードのアドレスは、前記メモリに記憶されているメイン画像データを有するファイル内における、解像度縮小画像(前記メイン画像データの解像度を縮小した画像)の圧縮データの伸長動作のスタート位置である
ことを特徴とする画像伸長装置。
The image decompression device according to claim 1,
The address of the start code detected by the detection unit is used for expanding the compressed data of the reduced-resolution image (the image obtained by reducing the resolution of the main image data) in the file having the main image data stored in the memory. An image decompression device, which is a start position.
請求項1記載の画像伸長装置において、
前記検出部が検出するスタートコードのアドレスは、前記メモリに記憶されている動画のファイル内における、圧縮された各コマの画像データの伸長動作のスタート位置である
ことを特徴とする画像伸長装置。
The image decompression device according to claim 1,
An image decompression device, wherein the address of the start code detected by the detection unit is a start position of a decompression operation of decompressed image data of each frame in a moving image file stored in the memory.
請求項1〜請求項3のいずれか1項記載の画像伸長装置において、
前記置換部は、
前記置換用データに置き換えられるデータを、置き換えの前に前記メモリ内の別の記憶領域に待避させ、
前記置換用データが前記DMA転送により前記伸長部に入力された後、前記待避させたデータを、待避前のアドレス(前記メモリにおける前記スタートコードのアドレスと前記開始点のアドレスとの間)に戻す
ことを特徴とする画像伸長装置。
The image decompression device according to any one of claims 1 to 3,
The replacement unit,
The data to be replaced with the replacement data is evacuated to another storage area in the memory before the replacement,
After the replacement data is input to the decompression unit by the DMA transfer, the saved data is returned to the address before saving (between the address of the start code and the address of the start point in the memory). An image decompression device characterized by the above-mentioned.
被写体を撮像し、画像データを生成する撮像部と、
前記撮像部により生成された画像データを圧縮して記録媒体に記録する記録部と、
メモリを有し、前記記録媒体に記録された画像データを読み出して前記メモリに記憶するデータ読み出し部と、
前記メモリに記憶された画像データを伸長する請求項1〜請求項4のいずれか1項記載の画像伸長装置と
を備えていることを特徴とする電子カメラ。
An imaging unit that images a subject and generates image data;
A recording unit that compresses the image data generated by the imaging unit and records it on a recording medium;
A data reading unit that has a memory and reads image data recorded on the recording medium and stores the image data in the memory;
5. An electronic camera, comprising: the image decompression device according to claim 1, which decompresses image data stored in the memory.
JP2003024636A 2003-01-31 2003-01-31 Image expansion device and electronic camera Pending JP2004236178A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003024636A JP2004236178A (en) 2003-01-31 2003-01-31 Image expansion device and electronic camera

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003024636A JP2004236178A (en) 2003-01-31 2003-01-31 Image expansion device and electronic camera

Publications (1)

Publication Number Publication Date
JP2004236178A true JP2004236178A (en) 2004-08-19

Family

ID=32953116

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003024636A Pending JP2004236178A (en) 2003-01-31 2003-01-31 Image expansion device and electronic camera

Country Status (1)

Country Link
JP (1) JP2004236178A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008060891A (en) * 2006-08-31 2008-03-13 Fujitsu Ltd Jpeg decoder
JP2008092291A (en) * 2006-10-02 2008-04-17 Sony Ericsson Mobilecommunications Japan Inc Still image transmitter, still image receiver, still image transmitter/receiver, still image transmission method, still image reception method, still image transmission/reception method, camera device and portable terminal device
JP2008092292A (en) * 2006-10-02 2008-04-17 Sony Ericsson Mobilecommunications Japan Inc Still image transmitter, still image receiver, still image transmitter/receiver, still image transmission method, still image reception method, still image transmission/reception method, camera device and portable terminal device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008060891A (en) * 2006-08-31 2008-03-13 Fujitsu Ltd Jpeg decoder
JP4720683B2 (en) * 2006-08-31 2011-07-13 富士通セミコンダクター株式会社 JPEG decoder
JP2008092291A (en) * 2006-10-02 2008-04-17 Sony Ericsson Mobilecommunications Japan Inc Still image transmitter, still image receiver, still image transmitter/receiver, still image transmission method, still image reception method, still image transmission/reception method, camera device and portable terminal device
JP2008092292A (en) * 2006-10-02 2008-04-17 Sony Ericsson Mobilecommunications Japan Inc Still image transmitter, still image receiver, still image transmitter/receiver, still image transmission method, still image reception method, still image transmission/reception method, camera device and portable terminal device

Similar Documents

Publication Publication Date Title
US10349030B2 (en) Video recording and reproducing method, and video reproducing apparatus and method including thumbnails for moving pictures and still pictures
US8520231B2 (en) Record/replay apparatus and method that display moving images and still images generated from moving images
JP2010154506A (en) Image file generation device, camera, and image file generation program
JP2004194338A (en) Method and system for producing slide show
JP4958758B2 (en) Recording apparatus, reproducing apparatus, recording method, reproducing method, and program
JP2009118215A (en) Imaging apparatus
US20090154551A1 (en) Apparatus for recording/reproducing moving picture, and recording medium thereof
JPWO2004086760A1 (en) Data processing device
JP2001203971A (en) Image data processor
JP2004236178A (en) Image expansion device and electronic camera
JP2005303336A (en) Video signal recording apparatus and video signal reproducing apparatus
JPH08147952A (en) Recording and reproducing device
JP3306094B2 (en) camera
KR100239120B1 (en) Device and method for reproducing image record of digital camera
JP2002359807A (en) Digital still camera
JP2008219425A (en) Image processor and image processing method
JP2010093452A (en) Video server, signal conversion circuit and signal converting method
JP4395282B2 (en) Image and audio playback device
JP2002051302A (en) Electronic still camera
JP4782212B2 (en) Shooting device, copy method of shooting data
JP2005012378A (en) Apparatus and method for recording image
JP3034923B2 (en) Image data recording and playback device
JP4277291B2 (en) Image capturing device and image data copying method
JP2004357157A (en) Record and playback apparatus
JP2000295506A (en) Video recorder, video recording method and storage medium