'Major Related/Video Codec_HEVC'에 해당되는 글 3건

Diagram showing an image plus padding.





Diagram showing top-down and bottom-up images.




http://msdn.microsoft.com/en-us/library/windows/desktop/aa473780%28v=vs.85%29.aspx

'Major Related > Video Codec_HEVC' 카테고리의 다른 글

Decoding Elapsed Time Check  (0) 2012.10.25
HM-8.1 Arguments Setting for OSX Xcode  (0) 2012.10.19
블로그 이미지

아삐꼬까

,




이상하게 Intrinsic을 없앤게 속도가 더 느리다...


ASM 코드를 C로 바꿔서 그런줄 알았는데, 선배들이 아니란다.


뭐지 =_=...


VTune으로 돌려봐야겠다.

'Major Related > Video Codec_HEVC' 카테고리의 다른 글

Image Stride  (0) 2013.07.26
HM-8.1 Arguments Setting for OSX Xcode  (0) 2012.10.19
블로그 이미지

아삐꼬까

,

Xcode 상에서 HM 8.1 Arguments Setting을 어떻게 하는지 살펴보자

Let's see how to set the HM-8.1 arguments in Xcode IDE



TAppDecoder를 선택한다 (Decoding 시)

Choose source what you want to build



사용자의 환경에 따라 64bit나 32bit를 선택한다

Select 64-bit or 32-bit. Depends on owners OS



Edit Scheme을 클릭

Click Edit Scheme



'Run TAppDecoder - Arguments 로 들어가서

Go to 'Run TAppDecoder - Arguments (Depends on what you selected)


'+'를 클릭

Click '+'


Argument 들을 세팅해준다. 본인의 경우, RaceHorsesC bit stream을 -b 옵션으로 넣었고, 

output 세팅을 RaceHorsesC.yuv로  -o 옵션을 줘서 하였다.

Add Arguments (On my case, I added RaceHorsesC bit stream by -b option and set output as RaceHorsesC.yuv by -o option)


돌려보자

Let's Run the decoder



잘 된다.

It runs well



프로젝트 폴더를 가보면 결과물이 생성된 것을 확인 할 수 있다.

Output has generated 


여기까지.

That's all.




Written by. Research Assistant Sejin Park, 

IPSL(Image Processing Systems Lab) Kwangwoon Univ. 


HM-8.1(HEVC Reference Tool) Copyright, ITU/ISO/IEC All rights reserved.





-------------------------------------------------------------------------------------------------------------------------------

쓰면서 깨닳은 점

역시 OS 상관없이 돌아가야 하는 S/W이기 때문에 OS Dependent하지 않게 짜여져 있다는 것.

멋지다.



'Major Related > Video Codec_HEVC' 카테고리의 다른 글

Image Stride  (0) 2013.07.26
Decoding Elapsed Time Check  (0) 2012.10.25
블로그 이미지

아삐꼬까

,