PowerPoint 프레젠테이션

Size: px
Start display at page:

Download "PowerPoint 프레젠테이션"

Transcription

1 MPEG 및 H.264 압축 2006 년 11 월 동국대학교전자공학과원치선

2 기존의압축표준비교 Communication Storage/Entertainment Date of Standard Primary Applications Typical Video Rate Typical Video Frame Size H.261 H.263 MPEG-4 MPEG-2 MPEG /94 revised 5/96 Version 1 1/98 Version 2 2/99 Version 1 2/00 Version 2 11/94 11/92 Wireline VideoDesktop/WirelessWeb Authoring Broadcast, Digital, Videophone & DVD, Wireless Conferencing DVD, HDTV Storage Media conferencing Videophone, HDTV kbps kbps 20 kbps-6mbps 4-6Mbps 1.5Mbps 176x144 (QCIF) 176x144 (QCIF) 352x288 (CIF) 352x288 (CIF) 176x144 (QCIF) 352x288 (CIF) 720x480 (ITU-R 601) 1920x x480 (ITU-R 601) 1920x x240 (SIF) Typical Associated Audio Quality Speech Speech Speech, Music Stereo CD, Surround Sound Surround Sound Stereo CD Quality

3 MPEG Applications MPEG-1 MPEG-2 MPEG-4 H.264 H.264 SE CD- ROM DVD DTV PDA Handphone PC DMB HD-DVD Scalability Homenetwork Streaming Scalability? 기존의비디오코딩 : 1 번의인코딩으로 1 가지의수신조건만만족 SVC: 1 번의인코딩으로여러해상도, 프레임율, 비트율복원가능 Multi-type network channel, multiple device 환경에최적

4 비디오데이터압축의핵심기술 기본원리 : 비디오데이터에존재하는공간적, 시간적, 그리고통계적중복성을인간시각적인특성을고려하여제거 관련기술 Prediction ( 예측 ) Transformation ( 변환 ) Quantization ( 양자화 ) Entropy Coding ( 엔트로피부호화 ) Hybrid Coding (MC + T + VLC)

5 영상압축표준의범위 source Pre-processing Encoding 저장 / 전송 destination Pre-processing Decoding

6 MPEG-1,2 Video Structure (1) 6

7 MPEG-1,2 Video Structure (2) 7

8 MPEG-1,2 ENCODER QP input image - + DCT Quantization VLC buffering De-Quantization IDCT Motion Estimation and Compensation 5 + 8

9 움직임보상 (Motion Compensation) 각프레임의영상공간을 NxN (luminance 영상은 N=16, 4:2:0 의부표본화가적용되었을때 chrominance 영상은 N=8) 의매크로블록 (macroblock) 단위로분할 현재의프레임을타깃프레임 (target frame) 으로설정 타깃프레임의매크로블록과이전또는이후프레임 ( 참조프레임 (reference frames)) 들사이의정합을계산한다. 타깃매크로블록과참조프레임의가장잘정합된매크로블록의변위가움직임벡터 (motion vector) 이다. 전방향예측 (forward prediction): 참조프레임이이전영상인경우후방위예측 (backward prediction): 참조영상이미래영상인경우 움직임벡터탐색영역 : 타깃매크로블록을중심으로 (2p+1)x(2p+1)

10 Block Transform Encoding Original image DCT quantise run length code Zig-zag Huffman code

11 비디오압축의특성파라메터 Throughput of the channel: Data rate + ECC Distortion of the decoded video Delay (latency) Complexity Problem Formulation 최대허용 delay 와 complexity 하에서 bit-rate 와 distortion 의 Trade-off 최적화

12 MPEG-2 SYSTEM

13 MPEG-2 SYSTEM (TS) (1)

14 PES packet Header MPEG-2 SYSTEM (TS) (2) PES packet payload Header Payload Adaptation Field (used for stuffing here)

15 MPEG-2 SYSTEM (TS) (3)

16 Program Stream MPEG-2 SYSTEM (PS) Primarily intended for storage and retrieval from storage media Grouping of video, audio, and data elementary streams that have a common time base Each program stream consists of only one program Useful in error free environments Large packet size Packets size may be variable (hard for decoder to predict start and end of packets) DVD standard uses the MPEG-2 Program Stream PES (PSM) PES (PSD) PES ( 오디오 ) PES ( 비디오 ) PES 팩헤더팩페이로드팩헤더팩페이로드 PSM (Program Stream Map) : 프로그램을구성하는비디오와오디오의속성정보 PSD (Program Stream Directory): 임의엑세스가가능한엑세스단위의주소정보및표시시각을저장한표

17 핵심기술의압축성능비교 새로운기능을추가할때복잡도의증가나추가정보를나타내야할비트수증가에대해주의요망 IEEE Proceedings, pp.18-31, Jan 2005 Case 1) Spatial-transform + Intra coding only (e.g., JPEG) Case 2) Adding Skip mode to form a CR coder Case 3) Adding residual difference coding, but with only zero-valued MVs Case 4) Adding integer-precision MC with blocks of size 16x16 luma samples Case 5) Adding half-sample-precision MC Case 6) Allowing some 16x16 regions to be split into four blocks of 8x8 luma samples each for MC Case 7) Increasing MV precision to quarter-sample

18 MCP (Motion-Compensated Prediction) 항목내용비고 Fractionalsample-accuracy 영상경계에서의 MV Bipredictive MCP Variable block size MCP Multipicture MCP 정수픽셀단위이하의 MV 정밀도 픽셀간가상의픽셀은보간 공간정밀도가높을수록 MV 의정확도향상 영상경계확장 (extrapolation) 2 개의 MV 의평균치 Uncovered 영역이나평탄하고지속적인움직임의경우유리 MV 당픽셀의면적 움직임필드의정확도와 MV 를표현하기위한비트수사이의 trade-off MV 를검출하기위해참조하는앞뒤영상의수 많을수록장거리통계적상관성반영 ½ 샘플 : MPEG-1,2, H.263 ¼ 샘플 : MPEG-4 ASP (luma), H.264 1/8 샘플 : H.264 Chroma H.263 부터채택 MPEG-1 이후모든표준 H.264 에서 16x16 이하의움직임벡터단위 (macroblock) 허용 H.264 에서 5 개까지의복호화된참조프레임허용

19 H.264/AVC 개요 main goals - enhanced compression performance - network-friendly video applications Features - 4 x 4 integer DCT (avoid mismatch problem) - variable block-size motion compensation - quarter-sample-accuracy motion compensation - multiple reference frame motion compensation - directional spatial prediction for intra coding - more effective entropy coding context-adaptive variable-length coding (CAVLC) context-adaptive binary arithmetic coding (CABAC) - more flexible encoding features flexible slice size flexible macroblock ordering (FMO) arbitrary slice ordering (ASO)

20 MPEG-4 와 H.264/AVC Functionalities MPEG-4 Visual H.264 Supported data type Rectangular video frames and fields, arbitrary-shaped video objects, still texture and sprites, synthetic or synthetic-natural hybrid video objects, 2D and 3D mesh objects Rectangular video frames and fields Number of profiles 19 3 (+ High Profiles for FRExt) Compression Efficiency Medium High Support for video streaming Motion compensation minimum block size Scalable coding 8 x 8 4 x 4 MV accuracy ½ or ¼ ¼ Switching slices Transform 8 x 8 DCT 4 x 4 DCT approximation Built-in deblocking filter No Yes

21 H.264 구조 다양한전송및저장시스템을고려 Flexibility & Customizable

22 NAL Structure 항목 NAL Unit Paramet er Sets Access Units 기능 부호화가완료된비디오데이터는정수개의바이트단위인 NAL Unit 로패킷화됨 NAL 의첫번째바이트는데이터형을나타내는헤더 VCL NAL Unit 비디오데이터포함 Non-VCL NAL Unit 파라메타나 enhancement 정보를위한보조데이터 손실에대한강인성을위해중요한데이터 (MV 값및 type) 와덜중요한데이터 (residual DCT 계수 ) 를서로다른 NAL Unit 에배치하여서로다른중요도로전송 데이터 partitioning Sequential Parameter Sets (SPS): 부호화된일련의비디오픽쳐에적용 Picture Parameter Sets (PPS): 하나혹은그이상의개별픽쳐의복호에적용 SPS 와 PPS 의분리로 robustness 증대 Robustness 를위해 SPS 와 PPS 를반복적으로전송가능 단일복호된픽쳐와관련된 VCL 및 non-vcl 의셋을말함 픽쳐의모든 MB + 에러극복을위한추가데이터 (redundant slices)

