JP4988627B2 - フィルタ演算器及び動き補償装置 - Google Patents
フィルタ演算器及び動き補償装置 Download PDFInfo
- Publication number
- JP4988627B2 JP4988627B2 JP2008054654A JP2008054654A JP4988627B2 JP 4988627 B2 JP4988627 B2 JP 4988627B2 JP 2008054654 A JP2008054654 A JP 2008054654A JP 2008054654 A JP2008054654 A JP 2008054654A JP 4988627 B2 JP4988627 B2 JP 4988627B2
- Authority
- JP
- Japan
- Prior art keywords
- partial product
- unit
- group
- bit
- filter
- 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.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/52—Multiplying; Dividing
- G06F7/523—Multiplying only
- G06F7/533—Reduction of the number of iteration steps or stages, e.g. using the Booth algorithm, log-sum, odd-even
-
- 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/42—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
- H04N19/436—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation using parallelised computational arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/52—Multiplying; Dividing
- G06F7/523—Multiplying only
- G06F7/533—Reduction of the number of iteration steps or stages, e.g. using the Booth algorithm, log-sum, odd-even
- G06F7/5334—Reduction of the number of iteration steps or stages, e.g. using the Booth algorithm, log-sum, odd-even by using multiple bit scanning, i.e. by decoding groups of successive multiplier bits in order to select an appropriate precalculated multiple of the multiplicand as a partial product
- G06F7/5336—Reduction of the number of iteration steps or stages, e.g. using the Booth algorithm, log-sum, odd-even by using multiple bit scanning, i.e. by decoding groups of successive multiplier bits in order to select an appropriate precalculated multiple of the multiplicand as a partial product overlapped, i.e. with successive bitgroups sharing one or more bits being recoded into signed digit representation, e.g. using the Modified Booth Algorithm
- G06F7/5338—Reduction of the number of iteration steps or stages, e.g. using the Booth algorithm, log-sum, odd-even by using multiple bit scanning, i.e. by decoding groups of successive multiplier bits in order to select an appropriate precalculated multiple of the multiplicand as a partial product overlapped, i.e. with successive bitgroups sharing one or more bits being recoded into signed digit representation, e.g. using the Modified Booth Algorithm each bitgroup having two new bits, e.g. 2nd order MBA
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Computational Mathematics (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Description
H=(iScale×F+iShift+32)>>6
ここで、Fは入力値、iScale、iShiftは重み係数を示す。
Y=−y[7]・27+y[6]・26+y[5]・25+y[4]・24+y[3]・23+y[2]・22+y[1]・21+y[0]・20
とすると、任意整数である被乗数Xとの積P=X×Yは以下のようになる。
Y=123(7BH)
=(−2・0+1+1)・26
+(−2・1+1+1)・24
+(−2・1+0+1)・22
+(−2・1+1+0)・20
=2・26+0・24+(−1)・22+(−1)・20
よって、下記となる。
X×Y={(2×358)×26} ・・・部分積生成部450にて演算
+{(0×358)×24} ・・・部分積生成部460にて演算
+{(−1×358)×22} ・・・部分積生成部470にて演算
+{(−1×358)×20} ・・・部分積生成部480にて演算
[出力画素]=Lim([入力画素]×A+B)
の演算を実行する。ここで、Aはフィルタ係数を示す。Bは各フィルタ演算において必要に応じて加算される所定の定数である。従来のフィルタ演算器においては、外部のメモリ等から読み出したデータは、バースト的に読み出される。この際、通常、高速演算する場合は、大規模な乗算器によりパイプライン処理する方式になっている。このため、例えば入力画素データが10ビットであれば部分積生成部が5つ必要となり、回路規模が大きく、よって消費電力も大きい。
92={01011100}
110={01101110}
{01101110}→{10010010}
となる。
10 フィルタ乗算ユニット
11、33 フリップフロップ
13、14、132 選択器
15、26、132、184、301、307、310 セレクタ
16 カウンタ
17 ブースエンコーダユニット
18、65、183、232、45 レジスタ
19、20、60 乗算部
21、22、413、423、433、443 ビットシフト部
23 制御部
24、31、43、44、64、105、205、225、311、450 加算器
32、67,226 リミッタ回路
40 符号データ出力部
41 セレクタ
42 EXOR回路
45、182、218、411、421、431、441 ブースエンコーダ
50 桁上がりビット算出部
51、55、57 AND回路
52、56、69 OR回路
53 EXOR回路
54 インバータ
100、200 画像復号装置
101 圧縮データ
102、202 可変長復号部
103、203 逆量子化部
104 逆アダマール変換部
106 デブロッキングフィルタ
107 切替部
108、207 復号画像
109、208 モニタ
110 画面内予測部
111、209 重み付け予測部
112、210300 動き補償部
113 予測画像
181、231 減算器
204 逆DCT変換部
206 ループフィルタ
201、302、303 フィルタ演算部
220 繰返し回数決定部
221、410、420、430、440 部分積生成部
222 累算加算器
304、305、312、412、422、432、442 乗算器
309 ラインメモリ
401 部分積生成ユニット
Claims (5)
- 入力データと乗数Xとをブースアルゴリズムを用いて積和演算する乗算器であって、
現在の入力データにおいて選択した第1グループと、次の入力データにおいて前記第1グループと対応する位置にて選択した第2グループとを加算又は減算する演算器と、
前記演算器の演算結果をブースのアルゴリズムに従ってエンコードして符号データを生成するブースエンコーダと、
前記符号データから部分積を第1部分積として算出すると共に、前記第1グループ及び第2グループが所定の組み合わせの場合にのみ発生する第2部分積を算出する部分積生成ユニットと、
前記部分積生成ユニットの出力を累積加算する加算器とを有し、
前記演算器は、前記入力データを下位から2ビットごとに区切り、各組と下位組の最上位ビットの計3ビットを前記グループ(y2i+1,y2i,y2i−1)(i≧0の整数)とし、各グループを順に選択して前記加算又は減算を実行し、
前記ブースエンコーダは、−2・y2i+1+y2i+y2i−1により符号データを生成し、
前記所定の組み合わせは、第1グループ及び第2グループの上位1ビットが共に0又は1であって加算又は減算の演算後の下位から3ビット目が1となる組み合わせであり、
前記部分積生成ユニットは、符号データ×X×2iにより前記第1部分積を生成し、4×X×2iにより前記第2部分積を生成する、乗算器。 - 前記部分積生成ユニットは、
前記第1部分積及び第2部分積のうち、符号データ×X、及び4×Xを演算する部分積乗算部と、
前記部分積乗算部の乗算結果を2iビットシフトするビットシフト部と、
前記演算器の前記演算結果に基づき前記部分積乗算部及びビットシフト部を制御する制御部とを有する
ことを特徴とする請求項1記載の乗算器。 - 前記制御部は、前記演算器の前記演算結果について全ビット0又は1以外のとき、当該グループの部分積を生成するよう制御する
ことを特徴とする請求項2記載の乗算器。 - 前記ブースエンコーダ及び部分積生成部の組を複数有する
ことを特徴とする請求項1記載の乗算器。 - 予測画像を生成する動き補償処理装置であって、
垂直方向の入力データに対してフィルタ演算を行なう第1フィルタ演算部と、
水平方向の入力データに応じてフィルタ演算を行なう第2フィルタ演算部と、
前記第1及び第2フィルタ演算部の演算結果又は第1及び第2のフィルタ演算に入力する入力データに対して重み付けを行なう重み付け演算部とを有し、
前記第1及び第2フィルタ演算部は、入力データと乗数Xとをブースアルゴリズムを用いて積和演算するフィルタ演算部であって、
現在の入力データにおいて選択した第1グループと、次の入力データにおいて前記第1グループと対応する位置にて選択した第2グループとを加算又は減算する演算器と、
前記演算器の演算結果をブースのアルゴリズムに従ってエンコードして符号データを生成するブースエンコーダと、
前記符号データから部分積を第1部分積として算出すると共に、前記第1グループ及び第2グループが所定の組み合わせの場合にのみ発生する第2部分積を算出する部分積生成ユニットと、
前記部分積生成ユニットの出力を累積加算する加算器とを有し、
前記演算器は、前記入力データを下位から2ビットごとに区切り、各組と下位組の最上位ビットの計3ビットを前記グループ(y2i+1,y2i,y2i−1)(i≧0の整数)とし、各グループを順に選択して前記加算又は減算を実行し、
前記ブースエンコーダは、−2・y2i+1+y2i+y2i−1により符号データを生成し、
前記所定の組み合わせは、第1グループ及び第2グループの上位1ビットが共に0又は1であって加算又は減算の演算後の下位から3ビット目が1となる組み合わせであり、
前記部分積生成ユニットは、符号データ×X×2iにより前記第1部分積を生成し、4×X×2iにより前記第2部分積を生成する、動き補償処理装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008054654A JP4988627B2 (ja) | 2008-03-05 | 2008-03-05 | フィルタ演算器及び動き補償装置 |
US12/392,755 US8364741B2 (en) | 2008-03-05 | 2009-02-25 | Motion-compensating device with booth multiplier that reduces power consumption without increasing the circuit size |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008054654A JP4988627B2 (ja) | 2008-03-05 | 2008-03-05 | フィルタ演算器及び動き補償装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009211481A JP2009211481A (ja) | 2009-09-17 |
JP4988627B2 true JP4988627B2 (ja) | 2012-08-01 |
Family
ID=41054718
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008054654A Active JP4988627B2 (ja) | 2008-03-05 | 2008-03-05 | フィルタ演算器及び動き補償装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8364741B2 (ja) |
JP (1) | JP4988627B2 (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
RS56176B1 (sr) * | 2010-09-30 | 2017-11-30 | Samsung Electronics Co Ltd | Postupak za interpolaciju slika pomoću filtera za interpolaciju i uglačavanje |
US9032009B2 (en) * | 2013-03-11 | 2015-05-12 | Freescale Semicondutor, Inc. | Multiplier circuit |
US9678749B2 (en) * | 2014-12-22 | 2017-06-13 | Intel Corporation | Instruction and logic for shift-sum multiplier |
US10977002B2 (en) * | 2019-07-15 | 2021-04-13 | Facebook Technologies, Llc | System and method for supporting alternate number format for efficient multiplication |
JP7371255B2 (ja) * | 2019-11-21 | 2023-10-30 | 華為技術有限公司 | 乗算器及びオペレータ回路 |
CN111522528B (zh) * | 2020-04-22 | 2023-03-28 | 星宸科技股份有限公司 | 乘法器、乘法运算方法、运算芯片、电子设备及存储介质 |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0644291A (ja) | 1992-07-22 | 1994-02-18 | Kyocera Corp | 離散コサイン変換器及び情報符号化器 |
US5777679A (en) * | 1996-03-15 | 1998-07-07 | International Business Machines Corporation | Video decoder including polyphase fir horizontal filter |
JP3678512B2 (ja) * | 1996-08-29 | 2005-08-03 | 富士通株式会社 | 乗算回路、該乗算回路を構成する加算回路、該乗算回路の部分積ビット圧縮方法、および、該乗算回路を適用した大規模半導体集積回路 |
EP1039372A4 (en) * | 1997-12-17 | 2005-02-02 | Ultraclean Technology Res Inst | METHOD AND SEMICONDUCTOR CIRCUIT FOR PERFORMING ARITHMETIC OPERATIONS |
TW479193B (en) * | 2000-11-29 | 2002-03-11 | Ind Tech Res Inst | Multiplier with low power consumption and the operation method thereof |
JP2004258141A (ja) | 2003-02-24 | 2004-09-16 | Fujitsu Ltd | モンゴメリ乗算剰余の多倍長演算のための演算装置 |
TWI227840B (en) * | 2003-12-03 | 2005-02-11 | Via Tech Inc | Method and apparatus for multiplying based on Booth's algorithm |
US7308470B2 (en) * | 2003-12-05 | 2007-12-11 | Intel Corporation | Smaller and lower power static mux circuitry in generating multiplier partial product signals |
TWI263164B (en) * | 2004-12-29 | 2006-10-01 | Ind Tech Res Inst | Booth array multiplier with bypass circuits |
WO2007052499A1 (ja) * | 2005-11-07 | 2007-05-10 | Matsushita Electric Industrial Co., Ltd. | 多入力符号化加算器、デジタルフィルタ、信号処理装置、合成装置、合成プログラム、および合成プログラム記録媒体 |
JP4963220B2 (ja) * | 2006-11-21 | 2012-06-27 | ルネサスエレクトロニクス株式会社 | フィルタ演算器及び動き補償装置 |
JP5086675B2 (ja) * | 2007-03-26 | 2012-11-28 | ルネサスエレクトロニクス株式会社 | フィルタ演算器及び動き補償装置 |
JP4881270B2 (ja) * | 2007-09-26 | 2012-02-22 | ルネサスエレクトロニクス株式会社 | フィルタ演算器及び動き補償装置 |
-
2008
- 2008-03-05 JP JP2008054654A patent/JP4988627B2/ja active Active
-
2009
- 2009-02-25 US US12/392,755 patent/US8364741B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US8364741B2 (en) | 2013-01-29 |
JP2009211481A (ja) | 2009-09-17 |
US20090228540A1 (en) | 2009-09-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4881270B2 (ja) | フィルタ演算器及び動き補償装置 | |
JP4988627B2 (ja) | フィルタ演算器及び動き補償装置 | |
CN105939477B (zh) | 用于对视频信号进行解码的方法和设备 | |
RU2612614C2 (ru) | Способ и устройство для выполнения интерполяции на основе преобразования и обратного преобразования | |
CN103119945A (zh) | 通过帧内预测来对图像进行编码和解码的方法和设备 | |
JP4963220B2 (ja) | フィルタ演算器及び動き補償装置 | |
JP5086675B2 (ja) | フィルタ演算器及び動き補償装置 | |
CN101083769B (zh) | 处理n比特视频数据的编/解码器和编/解码方法 | |
JP4516051B2 (ja) | フィルタ処理装置、乗算器及び動き補償処理装置 | |
JP4519807B2 (ja) | 乗算器及びフィルタ処理装置 | |
JP2009159287A (ja) | 半導体装置および信号処理方法 | |
JP2011186592A (ja) | フィルタ演算器、フィルタ演算方法及び動き補償処理装置 | |
JP5195674B2 (ja) | 画像符号化装置 | |
JP4963194B2 (ja) | フィルタ処理装置、乗算器及び動き補償処理装置 | |
JP2010161747A (ja) | サブピクセル生成装置及び方法並びに動き補償装置 | |
JP2010081635A (ja) | 動き補償予測符号化装置、動き補償予測符号化方法及びプログラム | |
JP4847460B2 (ja) | 画像内挿方法及び画素内挿装置 | |
KR20100074272A (ko) | 높은 코딩 효율을 갖는 적응 이미지 필터의 고정 소수점 구현 | |
JP2011090362A (ja) | フィルタ演算器、フィルタ演算方法及び動き補償処理装置 | |
JP5353560B2 (ja) | 画像処理回路および画像符号化装置 | |
Ahmad | Efficient HEVC and VVC motion estimation hardware | |
JP5287624B2 (ja) | 画像処理回路および画像符号化装置 | |
JPH06332933A (ja) | 離散コサイン変換方法および離散コサイン変換回路 | |
KR100240002B1 (ko) | 영상신호의 압축과 복원을 위한 이산 코사인 변환 장치 | |
Jia et al. | Implementation and optimization of sub-pixel motion estimation on BWDSP platform |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100806 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120321 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120405 |
|
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: 20120424 |
|
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: 20120426 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 Ref document number: 4988627 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150511 Year of fee payment: 3 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |