{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00067393","sets":["1164:2822:5990:5991"]},"path":["5991"],"owner":"10","recid":"67393","title":["メディア処理向けカスタムプロセッサにおける復号処理命令拡張の検討"],"pubdate":{"attribute_name":"公開日","attribute_value":"2010-01-21"},"_buckets":{"deposit":"069f7940-d54f-4d05-86b2-7d3da26c1c76"},"_deposit":{"id":"67393","pid":{"type":"depid","value":"67393","revision_id":0},"owners":[10],"status":"published","created_by":10},"item_title":"メディア処理向けカスタムプロセッサにおける復号処理命令拡張の検討","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"メディア処理向けカスタムプロセッサにおける復号処理命令拡張の検討"},{"subitem_title":"Extended Study of Decoding Instructions in a Custom Processor for Media Processing","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"メディア処理技術","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2010-01-21","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"九州大学"},{"subitem_text_value":"日本電気株式会社システムIPコア研究所/大阪大学"},{"subitem_text_value":"九州大学/独立行政法人科学技術進行振興機構, CREST"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Kyushu University","subitem_text_language":"en"},{"subitem_text_value":"System IP Core Research Laboratories, NEC Corporation / Osaka University","subitem_text_language":"en"},{"subitem_text_value":"Kyushu University / Japan Science and Technology Agency, CREST","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/67393/files/IPSJ-EMB10015021.pdf"},"date":[{"dateType":"Available","dateValue":"2012-01-21"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-EMB10015021.pdf","filesize":[{"value":"586.3 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"42"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"a844d7a9-d500-480f-8631-c8dcbe7b61ed","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2010 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"國武, 勇次"},{"creatorName":"久村, 孝寛"},{"creatorName":"安浦, 寛人"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Yuji, Kunitake","creatorNameLang":"en"},{"creatorName":"Takahiro, Kumura","creatorNameLang":"en"},{"creatorName":"Hiroto, Yasuura","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA12149313","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"ビデオやオーディオなどのメディア処理の効率化を図るために,SIMD や VLIW などのデータ並列性を利用するアーキテクチャがこれまで盛んに研究されてきた.その結果,データ並列性のある DCT や動き探索などの処理は非常に高速に処理できるようになった.その一方で,データ並列性のない逐次的な処理は高速化しにくいため,メディア処理における逐次処理にかかる実行時間の割合が大きくなっている.逐次的な処理の代表例として可変長符号処理がある.従来は,可変長符号処理を専用回路で実装することが多かったが,近年はソフトウェアによる柔軟性を重視して専用演算器をもったプロセッサによる実装例もある.本稿では,ソフトによる柔軟性を備えた後者の実装例に着目し,ツール生成環境を利用した可変長復号化に適したプロセッサの命令セット検討について述べる.ベースとなる組み込みプロセッサ V850E に対して,可変長復号化に適した命令を 2 つ追加することで,可変長復号化にかかる命令数を約 55% まで削減できることを確認した.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"In order to execute efficiently video and audio cording, many architectures using data parallelism like SIMD and VLIW have been studied so far. As a result, signal processing tasks having inherent data parallelism in their algorithms such as discrete cosine transform (DCT) and motion compensation (MC) have been handled efficiently on those architectures. On the other hand, serial tasks which have no data parallelism are difficult to speed up. It makes the portion of the processing time taken for serial tasks more significant compared with that of tasks having data parallelism. Variable length coding and decoding is one of such serial tasks and its implementation can be classified into two categories: dedicated circuits and application-specific processor with dedicated functional units. The latter method has been used recently to exploit the flexibility of its software implementation. In this paper, we present a case study on instruction set extension of a processor for variable length decoding (VLD). In this case study a tool generator which generates software toolchain is used to explore the instruction set enhancement. Through this case study, we show that the number of instructions required for VLD can be reduced to 55% by using dedicated instructions for VLD.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告組込みシステム(EMB)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2010-01-21","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"21","bibliographicVolumeNumber":"2010-EMB-15"}]},"relation_version_is_last":true,"weko_creator_id":"10"},"id":67393,"updated":"2025-01-22T00:38:49.780543+00:00","links":{},"created":"2025-01-18T23:27:49.573136+00:00"}