23 H.264 구조 ( 비디오포맷 ) 비디오포맷 4:2:0 순차및비월주사비디오지원 비월주사관련모드 Frame mode: 두개의필드를하나의프레임으로통합하여하나의픽쳐로부호화 Field mode: 각필드를독립된픽쳐로간주 Macroblock-adaptive frame/field mode (MBAFF) 전체프레임을하나의픽쳐로부호화하지만 Prediction 과 Residual 부호화를위해수직방향으로인접한두개의 MB 를선택적으로두개의필드로분리가능 - 위의세가지모드의선택은각프레임별로적응적수행 - 첫번째두개의모드만을선택하는경우 Pictureadaptive frame/field (PAFF) 라부름 - 필드모드인경우 : MCP 는참조필드사용, 계수스캔이지그재그와다름, 수평에지에강한 de-blocking 사용안함

24 H.264 구조 (Slices) Slices 픽쳐내의 raster scan 방향의 MB 의집합임. 영상복호화의기본독립단위 error resilience (resynchronization) - Error resilience 기능은 FMO (Flexible Macroblock Ordering) 기술을사용하여더강화시킬수있음 - FMO 는픽쳐내의 MB 를복수의집단으로나누어각각을다른슬라이스에배정함 ( 예, foreground slice group and leftover, checkerboard 등 ) - ASO (Arbitrary Slice Ordering): FMO 와관련된것으로 ASO 가사용되지않으면손실강인성과지연감소를위해슬라이스순서대로첫번째 MB 은증가하는순서로배열되어야함 슬라이스들사이의독립성을이용하여병렬처리가능.

25 Slice Syntax H.264 구조 (Slices)

26 H.264/AVC CODEC Structure Basic structure of H.264/AVC for a macroblock

27 MC/ME Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Coder Control Transform/ Scal./Quant. Scaling & Inv. Transform Control Data Quant. Transf. coeffs Entropy Coding Intra/Inter Intra-frame Prediction Motion- Compensation De-blocking Filter Output Video Signal Motion Estimation Motion Data

28 Inter Frame Prediction (P Slices) 다양한블록사이즈 ¼sample accuracy - 6 tap FIR filtering to ½ sample accuracy ( 수평및수직방향 ) - simplified filtering ( 정수위치와 ½ 위치의값을평균 ) to ¼ sample accuracy Picture boundary 에서도 MV 계산 MV 는이웃블록으로부터의예측이나중간값으로차분부호화 Multiple reference pictures P_Skip 모드 : 양자화된예측에러도 MV 도보내지않음, index 0 (list 0) 에위치한 MB Types 8x8 Types 16x16 0 8x8 0 16x x x x8 0 1 Motion vector accuracy 1/4 8x x4 0 1 영상을참조로 P_16x16 처럼복원 변화가없거나일정한움직임 (slow panning) 영역에서유리 2 3 8x8 이선택되면각 8x8 블록마다그것이더작은블록 8x4, 4x8, 혹은 4x4 로나누어지는지나타내는추가적인신택스필요

29 Motion Compensation Accuracy

30 Multiframe Motion Compensation

31 Multiframe Motion Compensation ( 계속 ) 전방향참조프레임최대 5 장후방향 1 장 Reference Picture ListX - Encoder 와 Decoder 에함께존재 - 전방향 List0, 후방향 List1 - DPB(Decoded Picture Buffer) 에 Reference Picture 저장 - Short term or long term reference picture Multiframe 의장단점 장점 - 반복적인움직임에효과적 - 객체의움직임으로가려진영역에효과적 - 부화소단위의움직임에효과적 - 주기적인빛의변화에효과적 - 바로이전의영상에잡음이있는경우효과적 단점 - 인코더복잡도증가 - 많은메모리요구

32 Intra Prediction Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Coder Control Transform/ Scal./Quant. Scaling & Inv. Transform Control Data Quant. Transf. coeffs Entropy Coding Intra/Inter Intra-frame Prediction Motion- Compensation De-blocking Filter Output Video Signal Motion Estimation Motion Data

33 Intra Prediction ( 계속 ) Two modes for luma block - Intra 4x4 : 9 modes, texture area - Intra 16x16 : 4 modes, flat area -I_PCM One mode for chroma block - Similar to intra 16x16 Intra 16x16

34 Intra 4x4 Intra Prediction ( 계속 )

35 Intra Prediction ( 계속 ) 모든슬라이스 type 에대해 2 가지의기본적인 Intra Prediction: Intra_4x4, Intra_16x16 ( 특별한경우 I_PCM 이라불리는 3 번째의인트라코딩존재 ) Intra_4x4 는각 4x4 luma block 에사용되며상세한영상내용부위에적합 Intra_16x16 은상당히평탄한영상부위에적합 공간영역에서의 Intra coding 이이웃의블록에 Inter prediction 과함께쓰일때에러가시공간적으로전파될수있으므로 constrained Intra coding mode 를사용할수있음. Intra_16x16 mode: 16x16 luma 성분이일시에예측됨 Intra_16x16 mode 의 4 가지 mode: vertical, horizontal, DC, plane plane mode: position-specific linear combination, 천천히변하는영역에유리 Intra MB 의 chroma sample 은 luma 의 Intra_16x16 과유사 I_PCM Intra MB type 은 prediction 이수행되지않고보상없이원데이터가그대로전송됨 1) 부호화를위해필요한비트수가원데이터의비트수보다많을수없다, 2) 특정부위의 Lossless 부호화효과 Rate distortion optimization (RDO) 을위한모든가능한모드의수는 4 x (9 x ) = 592 different RDO calculations

36 Rate-Distortion Optimization 최적 Intra & Inter Prediction Mode 와블록사이즈의결정을위해 Rate-Distortion Optimization (RDO) 알고리즘사용 Rate and distortion are function of QS. Rate and distortion are also functions of the percentage of null quantized coefficients ( zeros ) in the block.

37 Transform Coding Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Coder Control Transform/ Scal./Quant. Scaling & Inv. Transform Control Data Quant. Transf. coeffs Entropy Coding Intra/Inter Intra-frame Prediction Motion- Compensation De-blocking Filter Output Video Signal Motion Estimation Motion Data

38 Transform Coding ( 계속 ) DCT 의역변환이정수계산이므로역변환 mismatch 문제해소및복호화복잡도를낮춤 DCT 블록의양자화계수는 zig-zag 스캔 Chroma 의 2x2 DC 계수는 raster-scan 4x4 Block Integer Transform Repeated transform of DC coeffs for 8x8 chroma and 16x16 Intra luma blocks (Intra_16x16) Hadamard Transform for luma Hadamard Transform for chroma

39 Quantization 모든 DCT 계수들은스칼라양자화됨 Logarithmic step size control Extended range of step sizes Smaller step size for chroma (cf. H.263 Annex T) Table-driven: 12.5% increase in qstep per 1-QP increase Reconstruction is 16-bit multiply, add, shift

40 DC 계수 (-1, 16, 17) 우선전송 Transmission Order

41 Entropy Coding Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Coder Control Transform/ Scal./Quant. Inv. Scal. & Transform Control Data Quant. Transf. coeffs Entropy Coding Intra/Inter Intra-frame Prediction Motion- Compensation De-blocking Filter Output Video Signal Motion Estimation Motion Data

42 CAVLC Preamble: # of nonzero coefficients, # of T1 (Trailing 1 s) (4 개의 VLC 테이블중한개사용 ) Significant coefficient 들의부호와레벨값이스캔의역순으로부호화 ( 각레벨값을부호화할때 6 개의테이블중하나를선택하여이전에레벨에따라부호화됨 ) 마지막 non-zero 값이전의 zero 의수 각 significant level 당이전에발생한연속적인 zero 의수 각부호화단계마다최대가능 zero 의값에따라 run 값의부호화를위한테이블선택 전체 32 개의 VLC 테이블사용 테이블의일부는저장공간이필요없이 on-line 계산에의해결정 기존의 run-length 부호화에비해 2-7% 의비트율절감

43 CAVLC ( 계속 )

44 De-blocking Filter Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Coder Control Transform/ Scal./Quant. Scaling & Inv. Transform Control Data Quant. Transf. coeffs Entropy Coding Intra/Inter Intra-frame Prediction Motion- Compensation De-blocking Filter Output Video Signal Motion Estimation Motion Data

45 De-blocking Filters ( 계속 ) De-blocking 필터를 Coding Loop내에놓은이유 : (1) MC의참조영상을모두필터링된깨끗한영상으로사용 (2) 복호기에 De-blocking 필터를의무적으로설치토록하여최소화질보장 3개의레벨에따른적응처리 (1) On Slice Level: global strength가비디오시퀀스의개별특성에의해조절 (2) On block edge level: inter/intra 예측결정, 움직임차이, 두개의참여블록의부호화된 residual의존재여부에따라필터강도조절 (0~4) (3) On sample level: 모든에지를가로지르는샘플값들을분석하여실제에지인지블록경계인지구분 De-blocking 필터는필터처리를하지않은것에비해객관적인화질을유지하면서 5-10% 의비트율을줄임. ( 주관적화질향상은더큼 )

