JP4357560B2 - 動画像符号化装置、動画像符号化方法及び動画像符号化プログラム - Google Patents
動画像符号化装置、動画像符号化方法及び動画像符号化プログラム Download PDFInfo
- Publication number
- JP4357560B2 JP4357560B2 JP2007338311A JP2007338311A JP4357560B2 JP 4357560 B2 JP4357560 B2 JP 4357560B2 JP 2007338311 A JP2007338311 A JP 2007338311A JP 2007338311 A JP2007338311 A JP 2007338311A JP 4357560 B2 JP4357560 B2 JP 4357560B2
- Authority
- JP
- Japan
- Prior art keywords
- prediction
- quantization step
- macroblock
- encoding
- frame
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/503—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
- H04N19/51—Motion estimation or motion compensation
- H04N19/577—Motion compensation with bidirectional frame interpolation, i.e. using B-pictures
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/102—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
- H04N19/103—Selection of coding mode or of prediction mode
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/102—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
- H04N19/127—Prioritisation of hardware or computational resources
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/134—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
- H04N19/146—Data rate or code amount at the encoder output
- H04N19/147—Data rate or code amount at the encoder output according to rate distortion criteria
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/169—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
- H04N19/17—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
- H04N19/172—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a picture, frame or field
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/503—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
- H04N19/51—Motion estimation or motion compensation
- H04N19/567—Motion estimation based on rate distortion criteria
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Computing Systems (AREA)
- Theoretical Computer Science (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Description
条件1:フレーム予測モードであり、直前に符号化されたマクロブロックがインターMBで予測方向が同じであること。
条件2:MBタイプが存在しない(Not Coded)つまりCBP=0(CBP:Coded Block Pattern)であること。
条件3:差分ベクトル(ME(動き検出)処理により検出された動きベクトルと予測ベクトルとの差分)が0であること。
条件4:スライスの先頭または最後のマクロブロックではないこと。
とする。
Claims (4)
- 動画像データをマクロブロック単位で動き補償予測し、この処理によって得られる予測誤差に対して離散コサイン変換、量子化を行って量子化ステップを求め、この量子化ステップを前記動き補償予測によって得られる動きベクトルと共に可変長符号化する動画像符号化装置において、
前記可変長符号化の対象マクロブロックそれぞれの符号化モードをピクチャタイプに応じて制御する符号化制御部を備え、
前記符号化制御部は、
前記対象マクロブロックのピクチャタイプが他のフレームの参照フレームとならないBピクチャであるとき、前記量子化ステップが閾値以上か判断する量子化ステップ判断手段と、
前記量子化ステップが閾値以上の場合にフレーム予測のみによる動き検出処理を行うフレーム予測モード処理手段と、
前記量子化ステップが閾値に満たない場合に通常のフレーム/フィールド予測判定後に動き検出処理を行う通常モード処理手段と、
前記フレーム予測モード処理手段または前記通常モード処理手段の動き検出処理後に一定の条件下で前記対象マクロブロックの符号化処理をスキップさせるスキップ判定制御手段と
を具備することを特徴とする動画像符号化装置。 - 前記スキップ判定制御手段は、
前記フレーム予測モード処理時に、直前に符号化されたマクロブロックがインターマクロブロックで予測方向が同じであること、
マクロブロックタイプが存在しないこと、
前記動き検出処理により検出された動きベクトルと予測ベクトルとの差分が0であること、
スライスの先頭または最後のマクロブロックではないこと、
の条件を満たすマクロブロックの符号発生を省略することを特徴とする請求項1記載の動画像符号化装置。 - 動画像データをマクロブロック単位で動き補償予測し、この処理によって得られる予測誤差に対して離散コサイン変換、量子化を行って量子化ステップを求め、この量子化ステップを前記動き補償予測によって得られる動きベクトルと共に可変長符号化する動画像符号化方法において、
前記可変長符号化の対象マクロブロックそれぞれの符号化モードをピクチャタイプに応じて制御する場合に、
前記対象マクロブロックのピクチャタイプが他のフレームの参照フレームとならないBピクチャであるとき、前記量子化ステップが閾値以上か判断し、
前記量子化ステップが閾値以上の場合にフレーム予測のみによる動き検出処理を行い、
前記量子化ステップが閾値に満たない場合に通常のフレーム/フィールド予測判定後に動き検出処理を行い、
前記動き検出処理後に一定の条件下で前記対象マクロブロックの符号化処理をスキップさせることを特徴とする動画像符号化方法。 - 動画像データをマクロブロック単位で動き補償予測し、この処理によって得られる予測誤差に対して離散コサイン変換、量子化を行って量子化ステップを求め、この量子化ステップを前記動き補償予測によって得られる動きベクトルと共に可変長符号化する処理をコンピュータに実行させる動画像符号化プログラムにおいて、
前記可変長符号化の対象マクロブロックそれぞれの符号化モードをピクチャタイプに応じて制御する符号化制御ステップを備え、
前記符号化制御ステップは、
前記対象マクロブロックのピクチャタイプが他のフレームの参照フレームとならないBピクチャであるとき、前記量子化ステップが閾値以上か判断し、
前記量子化ステップが閾値以上の場合にフレーム予測のみによる動き検出処理を行い、
前記量子化ステップが閾値に満たない場合に通常のフレーム/フィールド予測判定後に動き検出処理を行い、
前記動き検出処理後に一定の条件下で前記対象マクロブロックの符号化処理をスキップさせることを特徴とする動画像符号化プログラム。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2007338311A JP4357560B2 (ja) | 2007-12-27 | 2007-12-27 | 動画像符号化装置、動画像符号化方法及び動画像符号化プログラム |
| US12/343,428 US7983337B2 (en) | 2007-12-27 | 2008-12-23 | Moving picture coding device, moving picture coding method, and recording medium with moving picture coding program recorded thereon |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2007338311A JP4357560B2 (ja) | 2007-12-27 | 2007-12-27 | 動画像符号化装置、動画像符号化方法及び動画像符号化プログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2009159541A JP2009159541A (ja) | 2009-07-16 |
| JP4357560B2 true JP4357560B2 (ja) | 2009-11-04 |
Family
ID=40798404
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2007338311A Expired - Fee Related JP4357560B2 (ja) | 2007-12-27 | 2007-12-27 | 動画像符号化装置、動画像符号化方法及び動画像符号化プログラム |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US7983337B2 (ja) |
| JP (1) | JP4357560B2 (ja) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7751631B2 (en) * | 2006-12-22 | 2010-07-06 | Sony Corporation | Bypass using sum of absolute transformed differences value (SATD) in a video coding process |
| JP5598199B2 (ja) * | 2010-09-16 | 2014-10-01 | 富士通株式会社 | 動画像符号化装置 |
| JP5740370B2 (ja) * | 2012-09-04 | 2015-06-24 | 株式会社東芝 | 領域特定装置、方法、及びプログラム |
| KR102132335B1 (ko) * | 2018-09-20 | 2020-07-09 | 주식회사 핀텔 | 객체영역 검출방법, 장치 및 이에 대한 컴퓨터 프로그램 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2000032468A (ja) | 1998-07-10 | 2000-01-28 | Nippon Telegr & Teleph Corp <Ntt> | 画像符号化方法および動き補償モード選択プログラムを記録した記録媒体 |
| JP2001245297A (ja) | 2000-02-29 | 2001-09-07 | Toshiba Corp | 動画像画像符号化装置および動画像復号化装置および動画像符号化方法および動画像復号化方法 |
| JP2001251627A (ja) | 2000-03-03 | 2001-09-14 | Matsushita Electric Ind Co Ltd | 符号化装置、符号化方法及びプログラムを記録した記録媒体 |
| US7151856B2 (en) * | 2002-04-25 | 2006-12-19 | Matsushita Electric Industrial Co., Ltd. | Picture coding apparatus and picture coding method |
| US20060146929A1 (en) * | 2005-01-06 | 2006-07-06 | Lg Electronics Inc. | Method and system for acceleration of lossy video encoding owing to adaptive discarding poor-informative macroblocks |
-
2007
- 2007-12-27 JP JP2007338311A patent/JP4357560B2/ja not_active Expired - Fee Related
-
2008
- 2008-12-23 US US12/343,428 patent/US7983337B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| US20090168870A1 (en) | 2009-07-02 |
| JP2009159541A (ja) | 2009-07-16 |
| US7983337B2 (en) | 2011-07-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4643454B2 (ja) | 動画像復号装置及び動画像復号方法 | |
| US8630347B2 (en) | Video decoding apparatus and video decoding method | |
| JP5007259B2 (ja) | 画像符号化装置 | |
| KR101377883B1 (ko) | 비디오 인코딩에서 넌-제로 라운딩 및 예측 모드 선택 기법들 | |
| JP4799477B2 (ja) | 画像符号化装置及び画像符号化方法 | |
| US20130272397A1 (en) | Image processing apparatus and method, and program | |
| JP4908180B2 (ja) | 動画像符号化装置 | |
| JP2003304538A (ja) | 画像符号化装置、画像復号化装置及びそれらの方法 | |
| JP5090158B2 (ja) | 映像情報記録装置、映像情報記録方法、映像情報記録プログラム、及び映像情報記録プログラムを記録した記録媒体 | |
| JP4357560B2 (ja) | 動画像符号化装置、動画像符号化方法及び動画像符号化プログラム | |
| JP5649296B2 (ja) | 画像符号化装置 | |
| US8306110B2 (en) | Moving image coding apparatus and method using copy pictures depending on virtual buffer verifier occupancy | |
| JP4774315B2 (ja) | 画像復号化装置及び画像復号化方法 | |
| JP4643437B2 (ja) | 情報処理装置 | |
| US8218626B2 (en) | Encoding control apparatus, encoding control method, and storage medium | |
| JP4708821B2 (ja) | 動画像符号化装置及びその制御方法、コンピュータプログラム及び記憶媒体 | |
| JP3690259B2 (ja) | 動画像高速符号化装置及び動画像高速符号化方法 | |
| JP4196929B2 (ja) | ノイズ検出装置及びノイズ検出プログラム | |
| JP4765961B2 (ja) | デジタル動画像記録装置 | |
| JP4390009B2 (ja) | 符号化装置及び方法、画像処理システム | |
| JP5349904B2 (ja) | 動画像符号化装置及び動画像符号化方法 | |
| JP5268666B2 (ja) | 画像符号化装置 | |
| JP4851270B2 (ja) | 動画像復号装置、および復号方法。 | |
| JP4406887B2 (ja) | 動画像符号化装置及び動画像符号化方法 | |
| JP2008153802A (ja) | 動画像符号化装置及び動画像符号化プログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20090408 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090414 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090615 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20090707 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20090804 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120814 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120814 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120814 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130814 Year of fee payment: 4 |
|
| LAPS | Cancellation because of no payment of annual fees |