KR20100059038A - 고속 모드 결정을 위한 h.264의 화면내 예측모드 처리방법 - Google Patents
고속 모드 결정을 위한 h.264의 화면내 예측모드 처리방법 Download PDFInfo
- Publication number
- KR20100059038A KR20100059038A KR1020080117674A KR20080117674A KR20100059038A KR 20100059038 A KR20100059038 A KR 20100059038A KR 1020080117674 A KR1020080117674 A KR 1020080117674A KR 20080117674 A KR20080117674 A KR 20080117674A KR 20100059038 A KR20100059038 A KR 20100059038A
- Authority
- KR
- South Korea
- Prior art keywords
- prediction
- mode
- samples
- sample
- intra
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
- 238000000034 method Methods 0.000 title claims abstract description 55
- 230000008569 process Effects 0.000 abstract description 11
- 238000007781 pre-processing Methods 0.000 abstract description 10
- 238000013144 data compression Methods 0.000 abstract description 4
- 238000010586 diagram Methods 0.000 description 7
- 208000037170 Delayed Emergence from Anesthesia Diseases 0.000 description 6
- 238000004088 simulation Methods 0.000 description 6
- 241000023320 Luma <angiosperm> Species 0.000 description 5
- 238000007906 compression Methods 0.000 description 5
- 230000006835 compression Effects 0.000 description 5
- OSWPMRLSEDHDFF-UHFFFAOYSA-N methyl salicylate Chemical compound COC(=O)C1=CC=CC=C1O OSWPMRLSEDHDFF-UHFFFAOYSA-N 0.000 description 5
- 238000005516 engineering process Methods 0.000 description 3
- 238000011156 evaluation Methods 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 230000008901 benefit Effects 0.000 description 2
- 238000011161 development Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 230000009467 reduction Effects 0.000 description 2
- 230000009466 transformation Effects 0.000 description 2
- 238000007792 addition Methods 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004422 calculation algorithm Methods 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 238000013139 quantization Methods 0.000 description 1
- 230000002123 temporal effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/102—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
- H04N19/119—Adaptive subdivision aspects, e.g. subdivision of a picture into rectangular or non-rectangular coding blocks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/59—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial sub-sampling or interpolation, e.g. alteration of picture size or resolution
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
Claims (6)
- 동영상 데이터 처리를 위해 고속 모드 결정 방식에 의해 화면 내 예측을 수행하는 고속 모드 결정을 위한 H.264의 화면 내 예측 방법에 있어서,4×4 블록에 이웃하는 7개의 이웃샘플을 통해 예측모드에 따라 각각 8개씩의 예측샘플을 생성하는 단계;상기 예측모드에 따라 생성된 상기 예측샘플과 동일한 위치의 원영상 블록 내 샘플들과 SAD를 계산하는 단계; 및상기 SAD가 가장 작은 3개의 예측모드와 DC 예측모드를 결정하는 단계;를 포함하는 것을 특징으로 하는 고속 모드 결정을 위한 H.264의 화면 내 예측 방법.
- 제 1항에 있어서, 상기 예측샘플을 생성하는 단계에서 하나의 예측샘플을 생성할 때 상기 이웃샘플 중 최대 3개를 사용하여 생성하는 것을 특징으로 하는 고속 모드 결정을 위한 H.264의 화면 내 예측 방법.
- 제 1항에 있어서, 상기 예측샘플을 생성하는 단계에서 상기 예측샘플은 상기 예측모드의 방향성에 따라 중복하여 생성하는 것을 특징으로 하는 고속 모드 결정을 위한 H.264의 화면 내 예측 방법.
- 제 3항에 있어서, 상기 예측샘플은 상기 예측모드에 따라 2개에서 최대 4개까지 중복되는 것을 특징으로 하는 고속 모드 결정을 위한 H.264의 화면 내 예측 방법.
- 제 1항에 있어서, 상기 예측샘플은 아래식에 의해 간소화되는 것을 특징으로 하는 고속 모드 결정을 위한 H.264의 화면 내 예측 방법.(아래식)pred[x, y] = ( p[] + 2*p[] + p[] ) >> b이때, pred[x, y] : x, y 위치의 예측샘플p[] : 이웃샘플b : 상수
- 제 1항에 있어서, 상기 예측샘플을 생성하는 단계는 멀티플렉서, 쉬프터, 덧셈기를 이용하여 생성하는 것을 특징으로 하는 고속 모드 결정을 위한 H.264의 화면 내 예측 방법.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020080117674A KR20100059038A (ko) | 2008-11-25 | 2008-11-25 | 고속 모드 결정을 위한 h.264의 화면내 예측모드 처리방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020080117674A KR20100059038A (ko) | 2008-11-25 | 2008-11-25 | 고속 모드 결정을 위한 h.264의 화면내 예측모드 처리방법 |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20100059038A true KR20100059038A (ko) | 2010-06-04 |
Family
ID=42360389
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020080117674A Ceased KR20100059038A (ko) | 2008-11-25 | 2008-11-25 | 고속 모드 결정을 위한 h.264의 화면내 예측모드 처리방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20100059038A (ko) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107483932A (zh) * | 2011-06-28 | 2017-12-15 | 三星电子株式会社 | 对视频数据进行编码的方法和设备 |
US9848204B2 (en) | 2012-07-04 | 2017-12-19 | Thomson Licensing | Spatial prediction method and device, coding and decoding methods and devices |
US10110905B2 (en) | 2014-02-21 | 2018-10-23 | Industry-Academic Cooperation Foundation, Yonsei University | TSM rate-distortion optimizing method, encoding method and device using the same, and apparatus for processing picture |
KR20190076273A (ko) | 2017-12-22 | 2019-07-02 | 한동대학교 산학협력단 | 컨볼루션 신경망 기반의 검색 이미지 정렬 방법 |
-
2008
- 2008-11-25 KR KR1020080117674A patent/KR20100059038A/ko not_active Ceased
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107483932A (zh) * | 2011-06-28 | 2017-12-15 | 三星电子株式会社 | 对视频数据进行编码的方法和设备 |
CN107483932B (zh) * | 2011-06-28 | 2020-05-12 | 三星电子株式会社 | 对视频数据进行编码的方法和设备 |
US9848204B2 (en) | 2012-07-04 | 2017-12-19 | Thomson Licensing | Spatial prediction method and device, coding and decoding methods and devices |
US10110905B2 (en) | 2014-02-21 | 2018-10-23 | Industry-Academic Cooperation Foundation, Yonsei University | TSM rate-distortion optimizing method, encoding method and device using the same, and apparatus for processing picture |
KR20190076273A (ko) | 2017-12-22 | 2019-07-02 | 한동대학교 산학협력단 | 컨볼루션 신경망 기반의 검색 이미지 정렬 방법 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
TWI626842B (zh) | Motion picture coding device and its operation method | |
JP4643454B2 (ja) | 動画像復号装置及び動画像復号方法 | |
KR101814259B1 (ko) | 영상 부호화 장치, 영상 복호 장치, 영상 부호화 방법 및 영상 복호 방법 | |
RU2497303C2 (ru) | Видео кодирование с использованием преобразования больше чем 4×4 и 8×8 | |
US20170006293A1 (en) | Intra prediction method and apparatus | |
JP5795525B2 (ja) | 画像符号化方法,画像復号方法,画像符号化装置,画像復号装置,画像符号化プログラムおよび画像復号プログラム | |
JP2010515305A (ja) | 他のコーディングモードの情報を使用したコーディングモードの選択 | |
US20110228854A1 (en) | Apparatus and method for encoding/decoding a video signal | |
US20230209067A1 (en) | Intra prediction method and apparatus | |
CN116686287B (zh) | 视频处理方法、视频处理装置、设备以及存储介质 | |
WO2012098845A1 (ja) | 画像符号化方法、画像符号化装置、画像復号方法及び画像復号装置 | |
Song et al. | Early merge mode decision for texture coding in 3D-HEVC | |
CN110913215B (zh) | 一种预测模式的选择方法及装置、可读存储介质 | |
KR20100059038A (ko) | 고속 모드 결정을 위한 h.264의 화면내 예측모드 처리방법 | |
JP7508705B2 (ja) | イントラ予測モード向けのエントロピーコーディングのための方法、装置、及びコンピュータプログラム | |
KR100896978B1 (ko) | Mpeg-2에서 h.264/avc로의 고속 트랜스코딩에서 움직임 벡터 예측 방법과 모드 예측 방법 및 기록매체 | |
KR20070077955A (ko) | 인트라 예측 모드 결정 방법 및 장치 | |
KR20130085088A (ko) | 스케일러블 비디오 코딩에서의 고속 모드 결정 방법 및 그 장치 | |
KR100689215B1 (ko) | H.264 에서 다운 샘플링과 에지 방향성을 이용한 고속예측 모드 결정 방법 | |
Wang et al. | Rate Control in Versatile Video Coding with Cosh Rate–Distortion Model | |
KR100986992B1 (ko) | H.264 인코딩 시 고속 인터 모드 결정 방법 | |
KR20100032235A (ko) | 압축영상 트랜스코딩 방법 및 장치 | |
Ning et al. | Enhanced fast mode decision based on edge map and motion detail analysis for H. 264/JVT | |
CN116806427A (zh) | 用于基于偏移的修正和多参考行选择的协调设计 | |
WO2024039803A1 (en) | Methods and devices for adaptive loop filter |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20081125 |
|
PA0201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20100222 Patent event code: PE09021S01D |
|
PG1501 | Laying open of application | ||
E601 | Decision to refuse application | ||
PE0601 | Decision on rejection of patent |
Patent event date: 20100820 Comment text: Decision to Refuse Application Patent event code: PE06012S01D Patent event date: 20100222 Comment text: Notification of reason for refusal Patent event code: PE06011S01I |