46 De-blocking Filters ( 계속 ) Deblocking filter: Highly compressed decoded inter picture 1) Without Filter 2) with H264/AVC Deblocking

47 H.264 프로파일 High Compression quality, e.g. broadcast, but high complexity Extended Profile Streaming SP/SI Slices Data Partitioning MB-level frame/ Filed switching B Slices Weighted Prediction Interlace I/P Slices De-blocking filter CAVLC Multiple Ref. Frames ¼ sample MC Intra Predict. FMO and ASO Redundant Slices Baseline Profile CABAC Main Profile High Profile Adaptive Tr 4x4 or 8x8 HVS weighting matrices Predictive Lossless Monochrome format Low complexity and low delay: Lower capability plus error resilience (video conferencing wireless)

48 FRExt Amendment Fidelity Range Extensions (FRExt) Amendment 1: 2004 년 7 월완성 Content-contribution, content-distribution, Studio editing and postprocessing 의응용을위해 - Use more than 8 bits per sample of source video accuracy - Use 4:2:2 or 4:4:4 -Alpha-blending - Use very high bit-rates - Use very high resolution - Achieve very high fidelity even representing some parts of the video lossless - Avoid color-space transformation rounding error - Use RGB color representation Produce the High profiles: support all features of the prior Main profile and additionally support an adaptive transform coding and perceptual quantization scaling matrices Applications: HD-DVD, BD-ROM, DVB standards for European broadcasting television

49 H.264 Levels (1) 레벨 주어진프로파일내에서도모든가능한신택스를사용할수있도록구현하는것은비경제적이므로각프로파일당레벨 (Level) 을정의 레벨은비트스트림내의신택스요소의값에대한제한 ( 한정 ) H.264/AVC 에각프로파일에대해 15 개의레벨이정의됨 각레벨은비트스트림의상한치혹은디코더처리율의하한치를규정 -QCIF 로부터 4kx2k 의영상의크기 - 디코더처리율 : 초당 1485 에서 블록처리 - 움직임벡터범위 : [-64,+63.75] 에서 [-512, ]

50 H.264/AVC Levels (2)

51 Complexity of Codec Design Codec design includes relaxation of traditional bounds on complexity (memory & computation) rough guess 2-3x decoding power increase relative to MPEG-2, 3-4x encoding Problem areas: Smaller block sizes for motion compensation (cache access issues) Longer filters for motion compensation (more memory access) Multi-frame motion compensation (more memory for reference frame storage) More segmentations of macroblock to choose from (more searching in the encoder) More methods of predicting intra data (more searching) Arithmetic coding (adaptivity, computation on output bits)

52 Error Detection for H.264/AVC Constraints imposed on the H.264/AVC video bitstream syntax 1) Codeword for the VLC code, the transform coefficient, the motion vector code, CBP, DQUANT, the MBTYPE code, or the REFFRAME code. 2) The total number of decoded MBs in a slice should be equal to the size of the slice. 3) The number of the decoded transform coefficients within a 4x4 block should be smaller than 16. 4) Invalid video data are detected. For example, the prediction error between the predictive block and the current block is an invalid value.

53 Comparisons (Coding Efficiency)(1) Video Streaming Applications 352x288 progressive A. Joch et al., Performance comparison of video coding standards using Lagrangian coder control, ICIP 2002

54 Comparisons (Coding Efficiency)(2) Video Conferencing Applications 352x288 progressive A. Joch et al., Performance comparison of video coding standards using Lagrangian coder control, ICIP 2002

55 Comparisons (Coding Efficiency)(3) Entertainment Applications 720x576 Interlaced

56 Comparisons (Coding Efficiency)(4) Digital TV Applications 1280x720 progressive G.J.Sullivan, et al., SPIE August 2004

57 Performance of FRExt High Profile 1920x1080 Progressive 24frames/s Blue-ray Disk Association

58 Comparisons (Hardware Complexity)(1) 기능 Variable Block Size Hadamard Transform RD-Lagrangian OPtimization Encoder Complexity 복잡도 메모리엑세스빈도를선형적으로증가시킴 이기능을사용하면화질을유지하면서비트율을약 4-20% 감축 추가적인모드마다복잡도가 2.5% 수준으로선형증가하나해당압축이득은포화 엑세스주기를약 20% 증가 화질대비트율의변화는작음 데이터전송증가 120% PSNR 향상 0.35dB 까지 비트율 9% 절략 B-frames 엑세스주기 16 에서 +12% 비트율 10% 까지감축 CABAC 엑세스주기 25-30% 증가 ( 단일가역 VLC 데이블채택시에비해 ) 비트율 16% 까지감축 Displacement vector resolution Search Range Multiple Reference Frames Deblocking Filter ¼pel position 을안쓰고 ½ pel 만쓰는경우엑세스주기와처리시간약 10% 감축 ¼pel MB 을사용하는경우아주낮은비트율을제외하고약 30% 까지부호화효율증가 참조프레임수와탐색영역을모두증가시키면엑세스주기가약 60 배까지증가 반면 PSNR 과비트율성능에는영향이미약함 프레임의수가증가할수록약 25% 의복잡도선형증가 증간이하의비트율에서는무시할정도 ( 약 2% 이하 ) 의비트율이득 높은비트율에서는좀더많은비트율이득달성 부호화복잡도에대한영향은거의없음 주관적인화질을상당히향상시킴

59 Comparisons (Hardware Complexity)(2) 기능 Decoder Complexity 복잡도 CABAC 엑세스주기 12% 까지증가 ( 단일가역 VLC 에비해 ) 비트율이높을수록증가율이높아짐 RD-Lagrangian OPtimization B-frames Hadamard Transform Deblocking Filter Displacement vector resolution 중간및낮은비트율에서평균약 5% 복잡도증가 높은비트율에서는영향력미약 11-29% 복잡도증가 첫번째 B-frame 의경우낮은비트율에서 50% 의추가복잡도증가, 중간에서고비트율에서 20-35% 두번째 B-frame 이후의추가시간증가는몇 % 에불과 부호화시간은약 5% 증가 메모리엑세스는무시할정도 필수적채택사양 복호기엑세스주기 6% 까지증가 Encoder 가 ½ pel position 의 MV 만보내면부호화시간은약 15% 감소함 상대적으로 H.264/AVC Encoder 의복잡도는 MPEG-4 Part 2 (SP) 의약 10 배이상 Decoder 는약 2 배이상증가 H.264/AVC Profile 의 Tool 과파라메터값의선택에따라압축성능을유지하면서하드웨어복잡도를 Encoder 6.5 배 Decoder 1.5 배까지줄일수있음

60 인코더의입력파라메터와성능지수관계 파라메터사용용도주의 Hadamard on/off Rd-optimization on/off Reference Frame FMO/ASO Variable Block Size Motion vector resolution 움직임벡터탐색영역 왜곡측정시 Hadamard 변환의사용여부 VLC 부호화를수행하고실제발생될비트량에따른 rd-cost 계산 Reference frame 의개수는압축의효율을높여주나회로의복잡도가높아짐 채널상에에러가발생할경우에러감춤을위한방법 16x16, 16x8, 8x8, 8x4, 4x8, 4x4 단위예측보상 ¼ pel 움직임벡터사용여부 움직임벡터의크기결정 약 20% 의복잡도증가 아주큰복잡도를갖고있기때문에실제하드웨어에적용한예는없음. 적용시최대 9% 의비트율향상 한프레임증가에대해 25% 의복잡도증가발생비트율은높은비트율에서 14% 의향상을가져옴 비트율향상없음디코딩효율을위한파라메터 각모드마다 2.5% 의복잡도증가비트율향상 4-20% 향상 ½ pel 움직임벡터경우보다 10% 복잡도증가저전송율시 30% 정도의비트율상승

61 H.264 Competitors Name Group Standard Strong Points Notes H.264 MPEG+ITU HD-DVD WMV9 (VC1) Microsoft DMB (main) HD-DVD (main) High performance (on low-bit rate) MPEG standard High performance (on low-bit rate) Moderate complexity Compatible to PC High Complexity MPEG-LA licence MS solution Patent issue CE vs IT issue AVS China EVD2 High performance (similar to H.264) moderate complexity Very large market China s Standard Patent issue WMV9 & AVS: Low complexity + Comparable performance to H.264

