{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

高端图像与视频新技术丛书:数字视频编码算法优化理论、方法和芯片实现

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

高端图像与视频新技术丛书:数字视频编码算法优化理论、方法和芯片实现

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

数字视频是数字媒体应用中最重要的媒体形式,受高清、多视等应用需求驱动,视频编码算法优化仍是学术界研究的热点,设计高性能视频编码器对于促进AVS2和HEVC等视频压缩标准产业化进程有重要意义。
《高端图像与视频新技术丛书:数字视频编码算法优化理论、方法和芯片实现》首先分析视频编码算法理论研究、H.264/AVC视频编码芯片结构设计和应用的现状,并基于此分析视频编码算法优化、芯片结构设计面临的主要问题和挑战。《高端图像与视频新技术丛书:数字视频编码算法优化理论、方法和芯片实现》从视频编码算法优化理论、方法和芯片实现三个层面展开论述,包括多模块算法特点、多目标优化模型以及视频编码算法多模块联合优化设计方法。在多模块、多目标性能联合优化方法指导下,对关键算法可定制模块,包括码率控制、运动估计、模式选择、视频预处理等,依次展开分析,给出优化设计的算法方案和系统硬件架构,最后给出基于FPGA实现的完整编码器设计方案。
Author Description

殷海兵,现为中国计量学院信息工程学院副教授、IEEE会员、中国电子学会高级会员、中国计算机学会会员、浙江省计算机学会会员、浙江省信号处理学会会员、杭州市科技局评审专家,是浙江省151人才工程第三层次人员,曾获2009年度浙江省高校科研成果2等奖(第一)。
Catalogue

第1章 绪论
1.1 数字媒体应用
1.2 数字媒体产业
1.3 数字视频编解码技术和标准
1.4 数字视频编码算法优化
1.4.1 提高性能的编码新算法
1.4.2 特定标准码流语法结构受限的算法优化
1.5 本书的结构
参考文献

第2章 数字视频编码原理
2.1 视频编码方法概述
2.2 基于分块预测变换混合编码方案
2.3 预测编码
2.3.1 预测差分编码原理
2.3.2 预测方法
2.3.3 运动补偿预测
2.3.4 帧内预测
2.4 变换编码
2.4.1 图像正交变换
2.4.2 变换编码系统框架
2.5 量化
2.6 熵编码
2.7 基于分块运动预测混合编码方案
2.8 主流视频编码标准
参考文献

第3章 率失真理论和视频编码率失真优化
3.1 率失真理论
3.2 DCT系数分布模型
3.2.1 几种典型DCT分布
3.2.2 几种分布模型的比较
3.2.3 分段截断DCT分布模型
3.3 典型率失真函数模型
3.4 率-量化模型分析和比较
3.5 失真-量化模型
3.5.1 典型D-Q模型
3.5.2 D-Q模型分析与比较
3.6 率失真优化在视频编码中的应用
参考文献

第4章 数字视频编码器设计和优化
4.1 视频编码器优化的必要性
4.2 视频编码器典型实现平台
4.3 视频编码算法和架构优化
4.4 基于视觉感知编码
4.5 视频编码算法多目标性能优化
4.6 视频编码算法多模块关联优化
参考文献

第5章 高清编码器硬件架构综述
5.1 编码器IP核和ASIC芯片
5.1.1 编码器架构
5.1.2 H.2 64编码架构产业化情况
5.1.3 学术界H.2 64/AVC编码架构
5.1.4 典型H.2 64/AVC编码器架构
5.2 系统架构设计挑战
5.2.1 架构设计挑战
5.2.2 多目标性能优化
5.3 应对挑战的典型解决方案
5.4 架构设计和模块分析
5.4.1 分级系统架构模型
5.4.2 SoC系统架构
5.4.3 存储架构
5.4.4 互连架构
参考文献

第6章 多目标性能优化
6.1 FPGA/ASIC平台多目标性能参数
6.2 多目标性能参数度量
6.3 基于多边形面积度量的性能评价模型
6.4 基于功效系数法的性能评价模型
6.5 基于单位复杂度效率的性能评价模型
6.5.1 芯片流水实现资源消耗度量及模型
6.5.2 流水算法率-失真资源消耗代价模型
6.6 多目标性能约束下的算法优化方法
参考文献

第7章 多模块联合优化及算法流水化映射
7.1 视频编码算法优化关键模块
7.2 多模块之间关联及算法优化
7.3 基于耦合关联度的多模块优化方法
7.4 流水化算法框架和算法流水化映射
7.4.1 多模块联合优化算法框架
7.4.2 算法流水化映射
7.5 流水化算法验证平台搭建
7.6 基于编码参数离散取值选择的多目标性能优化方法
参考文献

第8章 运动估计算法和硬件架构
8.1 块匹配运动估计算法
8.1.1 整像素块匹配运动估计
8.1.2 运动向量预测和编码
8.1.3 新的运动预测技术
8.2 运动估计算法优化
8.2.1 快速搜索算法
8.2.2 匹配准则
8.3 运动估计面临主要挑战及多目标约束
8.3.1 挑战
8.3.2 多目标性能优化
8.4 支持多种分割模式的分像素运动估计算法
8.5 整像素、分像素运动估计结构综述
8.5.1 整像素运动估计架构
8.5.2 IME中的分层数据复用分析
8.5.3 分像素运动估计架构
8.5.4 FME架构中并行数据复用分析
8.6 高清视频运动估计算法设计考虑
8.6.1 多分辨率运动估计算法
8.6.2 数据组织和管理
8.7 适合高清大窗口的整像素分层运动估计算法
8.7.1 多分辨率运动估计中的像素组织
8.7.2 分层运动估计算法
8.7.3 智能多中心运动向量选择
8.8 整像素、分像素运动估计协同设计
8.9 算法实验结果
8.9.1 局部小窗口大小和性能损失
8.9.2 运动估计算法性能
参考文献

第9章 模式选择算法与硬件架构
9.1 模式选择面临的主要挑战
9.2 模式选择优化关键技术
9.3 模式选择算法和硬件结构综述
9.3.1 算法
9.3.2 结构
9.4 率失真优化模式选择算法
9.4.1 率失真优化关闭模式预选
9.4.2 部分模式率失真优化模式选择
9.4.3 算法性能
9.5 基于视觉感知的模式选择
9.5.1 psy-rdo算法
9.5.2 psy-trellis量化算法
9.6 适合硬件实现的率失真优化量化
9.6.1 SDQ算法概述
9.6.2 SDQ网格搜索
9.6.3 硬件实现挑战
9.6.4 硬件友好的率失真优化量化预选
9.6.5 动态网格图结构
9.6.6 数据依赖免疫的预判决算法
9.6.7 完整算法
9.6.8 实验结果
参考文献

第10章 码率控制算法与硬件架构
10.1 码率控制概述
10.2 码率控制多模块约束
10.3 码率控制多目标性能约束
10.4 码率控制优化关键技术
10.5 基于视频特性的码率控制整体算法
10.5.1 感知模糊复杂度
10.5.2 ratefactor参数调整
10.5.3 算法优化作用机理分析
10.6 基于视觉感知的宏块级MBTree算法
10.6.1 Lookahead滑动窗分析
10.6.2 参考传递代价度量
10.6.3 传递代价对量化参数偏移影响分析
10.7 空域自适应的VAQ量化控制算法
10.8 实验结果
10.9 分析讨论和展望
10.9.1 多模块联合优化
10.9.2 拉格朗日系数选择
参考文献

第11章 AVS高清视频编码器硬件架构设计
11.1 概述
11.2 视频编码芯片实现方案
11.2.1 整体结构和模块分割
11.2.2 AVS视频编码模块结构
11.3 宏块流水线结构
11.3.1 已有流水线结构分析
11.3.2 率失真优化模式选择对宏块流水线的影响
11.3.3 支持率失真优化模式选择的四级流水线结构
11.4 大窗口整像素运动估计硬件结构
11.4.1 整像素运动估计算法和结构分析
11.4.2 高清编码器运动估计算法设计考虑
11.4.3 硬件资源高度复用的整像素运动结构
11.4.4 资源消耗和性能分析
11.5 率失真优化模式选择硬件结构
11.5.1 高清编码器模式选择硬件架构
11.5.2 高清编码器模式选择系统结构
11.5.3 内部块级流水线结构分析
11.5.4 资源消耗和性能分析
11.6 整体结构和VLSI实现
11.6.1 行为级功能验证策略
11.6.2 资源消耗和性能分析
11.7 结果及讨论
参考文献

第12章 算法确定模块硬件架构综述
12.1 熵编码架构
12.1.1 算法分析
12.1.2 架构
12.2 去块效应滤波架构
12.2.1 算法分析
12.2.2 架构
12.3 MVP算法和结构
参考文献

第13章 展望
13.1 复杂度度量与性能评估模型
13.2 算法和架构的优化
13.3 HEVC编码器算法和架构设计
13.3.1 HEVC标准新的编码工具
13.3.2 HEVC编码复杂度与难点分析
13.3.3 HEVC编码器架构设计思路

参考文献

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book