




全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1. Explain the meaning of FOURCC tags in AVI container “00db”, “01dc”, “01wb”, “vids”, “auds”, etc. 2. What is audio CD data rate? 44.1 kHz * 16 *2 = 1.4112 Mb/s3. What are audio coding goals? Fidelity: Maximize the perceived audio quality at the audio decoder (minimize the distortion). Data rate: Minimize the amount of digital data to represent the original audio signal. Complexity: Minimize the computational complexity. Delay: Minimize the coding delay.4. Explain the structure of Waveformat Chunk Typedef struct ID chunkID; long chunkSize; short wFormatTag; unsigned short wChannels; unsigned long dwSamplesPerSec; unsigned long dwAvgBytesPerSec; unsigned short wBlockAlign; unsigned short wBitsPerSample; unsigned short cbSize*; FormatChunk;5. Describe potential coding errors in audio coding. Sampling errorsAliasing effect; Quantization errors: Overload errors Round-off errors Storage and transmission errors;6. Explain the difference between lossy compression and lossless compression. 所谓有损压缩是利用了人类对图像或声波中的某些频率成分不敏感的特性,允许压缩过程中损失一定的信息;无损压缩是利用统计冗余进行编码压缩,可完全恢复原始数据而不引起任何失真。7. Describe the difference between uniform quantization and non-uniform quantization. 把输入信号的取值域等间隔分割的量化称为均匀量化。非均匀量化是一种在输入信号的动态范围内量化间隔不相等的量化。8. Describe the Bitmap Structure public class BitmapInfoHeader public int biSize; public int biWidth; public int biHeight; public short biPlanes; public short biBitCount; public int biCompression; public int biSizeImage; public int biXPelsPerMeter; public int biYPelsPerMeter; public int biClrUsed; public int biClrImportant; 9.What is the definition of entropy?信源的平均不确定度。10. Describe the procedure of Huffman coding.Huffman树的构建;11. Describe ADPCM coding process and the full name of ADPCM in EnglishADPCM :Adaptive Differential Pulse Code Modulation12. What is 010 editor? How to define struct and array?13. Describe the difference among Fourier transform, Fourier series, Discrete time Fourier transform and Discrete Fourier transform.傅里叶变换在时域和频域上都是连续的;傅里叶级数时域有限,频域上是离散;离散时间傅里叶变换时域上离散的,频域上是周期或离散的;离散傅里叶变换在时域和频域上都是离散的。14. What is the computation complexity of decimation in time FFT?N*LogN。15. What is the purpose of windowing before time to frequency mapping?使得无限时长的信号截取为有限长的信号,便于计算机处理。16. What are four types of redundancy in image and video coding?17. In image and video compression why do we prefer using YUV color space rather than RGB space?应用了视觉冗余,这样便可以对色度分量使用更少的采样点。18. What is sampling resolution for CIF?抽样分辨率。19. What are three basic types of coded frame in video coding?I,P,B20. Explain motion estimation and compensation将活动图像分成若干块或宏块,并搜索出每个宏块在邻近帧图像中的位置,计算出两者之间的空间位置的相对偏移量,那么得到的相对偏移量就是通常所指的运动矢量,而得到运动矢量的过程称为运动估计. 当运动矢量为分数像素精度的时候,预测块并不真实存在,需要通过内插的方式得到。因此得到了运动矢量并不等于就得到了预测块。所以运动补偿就是利用运动矢量得到预测块的过程。21. What is PSNR?峰值信噪比。22. What is the purpose of DCT?减少数据相关性,便于后续熵编码和其他处理。23. Why is zigzag scan applied before entropy coding in JPEG?使得更多的零系数放在一起,便于熵编码。24. How to address the issue of bit error transmission for JPEG compressed bit streams?插入同步字节。25. Why do we apply differential coding to DC coefficients in the process of JPEG compression?DC系数变化比较小,因此使用差分编码。26. What is the difference between an MCU and a data unit? Describe their relationship.Minimum Coded Unit,27. Describe four modes of operation employed in JPEG compression.based, progressive DCT-based, lossless, and hierarchical. 28. In JPEG AC entropy coding, what does run length mean? What is the maximum value of run? What does size mean? What does a (0, 0) run size pair mean? 0系数的长度;非零系数的最大值;非零系数的最大值需要用多少位来表示;(EOB)(0,0)代表结束29. What is the difference between VLC and VLI in JPEG coding? VLCs and VLIs are codes with variable lengths, but VLIs are not Huffman codes.VLC 和VLI均是变长码,但是VLI不是Huffman码,它的编码分为两部分,前半部分为该符号所占位数,后半部分才是实际值。30. What are markers used for in JIF? SOI, EOI , SOF, SOS31. Describe the full name of SOI, EOI , SOF, SOS.32. What is JPEG file interchange format used for? 用于JPEG标准的数据存储。33. Describe JPEG encoding and decoding procedure respectively. 34. Describe the applications of H.261, H.263, MPEG-2H.261 视频会议,H.263 视频电话, MPEG-2 DVD35. Describe video encoding and decoding procedure.H.261使用了混合编码框架,包括了基于运动补偿的帧间预测,基于离散余弦变换的空域变换编码,量化,zig-zag扫描和熵编码。36. What is GOP? What is a video sequence? What is a slice?Group Of Picture,序列包含多个GOP,多个slice组成一个GOP。37. What is H.264 MV resolution? Motion Vector 分辨率1/4 Pixel38. Does H.261 allow B frame?No39. Which video coding method uses 4x4 DCT transform? H.264 wmv940. Is the video data stored in coding order or display order? Coding order41. Does video coding standard specify encoding process or specific decoder implementation? No42. Which of the following is true? Aa) Every slice shall contain at least one macroblock. b) Slices can overlap. c) The position of slices mustnt change from picture to picture. 43. What is the difference between H.264 main profile and baseline profile? Baseline profile 需要的计算能力低,占用系统内存少,适合于实时视频编码 main profile 提供高质量低码率视频44. Describe three possible NAL unit types. VCL NAL-unit及non-VCL NAL-unit Parameter Sets与Supplemental Enhancement Information (SEI)45. In H.264 coding what types of macroblock can be an I or P slice contain? I slice contain intra-coding block; P slice contain intra-coding and inter-coding.46. Which of the following is true? Ba) A Baseline Profile coded picture may contain a mixture of I, P and B slices; b) A Main or Extended Profile picture may contain a mixture of I, P and B slices. 47. What types of data does a slice contain? How about MB data? MB_type etc.48. How is the motion vector transmitted in H.264?通过预测进行传输,传输差值49. In H.264 encoding, Intra 4x4 frame prediction is suited for 1)1) Coding of parts of a picture with significant detail. 2) Coding very smooth area of a picture. 50. How is DCT implemented in H.264? What about quantization? 整数型的矩阵变换 H.264 uses a scalar quantizer 标量量化51. In Baseline Profile, what entropy coding methods are employed? VLC-based entropy coding52. How many audio samples does an MP3 frame contain? 115253. Why are scale factors used in MP3 quantization? 调整编码速率54. In MP3 coding, the ordered frequency lines are divided into three distinct regions. What are these regions? 全0, count1,非055. In TNLS of MP3 coding, what are the outer and inner loops used for? What is global_gain used for?Outer loops amplified sfb innner loop nonuniform quantization huffman coding The global_gain, defines the quantization step size used for onechannel within a granule56. What is the purpose of using bit reservoir in MP3 coding? 标识mp3规格57. How do you know whether an MP3 stream is MPEG 1 lay
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年事业单位工勤技能-湖南-湖南广播电视天线工一级(高级技师)历年参考题库含答案解析
- 2025版保安员考试试题附含答案
- 2025年事业单位工勤技能-湖南-湖南公路养护工三级(高级工)历年参考题库含答案解析
- 2025年事业单位工勤技能-湖南-湖南中式烹调师三级(高级工)历年参考题库典型考点含答案解析
- 2025年事业单位工勤技能-湖北-湖北理疗技术员三级(高级工)历年参考题库典型考点含答案解析
- 2025年事业单位工勤技能-湖北-湖北水土保持工二级(技师)历年参考题库含答案解析
- 2025年食品与饮料行业婴幼儿配方食品安全标准与监管报告
- 2025-2030中国线型低密度聚乙烯行业供需态势及前景动态预测报告
- 元宇宙社交平台虚拟社交平台用户满意度提升策略2025年分析:用户体验与瓶颈突破
- 2025年事业单位工勤技能-浙江-浙江水利机械运行维护工一级(高级技师)历年参考题库含答案解析(5套)
- JT-T-1234-2019道路冷链运输服务规则
- 小学数学一年级下册(一年级升二年级)暑假链接提升训练题(共26份251题)
- 考研英语长难句分析技巧及实战70例
- 安全保卫工作会议记录6篇
- DBJ∕T15-232-2021 混凝土氯离子控制标准
- 刑事报案材料模板(涉嫌诈骗罪)
- 乳制品配送服务质量保障方案
- 高血压防治指南解读课件
- 2024在役立式圆筒形钢制焊接储罐安全附件检验技术规范
- 托管老师培训课件
- 大客户营销管理策略下的客户激励与忠诚度提升
评论
0/150
提交评论