62 맷음말 H.264/AVC 의부호화툴은기존의 MPEG-4 와 MPEG-2 와비교해서약 50% 의비트절략이가능 그러나 H.264/AVC 의 Decoder 복잡도는 MPEG-4 Visual SP 에비해 2 배 Encoder 는약 10 배더복잡 H.264/AVC main profile decoder 는 MPEG-2 에비해약 4 배더복잡, Encoder 의복잡도는 rate-constrained encoder control 과움직임검출알고리즘에따라상당히다를수있음 VLSI 와 CPU 의성능향상과메모리의가격하락이 H.264/AVC 의구현을가능하게함 Reference S/W

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 방송시스템 13 주차 MPEG2 1 개요 MPEG2의 I, P, B picture에대해이해한다. 움직임예측과움직임보상에대해이해한다. MPEG2의압축율가변요소를이해한다. 프로파일과레벨의의미를이해한다. 2 목차 1. Compression overview 2. MPEG structure 3. Basic MPEG Video Compression Algorithms

More information

MPEG-4 Visual & 응용 장의선 삼성종합기술원멀티미디어랩

MPEG-4 Visual & 응용 장의선 삼성종합기술원멀티미디어랩 MPEG-4 Visual & 응용 장의선 esjang@sait.samsung.co.kr 삼성종합기술원멀티미디어랩 MPEG? MPEG! Moving Picture Experts Group ISO/IEC JTC1/SC29/WG11 1988년 15명으로출발! 2001년 3백여명의동영상전문가집단으로성장 MPEG History 101 MPEG-1,2,4,7,21 멀티미디어압축표준

More information

Left Center Right 3차원 L 비디오 C 부호화시스템 R LCR 가상시점영상 N- 시점영상출력 깊이정보맵생성 L C R 깊이정보맵 가상시점영상합성 1. 3 N- Fig. 1. N-view system with the 3-view configuration.

Left Center Right 3차원 L 비디오 C 부호화시스템 R LCR 가상시점영상 N- 시점영상출력 깊이정보맵생성 L C R 깊이정보맵 가상시점영상합성 1. 3 N- Fig. 1. N-view system with the 3-view configuration. a), a) A Depth-map Coding Method using the Adaptive XOR Operation Kyung Yong Kim a) and Gwang Hoon Park a).,., /. XOR. DCT (H.264/AVC). H.264/AVC BD-PSNR 0.9 db ~ 1.5 db BD-rate 11.8 % ~ 20.8 %. BD-PSNR

More information

2 : (JEM) QTBT (Yong-Uk Yoon et al.: A Fast Decision Method of Quadtree plus Binary Tree (QTBT) Depth in JEM) (Special Paper) 22 5, (JBE Vol. 2

2 : (JEM) QTBT (Yong-Uk Yoon et al.: A Fast Decision Method of Quadtree plus Binary Tree (QTBT) Depth in JEM) (Special Paper) 22 5, (JBE Vol. 2 (Special Paper) 22 5, 2017 9 (JBE Vol. 22, No. 5, Sepember 2017) https://doi.org/10.5909/jbe.2017.22.5.541 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) (JEM) a), a), a) A Fast Decision Method of Quadtree

More information

(JBE Vol. 21, No. 3, May 2016) HE-AAC v2. DAB+ 120ms..,. DRM+(Digital Radio Mondiale plus) [3] xhe-aac (extended HE-AAC). DRM+ DAB HE-AAC v2 xhe-aac..

(JBE Vol. 21, No. 3, May 2016) HE-AAC v2. DAB+ 120ms..,. DRM+(Digital Radio Mondiale plus) [3] xhe-aac (extended HE-AAC). DRM+ DAB HE-AAC v2 xhe-aac.. 3 : xhe-aac (Bongho Lee et al.: A Study on the Variable Transmission of xhe-aac Audio Frame) (Special Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.357 ISSN

More information

02손예진_ok.hwp

02손예진_ok.hwp (JBE Vol. 20, No. 1, January 2015) (Special Paper) 20 1, 2015 1 (JBE Vol. 20, No. 1, January 2015) http://dx.doi.org/10.5909/jbe.2015.20.1.16 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) UHD MMT a),

More information

1. 3DTV Fig. 1. Tentative terrestrial 3DTV broadcasting system. 3D 3DTV. 3DTV ATSC (Advanced Television Sys- tems Committee), 18Mbps [1]. 2D TV (High

1. 3DTV Fig. 1. Tentative terrestrial 3DTV broadcasting system. 3D 3DTV. 3DTV ATSC (Advanced Television Sys- tems Committee), 18Mbps [1]. 2D TV (High 3DTV a), a) Dual Codec Based Joint Bit Rate Control Scheme for Terrestrial Stereoscopic 3DTV Broadcast Yongjun Chang a) and Munchurl Kim a) 3 3 (3DTV). ATSC 18Mbps. 3D, 2DTV,. 3DTV. - (quadratic rate-quantization

More information

19_9_767.hwp

19_9_767.hwp (Special Paper) 19 6, 2014 11 (JBE Vol. 19, No. 6, November 2014) http://dx.doi.org/10.5909/jbe.2014.19.6.836 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) HEVC a), a) Scheme for Reducing HEVC Intra Coding

More information

a), b), c), b) Distributed Video Coding Based on Selective Block Encoding Using Feedback of Motion Information Jin-soo Kim a), Jae-Gon Kim b), Kwang-d

a), b), c), b) Distributed Video Coding Based on Selective Block Encoding Using Feedback of Motion Information Jin-soo Kim a), Jae-Gon Kim b), Kwang-d a), b), c), b) Distributed Video Coding Based on Selective Block Encoding Using Feedback of Motion nformation Jinsoo Kim a), JaeGon Kim b), Kwangdeok Seo c), and Myeongjin Lee b) (DVC: Distributed Video

More information

i-movix 특징 l 안정성 l 뛰어난화질 l 차별화된편의성

i-movix 특징 l 안정성 l 뛰어난화질 l 차별화된편의성 i-movix 소개 2005 년설립 ( 벨기에, 몽스 ), 방송카메라제작 2005년 Sprintcam Live System 개발 2007년 Sprintcam Live V2 2009년 Sprintcam Live V3 HD 2009년 Sprintcam Vvs HD 2011년 Super Slow Motion X10 2013년 Extreme + Super Slow

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

AV PDA Broadcastin g Centers Audio /PC Personal Mobile Interactive (, PDA,, DMB ),, ( 150km/h ) (PPV,, ) Personal Mobile Interactive Multimedia Broadcasting Services 6 MHz TV Channel Block A Block

More information

방송공학회논문지 제18권 제2호

방송공학회논문지 제18권 제2호 방송공학회논문지 제 20권 6호 (2015년 11월) 특집논문 : 2015년 하계학술대회 좌장추천 우수논문 프레넬 회절을 이용한 디지털 홀로그램 암호화 알고리즘 새로운 광적응 효과 모델을 이용한 정교한 영상 화질 측정 민방위 경보 방송에 대한 정보 수용자 인식 연구 UHDTV 방송을 위한 공간 변조 다중 안테나 시스템 수신 성능 분석 홍보동영상 제작 서비스를

More information

그림 2. 최근 출시된 스마트폰의 최대 확장 가능한 내장 및 외장 메모리 용량 원한다. 예전의 피쳐폰에 비해 대용량 메모리를 채택하고 있지 만, 아직 데스크톱 컴퓨터 에 비하면 턱없이 부족한 용량이다. 또한, 대용량 외장 메모리는 그 비용이 비싼 편이다. 그러므로 기존

그림 2. 최근 출시된 스마트폰의 최대 확장 가능한 내장 및 외장 메모리 용량 원한다. 예전의 피쳐폰에 비해 대용량 메모리를 채택하고 있지 만, 아직 데스크톱 컴퓨터 에 비하면 턱없이 부족한 용량이다. 또한, 대용량 외장 메모리는 그 비용이 비싼 편이다. 그러므로 기존 스마트폰을 위한 A/V 신호처리기술 편집위원 : 김홍국 (광주과학기술원) 스마트폰을 위한 동영상 압축 기술 호요성, 최정아 광주과학기술원 요 약 스마트폰이 대중화되면서 이동통신 시장은 일대 혁신을 맞이 했다. 최근 출시되는 스마트폰이 크고 선명한 화면과 빠른 프로 세서를 잇따라 탑재하면서 고해상도 및 고품질 영상에 대한 사 용자들의 수요가 급증하고 있다. 하지만

More information

08김현휘_ok.hwp

08김현휘_ok.hwp (Regular Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.369 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a) An Audio Coding Technique Employing the Inter-channel

More information

03홍성욱.hwp

03홍성욱.hwp (JBE Vol. 18, No. 6, November 2013) (Special Paper) 18 6, 2013 11 (JBE Vol. 18, No. 6, November 2013) http://dx.doi.org/10.5909/jbe.2013.18.6.816 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) HEVC UHD

More information

<3130C0E5>

<3130C0E5> Redundancy Adding extra bits for detecting or correcting errors at the destination Types of Errors Single-Bit Error Only one bit of a given data unit is changed Burst Error Two or more bits in the data

More information

10 서석용(69~79)_수정.hwp

10 서석용(69~79)_수정.hwp 병행설계를이용한 H.264/AVC 의 DCT 및 CAVLC 하드웨어구현 왕덕상 *, 서석용 **, 고형화 **0 Duck-Sang Wang *, Seok-Yong Seo ** and Hyung-Hwa Ko **0 요약 H.264/AVC DCT(Discrete Cosine Transform) CAVLC(Context-Adaptive Variable Length

More information

Microsoft PowerPoint - chap11.ppt [호환 모드]

Microsoft PowerPoint - chap11.ppt [호환 모드] 멀티미디어공학 제 11 장 MPEG 비디오부호화 1 MPEG -1 과 2 2008.11.12 12 한가 contents 11.1 개요 112MPEG-1 11.2 1 11.3 MPEG-2 11.11 개요 MEPG: Moving Pictures Experts Group, 디지털비디오와오디오전달을위한표준을만들기위해 1988년에설립되었다. 고유한독창적인관심은 MPEG

More information

<4D F736F F F696E74202D204D504547B1B9C1A6C7A5C1D8C8AD5FC8A3BFE4BCBA BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D204D504547B1B9C1A6C7A5C1D8C8AD5FC8A3BFE4BCBA BC8A3C8AF20B8F0B5E55D> MPEG 국제표준화활동 2010. 06. 04. 호요성 발표내용 MPEG 표준의개요 MPEG 표준화과정 MPEG 표준의이해 MPEG 표준의응용 국제표준전문가 맺음말 MPEG 표준의개요 MPEG(Moving Picture Experts Group) ISO/IEC JTC1/SC29/WG11 1988 년에결성됨 MPEG-1, MPEG-2, MPEG-4, MPEG-7,

More information

(JBE Vol. 20, No. 6, November 2015) (Regular Paper) 20 6, (JBE Vol. 20, No. 6, November 2015) ISSN

(JBE Vol. 20, No. 6, November 2015) (Regular Paper) 20 6, (JBE Vol. 20, No. 6, November 2015)   ISSN (JBE Vol. 20, No. 6, November 2015) (Regular Paper) 20 6, 2015 11 (JBE Vol. 20, No. 6, November 2015) http://dx.doi.org/10.5909/jbe.2015.20.6.880 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a) Frame

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

01이국세_ok.hwp

01이국세_ok.hwp x264 GPU 3 a), a), a) Fast Stereoscopic 3D Broadcasting System using x264 and GPU Jung-Ah Choi a), In-Yong Shin a), and Yo-Sung Ho a) 3 2. 2 3. H.264/AVC x264. GPU(Graphics Processing Unit) CUDA API, GPU

