 Samsung Electronics Co. Ltd. and British Broadcasting Corporation, 2010 Data structure and access method (1) LCU vs. Sub-CU –All CUs are handled through.

Slides:



Advertisements
Similar presentations
Visual Analogue Scales in Online Surveys Session 19: Scale Construction & Methods' Effects Frederik FunkeMarch 23 rd, 2005 General Online Research 2005.
Advertisements

Troop – 2013 Calendar Version G (2/24/2013) Troop 107 Calendar Version G (2/24/2013) OSLC = Our Saviours Lutheran Church Updated –
Square Root Chapter 9.
Trend for Precision Soil Testing % Zone or Grid Samples Tested compared to Total Samples.
AKC Rally Signs These are copies of the 2008 AKC Rally signs, as re-drawn by Chuck Shultz. Use them to print your own signs. Be prepared to use a LOT of.
Trend for Precision Soil Testing % Zone or Grid Samples Tested compared to Total Samples.
Factor each trinomial:
Warm-up Solve each equation. 1. k2 = b2 = m2 – 196 = c = 36
Our High School Lighthouse meets on Sunday evenings from 6:30-8:30pm in the Worship Area. In addition to attending Lighthouse; all teens are required to.
St. Mark the Evangelist Youth Ministry strives to empower young people to be Disciples of Christ through fun, faith, fellowship, and service. It is our.
Chapter 7 Chemical Quantities
From percentage to formula
1 2 God Isaac God promised Abraham that He would make him the father of many nations. Isaac was the child of that promise. Prayed for his wife Rebekah,
Lecture Notes on AI-NN Chapter 5 Information Processing & Utilization.
Calcul mental. 34,7 x 100 Diapositive n°1 34,7 x 100 = Diapositive n°1.
English German
Topological Subsystem Codes with Local Gauge Group Generators Martin Suchara in collaboration with: Sergey Bravyi and Barbara Terhal December 08, 2010.
Cell potentials and Reduction potentials. Answers The difference is ° - indicating 25°C and 1 M concentrations (1) 2.Voltages can be increased.
1 Copyright © 2010, Elsevier Inc. All rights Reserved Fig 2.1 Chapter 2.
Properties Use, share, or modify this drill on mathematic properties. There is too much material for a single class, so you’ll have to select for your.
Time Management.
Fractions VI Simplifying Fractions
Undergraduate Models for Creating and Sustaining Diversity in Science, Technology, Engineering, and Mathematics Professor Isiah M. Warner Department of.
SECURITY MATTERS: HOW INSTABILITY IN HEALTH INSURANCE PUTS U.S. WORKERS AT RISK FINDINGS FROM THE COMMONWEALTH FUND 2001 HEALTH INSURANCE SURVEY CHARTS.
Frequency Tables Histograms
Properties of Real Numbers CommutativeAssociativeDistributive Identity + × Inverse + ×
CALENDAR.
Multiplication Facts Review. 6 x 4 = 24 5 x 5 = 25.
Reducing Fractions. Factor A number that is multiplied by another number to find a product. Factors of 24 are (1,2, 3, 4, 6, 8, 12, 24).
0 - 0.
7 7 = = = = = = 3.
______________________ Elementary School 2011 – 2012 Calendar ____________________________________________________________________________.
January 2007 MondayTuesdayWednesdayThursdayFriday Orientation Meeting 4:15 PM – 5:30 PM District Office Power Points.
MULTIPLICATION EQUATIONS 1. SOLVE FOR X 3. WHAT EVER YOU DO TO ONE SIDE YOU HAVE TO DO TO THE OTHER 2. DIVIDE BY THE NUMBER IN FRONT OF THE VARIABLE.
FACTORING Think Distributive property backwards Work down, Show all steps ax + ay = a(x + y)
Sec. 3-3 Parallel and Perpendicular Lines
85.7% C Percent Composition 24g C 28g CH4 mass of element x 100 x 100
Learning to show the remainder
Patterns and sequences We often need to spot a pattern in order to predict what will happen next. In maths, the correct name for a pattern of numbers is.
Deutsch flip
Quantiles Edexcel S1 Mathematics Introduction- what is a quantile? Quantiles are used to divide data into intervals containing an equal number of.
Marisol Marcin
Order Picking: Pick Sequencing and Batching
Polynomials Chapter 8.4.
Chapter 7: Arrays In this chapter, you will learn about
Treasure Map By: Gage Gwin Haven Beagle START. Step 1 23 tiles south CONTINUE.
Kansas State Assessments; Facts, Dos and Donts Bill E. Losey Southwest Plains Regional Service Center
Briana B. Morrison Adapted from William Collins
© S Haughton more than 3?
Sequence Quickies 1  ORB Education. Visit for the other resources in this pack.
 Samsung Electronics Co. Ltd. and British Broadcasting Corporation, 2010 Data structure and access method (1) LCU vs. Sub-CU –All CUs are handled through.
Owen Carter Research Fellow Centre for Behavioural Research in Cancer Control Curtin University of Technology Assessing Western Australians’ Knowledge.
Making Landmark or Friendly Numbers. Category 1 Designed to be one away from a landmark or friendly number.
OMEGA PSI PHI FRATERNITY, INC PHI XI CALENDAR As of 24 April 2009 SUNMONTUEWEDTHURFRISAT Frat Lunch (Korean Garden, JC) Frat Meeting/Memorial.
SundayMondayTuesdayWednesdayThursdayFridaySaturday :00pm - Victor Community Support.
School Calendar Mrs. Rothermel’s Class.
June 2013 Coach Sherwood , Coach Quinn Coach Fisher SundayMondayTuesdayWednesdayThursdayFridaySaturday 1 JV 11am Buchanan.
Before Between After.
Koblerville Elementaty School August 2012 MondayTuesdayWednesdayThursdayFridaySaturdaySunday 123 Fair Labor Standard Act presentation 9- 11am BOE
Addition 1’s to 20.
25 seconds left…...
Static Equilibrium; Elasticity and Fracture
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
Essential Cell Biology
HIV and Aging Kathleen K Casey, MD Director, AIDS Ambulatory Care Center Jersey Shore University Medical Center.
How Cells Obtain Energy from Food
Number Line What is the Missing Number?
CuS+HNO 3 →Cu(NO 3 ) 2 + S + NO+H 2 O. CuS -2 +HN +5 O 3 →Cu(NO 3 ) 2 + S 0 + N +2 O+H 2 O.
Presentation transcript:

 Samsung Electronics Co. Ltd. and British Broadcasting Corporation, 2010 Data structure and access method (1) LCU vs. Sub-CU –All CUs are handled through TComDataCU* pointer –From the LCU (largest CU), Sub-CU is processed recursively by z-scan LCU (e.g. 64x64) Sub-CU: TComDataCU* Processing order

 Samsung Electronics Co. Ltd. and British Broadcasting Corporation, 2010 Data structure and access method (2) TComDataCU class has all information we need –Actual data storage is allocated only at LCU (largest CU) level In Sub-CUs, data storage points to suitable position in LCU storage LCU (e.g. 64x64) 4 Basic unit for storage

 Samsung Electronics Co. Ltd. and British Broadcasting Corporation, 2010 Data structure and access method (3) Every information in CU is accessed by index –Basically, every index is the storage unit number within the CU –In source-code, AbsPartIdx means absolute index in the given CU LCU (e.g. 64x64) Index in CU Sub-CU: TComDataCU* pcCU pcCU->getPredictionMode(0) Basic unit for storage

 Samsung Electronics Co. Ltd. and British Broadcasting Corporation, 2010 Data structure and access method (4) How to obtain absolute index in LCU? –Each TComDataCU class has m_uiAbsIdxInLCU, which means the absolute z-scan index in LCU basis –Useful to derive index of neighbouring CUs LCU (e.g. 64x64) Sub-CU: TComDataCU* pcCU pcCU->m_uiAbsIdxInLCU

 Samsung Electronics Co. Ltd. and British Broadcasting Corporation, 2010 Data structure and access method (5) How to convert between z-scan and raster scan in LCU-based index? –Two arrays, g_auiZscanToRaster and g_auiRasterToZscan –g_auiZscanToRaster[ z-scan index ] = raster scan index –g_auiRasterToZscan[ raster index ] = z-scan index –Raster scan is useful to derive index of neighbouring CUs LCU (e.g. 64x64, z-scan) LCU (e.g. 64x64, raster) g_auiZscanToRaster g_auiRasterToZscan

 Samsung Electronics Co. Ltd. and British Broadcasting Corporation, 2010 Data structure and access method (6) Transform coefficient data structure –1D arrays, m_pcTrCoeffY, m_pcTrCoeffCb and m_pcTrCoeffCr are allocated in LCU –For each CU, getCoeffY, getCoeffCb and getCoeffCr give the starting point of coefficients. They are arranged using raster-scan LCU (e.g. 64x64) 16 LCU, m_pcTrCoeffY (64x64 = 4096 entries) Sub-CU: TComDataCU* pcCU pcCU->getCoeffY() 16x16 = 256 entries