More information

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016) ISSN 228

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016)   ISSN 228 (JBE Vol. 1, No. 1, January 016) (Regular Paper) 1 1, 016 1 (JBE Vol. 1, No. 1, January 016) http://dx.doi.org/10.5909/jbe.016.1.1.60 ISSN 87-9137 (Online) ISSN 16-7953 (Print) a), a) An Efficient Method

More information

2011년 10월 초판 c 2011 Sony Corporation. All rights reserved. 서면 허가 없이 전체 또는 일부를 복제하는 것을 금합니다. 기능 및 규격은 통보 없이 변경될 수 있습니다. Sony와 Sony 로고는 Sony의 상표입니다. G L

2011년 10월 초판 c 2011 Sony Corporation. All rights reserved. 서면 허가 없이 전체 또는 일부를 복제하는 것을 금합니다. 기능 및 규격은 통보 없이 변경될 수 있습니다. Sony와 Sony 로고는 Sony의 상표입니다. G L HXR-NX3D1용 3D 워크플로 가이드북 2011년 10월 초판 c 2011 Sony Corporation. All rights reserved. 서면 허가 없이 전체 또는 일부를 복제하는 것을 금합니다. 기능 및 규격은 통보 없이 변경될 수 있습니다. Sony와 Sony 로고는 Sony의 상표입니다. G Lens, Exmor, InfoLITHIUM, Memory

More information

Slide 1

Slide 1 Clock Jitter Effect for Testing Data Converters Jin-Soo Ko Teradyne 2007. 6. 29. 1 Contents Noise Sources of Testing Converter Calculation of SNR with Clock Jitter Minimum Clock Jitter for Testing N bit

More information

TEL:02)861-1175, FAX:02)861-1176 , REAL-TIME,, ( ) CUSTOMER. CUSTOMER REAL TIME CUSTOMER D/B RF HANDY TEMINAL RF, RF (AP-3020) : LAN-S (N-1000) : LAN (TCP/IP) RF (PPT-2740) : RF (,RF ) : (CL-201)

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

More information

IPIU2008_김승환.hwp

IPIU2008_김승환.hwp 28년제2회영상처리및이해에관한워크샵 28.2.2-2.22 비트율왜곡값예측을이용한 - H.264 고속모드결정방법 O, {kshkim, hoyo}@gist.ac.kr 요약 최근에만들어진비디오압축표준인 H.264 방식은비트율- 왜곡(rate-distortion) 최적화기법을통해매크로블록단위로가능한모든모드들을고려하여최적의부호화모드를결정하므로, 입력동영상을부호화하는데많은시간이걸린다.

More information

1 : MMT MPEG-2 TS (MinKyu Park et al.: An Overhead Comparison of MMT and MPEG-2 TS in Broadcast Services). MPEG-2 TS(Transport Stream) MPEG-2 (Part) [

1 : MMT MPEG-2 TS (MinKyu Park et al.: An Overhead Comparison of MMT and MPEG-2 TS in Broadcast Services). MPEG-2 TS(Transport Stream) MPEG-2 (Part) [ (JBE Vol. 21, No. 3, May 2016) (Regular Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.436 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) MMT MPEG-2 TS a), a)

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

Microsoft Word - HD-35 메뉴얼_0429_.doc

Microsoft Word - HD-35 메뉴얼_0429_.doc 자주 묻는 질문들...2 제품의 특장점...3 안전을 위한 주의사항...5 사용을 위한 주의사항...5 각 부분의 이름...6 HD-35 조립/분리하기...7 PC와 USB 케이블 연결하기...8 1. 윈도우 98/ME에서 설치과정...9 2. NTFS를 FAT32 포맷방식으로 바꾸기...11 설치 및 연결하기...14 1. 비디오 연결방법...14 2. 오디오

More information

사용 설명서 이용 안내 사용 설명서의 내용은 제품의 펌웨어 버전에 따라 사용자에게 통보 없이 일부 변경될 수 있습니다. 제품의 특장점 기능을 살펴보려면 '특장점' 6쪽을 참조하세요. 제품 사용 중 문제가 발생하면 'A/S를 신청하기 전에' 53쪽을 참조하세요. 제품에

사용 설명서 이용 안내 사용 설명서의 내용은 제품의 펌웨어 버전에 따라 사용자에게 통보 없이 일부 변경될 수 있습니다. 제품의 특장점 기능을 살펴보려면 '특장점' 6쪽을 참조하세요. 제품 사용 중 문제가 발생하면 'A/S를 신청하기 전에' 53쪽을 참조하세요. 제품에 안전을 위한 주의사항(1쪽) 사용자의 안전과 재산상의 손해 등을 막기 위한 내용입니다. 반드시 읽고 올바르게 사용해 주세요. 사용 설명서의 그림과 화면은 실물과 다를 수 있습니다. 사용 설명서 이용 안내 사용 설명서의 내용은 제품의 펌웨어 버전에 따라 사용자에게 통보 없이 일부 변경될 수 있습니다. 제품의 특장점 기능을 살펴보려면 '특장점' 6쪽을 참조하세요.

More information

슬라이드 제목 없음

슬라이드 제목 없음 제 9 장국제동영상압 축표준기법 2007. 11. Hanbat National University Prof. Jin-soo KIM -1- Content 국제동영상압축표준및영상통신시스템 H.261 MPEG-1 Video MPEG-2 Video H.263 MPEG-4 Visual H.264-2- 국제동영상압축표준 압축표준표준화내용표준연도 ITU-T Rec. H.261

More information

(JBE Vol. 20, No. 6, November 2015) ISO/IEC HEVC [1]. LG 7680x4320 8k UHD TV 4 HEVC. HEVC H.264/AVC 3 2 [2]. UHD,,, HEVC.,,. Davinci Resolve

(JBE Vol. 20, No. 6, November 2015) ISO/IEC HEVC [1]. LG 7680x4320 8k UHD TV 4 HEVC. HEVC H.264/AVC 3 2 [2]. UHD,,, HEVC.,,. Davinci Resolve 2 : HEVC (Yumi Eom et al.: An analysis of Detection using HEVC coding additional information) (Special Paper) 20 6, 2015 11 (JBE Vol. 20, No. 6, November 2015) http://dx.doi.org/10.5909/jbe.2015.20.6.871

More information

http://cafe.naver.com/ArticlePrint.nhn

http://cafe.naver.com/ArticlePrint.nhn 동영상 관련 용어 정리 카페자료실 출력하기 닫기 취화선(ibrain) http://cafe.naver.com/ucczone/13 코덱(codec) 음성 또는 영상의 신호를 디지털 신호로 변환하는 코더와 그 반대로 변환시켜 주는 디코더의 기능을 함께 갖춘 기술. 코더(coder)와 디코더(decoder)의 합성어로, 음성이나 비디오 데이터를 컴퓨터가 처리할 수

More information

14최해철_ok.hwp

14최해철_ok.hwp 1 : 3D-HEVC (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.713 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) 3D-HEVC a), a) Performance Analysis

More information

09권오설_ok.hwp

09권오설_ok.hwp (JBE Vol. 19, No. 5, September 2014) (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.656 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a) Reduction

More information

03이승호_ok.hwp

03이승호_ok.hwp (JBE Vol. 19, No. 2, March 2014) (Special Paper) 19 2, 2014 3 (JBE Vol. 19, No. 2, March 2014) http://dx.doi.org/10.5909/jbe.2014.19.2.158 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) Rough Mode Decision

More information

13김상민_ok.hwp

13김상민_ok.hwp 3 : HEVC GPU (Sangmin Kim et al. : Adaptive Search Range Decision for Accelerating GPU-based Integer-pel Motion Estimation in HEVC Encoders) (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September

More information

Contents Why DMB? When DMB? Where DMB? What DMB? Who DMB? How DMB? Demonstration Conclusion 2/ 27

Contents Why DMB? When DMB? Where DMB? What DMB? Who DMB? How DMB? Demonstration Conclusion 2/ 27 DMB Home Coming Day www.pixtree.com 1/ 27 Contents Why DMB? When DMB? Where DMB? What DMB? Who DMB? How DMB? Demonstration Conclusion 2/ 27 Why DMB? Digital Convergence 3/ 27 Why DMB? Anytime, Anywhere,

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

1 : HEVC (Jeonghwan Heo et al.: Fast Partition Decision Using Rotation Forest for Intra-Frame Coding in HEVC Screen Content Coding Extension) (Regular

1 : HEVC (Jeonghwan Heo et al.: Fast Partition Decision Using Rotation Forest for Intra-Frame Coding in HEVC Screen Content Coding Extension) (Regular (Regular Paper) 23 1, 2018 1 (JBE Vol. 23, No. 1, January 2018) https://doi.org/10.5909/jbe.2018.23.1.115 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) HEVC a), a) Fast Partition Decision Using Rotation

More information

1 : MV-HEVC (Jae-Yung Lee et al.: Fast Disparity Motion Vector Searching Method for the MV-HEVC) High Efficiency Video Coding (HEVC) [1][2]. VCEG MPEG

1 : MV-HEVC (Jae-Yung Lee et al.: Fast Disparity Motion Vector Searching Method for the MV-HEVC) High Efficiency Video Coding (HEVC) [1][2]. VCEG MPEG (JBE Vol. 22, No. 2, March 2017) (Regular Paper) 22 2, 2017 3 (JBE Vol. 22, No. 2, March 2017) https://doi.org/10.5909/jbe.2017.22.2.240 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) MV-HEVC a), a) Fast

More information

Microsoft Word - JAVS_UDT-1_상세_메뉴얼.doc

Microsoft Word - JAVS_UDT-1_상세_메뉴얼.doc UDT-1 TRANSPORTER 한글 상세 제품 설명서 SoundPrime. 저작권 본 저작권은 Soundprime 이 소유하고 있습니다. Soundprime 의 허가 없이 정보 검색 시스템상에서 복사, 수정, 전달, 번역, 저장을 금지하며, 컴퓨터언어나 다른 어떠한 언어로도 수정될 수 없습니다. 또한 다른 형식이나 전기적, 기계적, 자기적, 광학적, 화학적,

More information

1 : HEVC Rough Mode Decision (Ji Hun Jang et al.: Down Sampling for Fast Rough Mode Decision for a Hardware-based HEVC Intra-frame encoder) (Special P

1 : HEVC Rough Mode Decision (Ji Hun Jang et al.: Down Sampling for Fast Rough Mode Decision for a Hardware-based HEVC Intra-frame encoder) (Special P 1 : HEVC Rough Mode Decision (Ji Hun Jang et al.: Down Sampling for Fast Rough Mode Decision for a Hardware-based HEVC Intra-frame encoder) (Special Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.341

More information

untitled

untitled CLEBO PM-10S / PM-10HT Megapixel Speed Dome Camera 2/39 3/39 4/39 5/39 6/39 7/39 8/39 ON ON 1 2 3 4 5 6 7 8 9/39 ON ON 1 2 3 4 10/39 ON ON 1 2 3 4 11/39 12/39 13/39 14/39 15/39 Meg gapixel Speed Dome Camera

More information

2 / 26

2 / 26 1 / 26 2 / 26 3 / 26 4 / 26 5 / 26 6 / 26 7 / 26 8 / 26 9 / 26 10 / 26 11 / 26 12 / 26 13 / 26 14 / 26 o o o 15 / 26 o 16 / 26 17 / 26 18 / 26 Comparison of RAID levels RAID level Minimum number of drives

More information

5 : HEVC GOP R-lambda (Dae-Eun Kim et al.: R-lambda Model based Rate Control for GOP Parallel Coding in A Real-Time HEVC Software Encoder) (Special Pa

5 : HEVC GOP R-lambda (Dae-Eun Kim et al.: R-lambda Model based Rate Control for GOP Parallel Coding in A Real-Time HEVC Software Encoder) (Special Pa 5 : HEVC GOP R-lambda (Dae-Eun Kim et al.: R-lambda Model based Rate Control for GOP Parallel Coding in A Real-Time HEVC Software Encoder) (Special Paper) 222, 2017 3 (JBE Vol. 22, No. 2, March 2017) https://doi.org/10.5909/jbe.2017.22.2.193

More information

(JBE Vol. 20, No. 2, March 2015) (Special Paper) 20 2, (JBE Vol. 20, No. 2, March 2015) ISSN

(JBE Vol. 20, No. 2, March 2015) (Special Paper) 20 2, (JBE Vol. 20, No. 2, March 2015)   ISSN (JBE Vol. 20, No. 2, March 2015) (Special Paper) 20 2, 2015 3 (JBE Vol. 20, No. 2, March 2015) http://dx.doi.org/10.5909/jbe.2015.20.2.224 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) SIMD HEVC RExt

More information

1 : S-JND HEVC (JaeRyun Kim et al.: S-JND based Perceptual Rate Control Algorithm of HEVC) (Regular Paper) 22 3, (JBE Vol. 22, No. 3, May 2017)

1 : S-JND HEVC (JaeRyun Kim et al.: S-JND based Perceptual Rate Control Algorithm of HEVC) (Regular Paper) 22 3, (JBE Vol. 22, No. 3, May 2017) 1 : S-JND HEVC (JaeRyun Kim et al.: S-JND based Perceptual Rate Control Algorithm of HEVC) (Regular Paper) 22 3, 2017 5 (JBE Vol. 22, No. 3, May 2017) https://doi.org/10.5909/jbe.2017.22.3.381 ISSN 2287-9137

More information

인켈(국문)pdf.pdf

인켈(국문)pdf.pdf M F - 2 5 0 Portable Digital Music Player FM PRESET STEREOMONO FM FM FM FM EQ PC Install Disc MP3/FM Program U S B P C Firmware Upgrade General Repeat Mode FM Band Sleep Time Power Off Time Resume Load

More information

À±½Â¿í Ãâ·Â

À±½Â¿í Ãâ·Â Representation, Encoding and Intermediate View Interpolation Methods for Multi-view Video Using Layered Depth Images The multi-view video is a collection of multiple videos, capturing the same scene at

More information

LCD Display

LCD Display LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display

More information

bn2019_2

bn2019_2 arp -a Packet Logging/Editing Decode Buffer Capture Driver Logging: permanent storage of packets for offline analysis Decode: packets must be decoded to human readable form. Buffer: packets must temporarily

More information

Microsoft PowerPoint - o8.pptx

Microsoft PowerPoint - o8.pptx 메모리보호 (Memory Protection) 메모리보호를위해 page table entry에 protection bit와 valid bit 추가 Protection bits read-write / read-only / executable-only 정의 page 단위의 memory protection 제공 Valid bit (or valid-invalid bit)

More information

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선 Point Operation Histogram Modification 김성영교수 금오공과대학교 컴퓨터공학과 학습내용 HISTOGRAM HISTOGRAM MODIFICATION DETERMINING THRESHOLD IN THRESHOLDING 2 HISTOGRAM A simple datum that gives the number of pixels that a

More information

8-VSB (Vestigial Sideband Modulation)., (Carrier Phase Offset, CPO) (Timing Frequency Offset),. VSB, 8-PAM(pulse amplitude modulation,, ) DC 1.25V, [2

8-VSB (Vestigial Sideband Modulation)., (Carrier Phase Offset, CPO) (Timing Frequency Offset),. VSB, 8-PAM(pulse amplitude modulation,, ) DC 1.25V, [2 VSB a), a) An Alternative Carrier Phase Independent Symbol Timing Offset Estimation Methods for VSB Receivers Sung Soo Shin a) and Joon Tae Kim a) VSB. VSB.,,., VSB,. Abstract In this paper, we propose

More information

Microsoft PowerPoint - XQLCNMPCFICW.ppt

Microsoft PowerPoint - XQLCNMPCFICW.ppt H.264/AVC 비디오압축표준 H.264/AVC 의전체구성과 [ 프로파일과레벨 ] 에관한규정 Sunghwan Kang Sept. 25, 2008 Contents (1/2) H.264/AVC 의전체구성과특징 움직임보상을개선한기술 프레임내의예측을효율적으로적용한기술 시각적인화질열화를줄이는기술 부호화하는정보의특징에따라적응적인기술 H.264/AVC 의 [ 프로파일

More information

/ TV 80 () DAB 2001 2002 2003 2004 2005 2010 Analog/Digital CATV Services EPG TV ( 60 ) TV ( Basic, Tier, Premiums 60 ) VOD Services Movies In Demand ( 20 ) Education N- VOD (24 ) Digital Music

More information

#Ȳ¿ë¼®

#Ȳ¿ë¼® http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research

More information

歯15-ROMPLD.PDF

歯15-ROMPLD.PDF MSI & PLD MSI (Medium Scale Integrate Circuit) gate adder, subtractor, comparator, decoder, encoder, multiplexer, demultiplexer, ROM, PLA PLD (programmable logic device) fuse( ) array IC AND OR array sum

More information

untitled

untitled Logic and Computer Design Fundamentals Chapter 4 Combinational Functions and Circuits Functions of a single variable Can be used on inputs to functional blocks to implement other than block s intended

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

TTA Verified : HomeGateway :, : (NEtwork Testing Team)

TTA Verified : HomeGateway :, : (NEtwork Testing Team) TTA Verified : HomeGateway :, : (NEtwork Testing Team) : TTA-V-N-05-006-CC11 TTA Verified :2006 6 27 : 01 : 2005 7 18 : 2/15 00 01 2005 7 18 2006 6 27 6 7 9 Ethernet (VLAN, QoS, FTP ) (, ) : TTA-V-N-05-006-CC11

More information

1 : MPEG-DASH MMT (MinKyu Park et al.: MMT-based Broadcasting Services Combined with MPEG-DASH) (Regular Paper) 20 2, (JBE Vol. 20, No. 2, Marc

1 : MPEG-DASH MMT (MinKyu Park et al.: MMT-based Broadcasting Services Combined with MPEG-DASH) (Regular Paper) 20 2, (JBE Vol. 20, No. 2, Marc (Regular Paper) 20 2, 2015 3 (JBE Vol. 20, No. 2, March 2015) http://dx.doi.org/10.5909/jbe.2015.20.2.283 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) MPEG-DASH MMT a), a) MMT-based Broadcasting Services

More information

airDACManualOnline_Kor.key

airDACManualOnline_Kor.key 5F InnoValley E Bldg., 255 Pangyo-ro, Bundang-gu, Seongnam-si, Gyeonggi-do, Korea (Zip 463-400) T 031 8018 7333 F 031 8018 7330 airdac AD200 F1/F2/F3 141x141x35 mm (xx) 350 g LED LED1/LED2/LED3 USB RCA

More information

(JBE Vol. 23, No. 2, March 2018) (Regular Paper) 23 2, (JBE Vol. 23, No. 2, March 2018) ISSN

(JBE Vol. 23, No. 2, March 2018) (Regular Paper) 23 2, (JBE Vol. 23, No. 2, March 2018)   ISSN (JBE Vol. 23, No. 2, March 2018) (Regular Paper) 23 2, 2018 3 (JBE Vol. 23, No. 2, March 2018) https://doi.org/10.5909/jbe.2018.23.2.302 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) - a), a) Enhanced

More information

歯이시홍).PDF

歯이시홍).PDF cwseo@netsgo.com Si-Hong Lee duckling@sktelecom.com SK Telecom Platform - 1 - 1. Digital AMPS CDMA (IS-95 A/B) CDMA (cdma2000-1x) IMT-2000 (IS-95 C) ( ) ( ) ( ) ( ) - 2 - 2. QoS Market QoS Coverage C/D

More information

2005CG01.PDF

2005CG01.PDF Computer Graphics # 1 Contents CG Design CG Programming 2005-03-10 Computer Graphics 2 CG science, engineering, medicine, business, industry, government, art, entertainment, advertising, education and

More information

,. 3D 2D 3D. 3D. 3D.. 3D 90. Ross. Ross [1]. T. Okino MTD(modified time difference) [2], Y. Matsumoto (motion parallax) [3]. [4], [5,6,7,8] D/3

,. 3D 2D 3D. 3D. 3D.. 3D 90. Ross. Ross [1]. T. Okino MTD(modified time difference) [2], Y. Matsumoto (motion parallax) [3]. [4], [5,6,7,8] D/3 Depth layer partition 2D 3D a), a) 3D conversion of 2D video using depth layer partition Sudong Kim a) and Jisang Yoo a) depth layer partition 2D 3D. 2D (depth map). (edge directional histogram). depth

More information

2 라이선스 라이선스 돌비 래버러토리스의 허가를 얻어 제조한 제품입니다. 돌비 및 더블 D 심볼은 래버러토리스의 상표입니다. DivX 비디오에 관하여 DivX 는 Rovi Corporation 의 자회사 DivX, LLC가 개발한 디지털 비디오 포맷입니다. 본 제품은

2 라이선스 라이선스 돌비 래버러토리스의 허가를 얻어 제조한 제품입니다. 돌비 및 더블 D 심볼은 래버러토리스의 상표입니다. DivX 비디오에 관하여 DivX 는 Rovi Corporation 의 자회사 DivX, LLC가 개발한 디지털 비디오 포맷입니다. 본 제품은 사용설명서 DLP PROJECTOR 사용전에 안전을 위한 주의사항을 반드시 읽고 정확하게 사용하세요. PH250 *MFL68162401* www.lge.co.kr P/NO : MFL68162401 (1502-REV05) 2 라이선스 라이선스 돌비 래버러토리스의 허가를 얻어 제조한 제품입니다. 돌비 및 더블 D 심볼은 래버러토리스의 상표입니다. DivX 비디오에

More information

untitled

untitled Huvitz Digital Microscope HDS-5800 Dimensions unit : mm Huvitz Digital Microscope HDS-5800 HDS-MC HDS-SS50 HDS-TS50 SUPERIORITY Smart Optical Solutions for You! Huvitz Digital Microscope HDS-5800 Contents

More information

Microsoft PowerPoint - HS6000 Full HD Subtitle Generator Module Presentation

Microsoft PowerPoint - HS6000 Full HD Subtitle Generator Module Presentation HS6000 Full HD Subtitle Generator Module High-performance Network DVR Solution Preliminary Product Overview (Without notice, following described technical spec. can be changed) AddPac Technology 2010,

More information

한글사용설명서

한글사용설명서 ph 2-Point (Probe) ph (Probe) ON/OFF ON ph ph ( BUFFER ) CAL CLEAR 1PT ph SELECT BUFFER ENTER, (Probe) CAL 1PT2PT (identify) SELECT BUFFER ENTER, (Probe), (Probe), ph (7pH)30 2 1 2 ph ph, ph 3, (,, ) ON

More information

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a low-resolution Time-Of- Flight (TOF) depth camera and

More information

VZ94-한글매뉴얼

VZ94-한글매뉴얼 KOREAN / KOREAN VZ9-4 #1 #2 #3 IR #4 #5 #6 #7 ( ) #8 #9 #10 #11 IR ( ) #12 #13 IR ( ) #14 ( ) #15 #16 #17 (#6) #18 HDMI #19 RGB #20 HDMI-1 #21 HDMI-2 #22 #23 #24 USB (WLAN ) #25 USB ( ) #26 USB ( ) #27

More information

1. 회사소개 및 연혁 - 회사소개 회사소개 회사연혁 대표이사: 한종열 관계사 설립일 : 03. 11. 05 자본금 : 11.5억원 인 원 : 18명 에스오넷 미도리야전기코리 아 미도리야전기(일본) 2008 2007 Cisco Premier Partner 취득 Cisco Physical Security ATP 취득(진행) 서울시 강남구 도심방범CCTV관제센터

More information

3 : S-JND HEVC (JaeRyun Kim et al.: A Perceptual Rate Control Algorithm with S-JND Model for HEVC Encoder) (Regular Paper) 21 6, (JBE Vol. 21,

3 : S-JND HEVC (JaeRyun Kim et al.: A Perceptual Rate Control Algorithm with S-JND Model for HEVC Encoder) (Regular Paper) 21 6, (JBE Vol. 21, 3 : S-JND HEVC (Regular Paper) 21 6, 2016 11 (JBE Vol. 21, No. 6, November 2016) http://dx.doi.org/10.5909/jbe.2016.21.6.929 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) S-JND HEVC a), a), a), a) A Perceptual

More information

슬라이드 제목 없음

슬라이드 제목 없음 4. 1. (sound source) : (sound wave) :.,,,,. 180 1 ( ) 1 : Hz, KHz, MHz 1 Hz = 1 1 KHz = 1,000 Hz, 1 MHz = 1,000 KHz 20 Hz ~ 20 KHz (, ) + 0-1 1 2 3 4 2 3 4 + 0-1 2 3 4 5 1 6 7 8 2 3 4 2 ( ), (db) : (,

More information

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re EMF Health Effect 2003 10 20 21-29 2-10 - - ( ) area spot measurement - - 1 (Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern

More information

歯AG-MX70P한글매뉴얼.PDF

歯AG-MX70P한글매뉴얼.PDF 120 V AC, 50/60 Hz : 52 W (with no optional accessories installed), indicates safety information. 70 W (with all optional accessories installed) : : (WxHxD) : : 41 F to 104 F (+ 5 C to + 40 C) Less than

More information

05안용조.hwp

05안용조.hwp (Regular Paper) 18 6, 2013 11 (JBE Vol. 18, No. 6, November 2013) http://dx.doi.org/10.5909/jbe.2013.18.6.835 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) HEVC a), a), b), b), b), a) Study of Parallelization

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

2 : MMT QoS (Bokyun Jo et al. : Adaptive QoS Study for Video Streaming Service In MMT Protocol). MPEG-2 TS (Moving Picture Experts Group-2 Transport S

2 : MMT QoS (Bokyun Jo et al. : Adaptive QoS Study for Video Streaming Service In MMT Protocol). MPEG-2 TS (Moving Picture Experts Group-2 Transport S (JBE Vol. 20, No. 1, January 2015) (Special Paper) 20 1, 2015 1 (JBE Vol. 20, No. 1, January 2015) http://dx.doi.org/10.5909/jbe.2015.20.1.40 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) MMT QoS a),

More information

0. 들어가기 전

0. 들어가기 전 컴퓨터네트워크 14 장. 웹 (WWW) (3) - HTTP 1 이번시간의학습목표 HTTP 의요청 / 응답메시지의구조와동작원리이해 2 요청과응답 (1) HTTP (HyperText Transfer Protocol) 웹브라우저는 URL 을이용원하는자원표현 HTTP 메소드 (method) 를이용하여데이터를요청 (GET) 하거나, 회신 (POST) 요청과응답 요청

More information

그룹웨어와 XXXXX 제목 예제

그룹웨어와 XXXXX 제목 예제 데이터통신 부호화 (encoding) 부호화 (Encoding) 의개념 정보 Encoder 신호 1 Digital - to - Digital 2 Analog - to - Digital 3 Digital - to - Analog 4 Analog - to - Analog 2 1 Digital-to-Digital Encoding Digital 정보를 Digital

More information

OMA Bcast Service Guide ATSC 3.0 (S33-2) T-UHDTV 송수신정합 Part.1 Mobile Broadcast (Open Mobile Alliance) 기반 Data Model ATSC 3.0 을위한확장 - icon, Channel No.

OMA Bcast Service Guide ATSC 3.0 (S33-2) T-UHDTV 송수신정합 Part.1 Mobile Broadcast (Open Mobile Alliance) 기반 Data Model ATSC 3.0 을위한확장 - icon, Channel No. Special Report_Special Theme UHDTV 지상파 UHD ESG 및 IBB 표준기술 이동관 MBC 기술연구소차장 2.1 개요 2.2 표준구성 TTA Journal Vol.167 l 63 OMA Bcast Service Guide ATSC 3.0 (S33-2) T-UHDTV 송수신정합 Part.1 Mobile Broadcast (Open Mobile

More information

., 3D HDTV. 3D HDTV,, 2 (TTA) [] 3D HDTV,,, /. (RAPA) 3DTV [2] 3DTV, 3DTV, DB(, / ), 3DTV. ATSC (Advanced Television Systems Committee) 8-VSB (8-Vesti

., 3D HDTV. 3D HDTV,, 2 (TTA) [] 3D HDTV,,, /. (RAPA) 3DTV [2] 3DTV, 3DTV, DB(, / ), 3DTV. ATSC (Advanced Television Systems Committee) 8-VSB (8-Vesti ATSC a), a) A Carrier Frequency Synchronization Scheme for modified ATSC Systems Young Gon Jeon a) and Joon Tae Kim a) 3D HDTV (3-Dimensional High Definition Television). 3D HDTV HDTV ATSC (Advanced Television

More information

歯경영혁신 단계별 프로그램 사례.ppt

歯경영혁신 단계별 프로그램 사례.ppt BMS Infra BMS Location A B C D D A Location Card + Location SET Card : 1 : : Location Card ( ) ( Over ) Location Card Card Location Card ( ) ( ) Location Card LocationCard RACK1 AGE / 7 ( ) SET Location

More information

19_9_767.hwp

19_9_767.hwp (Regular Paper) 19 6, 2014 11 (JBE Vol. 19, No. 6, November 2014) http://dx.doi.org/10.5909/jbe.2014.19.6.866 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) RGB-Depth - a), a), b), a) Real-Virtual Fusion

More information

PJTROHMPCJPS.hwp

PJTROHMPCJPS.hwp 제 출 문 농림수산식품부장관 귀하 본 보고서를 트위스트 휠 방식 폐비닐 수거기 개발 과제의 최종보고서로 제출 합니다. 2008년 4월 24일 주관연구기관명: 경 북 대 학 교 총괄연구책임자: 김 태 욱 연 구 원: 조 창 래 연 구 원: 배 석 경 연 구 원: 김 승 현 연 구 원: 신 동 호 연 구 원: 유 기 형 위탁연구기관명: 삼 생 공 업 위탁연구책임자:

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

solution map_....

solution map_.... SOLUTION BROCHURE RELIABLE STORAGE SOLUTIONS ETERNUS FOR RELIABILITY AND AVAILABILITY PROTECT YOUR DATA AND SUPPORT BUSINESS FLEXIBILITY WITH FUJITSU STORAGE SOLUTIONS kr.fujitsu.com INDEX 1. Storage System

More information

K_R9000PRO_101.pdf

K_R9000PRO_101.pdf GV-R9000 PRO Radeon 9000 PRO Upgrade your Life REV 101 GV-R9000 PRO - 2-2002 11 1 12 ATi Radeon 9000 PRO GPU 64MB DDR SDRAM 275MHz DirectX 81 SMARTSHADER ATI SMOOTHVISION 3D HYDRAVISION ATI CATLYST DVI-I

More information

LCD Monitor

LCD Monitor LCD MONITOR quick start guide 320TSn-2 ii Floor standing type) LCD Display D-Sub AAA X 2) 8 DVI KIT LAN TV Note TV MENU MENU] 9 ENTER ENTER] SOURCE SOURCE] [PC DVI HDMI MagicInfo] TV TV D.MENU D.MENU TV

More information

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

More information

ȲÀμº Ãâ·Â

ȲÀμº Ãâ·Â Enhanced Film-Grain-Noise Removal Filter for High Fidelity Video Coding In this paper, we propose a novel technique for film grain noise removal, which can be adopted in high fidelity video coding in order

More information

Microsoft Word - SRA-Series Manual.doc

Microsoft Word - SRA-Series Manual.doc 사 용 설 명 서 SRA Series Professional Power Amplifier MODEL No : SRA-500, SRA-900, SRA-1300 차 례 차 례 ---------------------------------------------------------------------- 2 안전지침 / 주의사항 -----------------------------------------------------------

More information

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨 최종 수정일: 2010.01.15 inexio 적외선 터치스크린 사용 설명서 [Notes] 본 매뉴얼의 정보는 예고 없이 변경될 수 있으며 사용된 이미지가 실제와 다를 수 있습니다. 1 목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시

More information