The UCD community has made this article openly available. Please share how this access benefits you. Your story matters!

Size: px
Start display at page:

Download "The UCD community has made this article openly available. Please share how this access benefits you. Your story matters!"

Transcription

1 Provded by the author(s) and Unversty College Dubln Lbrary n accordance wth publsher polces., Please cte the publshed verson when avalable. tle Dynamc Complexty Scalng for Real-me H.264/AVC Vdeo Encodng Authors(s) Ivanov, Yur; Bleakley, Chrs J. Publcaton date Conference detals MULIMEDIA '07, Proceedngs of the 15th Internatonal Conference on Multmeda, Augsburg, Germany, September, 2007 Publsher Assocaton for Computng Machnery Item record/more nformaton Publsher's statement 2007 ACM. hs s the author's verson of the work. It s posted here by permsson of ACM for your personal use. t for redstrbuton. he defntve verson was publshed n Proceedngs of the 15th Internatonal Conference on Multmeda, {VOL#, ISS#, (2007)} Publsher's verson (DOI) / Downloaded :01:23Z he UCD communty has made ths artcle openly avalable. Please share how ths access benefts you. Your story matters! (@ucd_oa) Some rghts reserved. For more nformaton, please see the tem record lnk above.

2 Dynamc Complexty Scalng for Real-me H.264/AVC Vdeo Encodng Yur V. Ivanov School of Computer Scence and Informatcs Unversty College Dubln Belfeld, Dubln 4, Ireland +(353) yury.vanov@ucd.e C. J. Bleakley School of Computer Scence and Informatcs Unversty College Dubln Belfeld, Dubln 4, Ireland +(353) chrs.bleakley@ucd.e ABSRAC he H.264 vdeo encodng standard can acheve hgh codng effcency at the expense of hgh computatonal complexty. ypcally, real-tme software mplementaton requres omsson of most optonal encodng tools leadng to sgnfcantly reduced codng effcency. hs paper proposes a novel method for realtme H.264 encodng based on dynamc control of the encodng parameters to meet real-tme constrants whle mnmzng codng effcency loss. Expermental results show that the method provdes up to 19% lower bt rate than conventonal real-tme encodng usng fxed parameters wth the same vsual qualty. he method allows real-tme 30fps QCIF encodng on a Pentum IV wth smlar codng effcency to full search baselne profle encodng. Categores and Subject Descrptors C.3 [Specal-Purpose and Applcaton-Based Systems]: realtme and embedded systems. General erms Algorthms, Desgn. Keywords H.264, fast mode decson, complexty scalng, real-tme vdeo encodng. 1. INRODUCION he H.264 standard [9] developed by the Jont Vdeo eam (JV) provdes better codng effcency than MPEG-4 and H.263 at low bt rates [17] but at the cost of sgnfcantly ncreased computatonal complexty. hs makes t dffcult to use software mplementatons of the encoder n practcal real-tme multmeda applcatons. Vdeophone conferencng, for example, requres every frame be encoded wthn 1/30 of a second to mantan a Permsson to make dgtal or hard copes of all or part of ths work for personal or classroom use s granted wthout fee provded that copes are not made or dstrbuted for proft or commercal advantage and that copes bear ths notce and the full ctaton on the frst page. o copy otherwse, or republsh, to post on servers or to redstrbute to lsts, requres pror specfc permsson and/or a fee. MM 07, September 23 28, 2007, Augsburg, Bavara, Germany. Copyrght 2007 ACM /07/ $5.00. hgh qualty frame rate and to provde low end-to-end delay. A large number of algorthms have been proposed by researchers to reduce H.264 computatonal complexty. hese algorthms are focused on new methods to reduce the complexty of the most computatonally complex components of the vdeo encoder,.e., Moton Estmaton (ME), Mode Decson (MD) and Dscrete Cosne ransform (DC) codng. In almost all cases, these algorthms are amed at reducng total encodng tme, rather than n meetng real-tme constrants. As n other vdeo codng standards, H.264/AVC explots the spatal, temporal and statstcal redundances of the source vdeo. Snce the amount of redundancy vares between frames, the computatonal complexty of, for example, mode decson can vary sgnfcantly between consequent frames. hs effect s partcularly mportant when usng fast encodng schemes n whch MD and ME search are termnated early. Utlzaton of encodng tools such as Varable Block Szes n MD, B-frames and multple reference frames n ME can further ncrease varaton n the processor workload and therefore create much greater varaton n frame encodng complexty. o the authors knowledge, few papers consder the problem of dynamc complexty scalng n real-tme H.264 vdeo encodng, ncludng utlzaton of frame buffers and mantanng constant processor workload. In contrast, most software solutons smply reduce the MD and ME search sze globally, so as to meet realtme constrants n the worst case. hs leads to sgnfcant reducton n codng effcency. he problem of real-tme vdeo encodng wth dynamcally varyng computatonal complexty has a lot of smlartes wth the real-tme rate-control problem [8]. hat s, mantanng constant frame complexty n real-tme encodng s smlar to mantanng constant bt rate. hus, ths paper nvestgates the use of rate-control (RC) technques for complexty control n realtme vdeo encodng. he mode decson algorthm wth dynamcally varable complexty, proposed n ths paper, s based on a MD class fast search algorthm and operates n real-tme on an average Pentum IV PC. he technque for dynamc complexty scalng, proposed n the paper, s general and can be appled across a range of smlar algorthms, such as [3]. he paper s organzed as follows. Secton 2 revews related work n the feld. Secton 3 provdes an analyss of frame complexty predcton methods and proposes a complexty predcton model. he proposed MD algorthm wth dynamc complexty scalng s descrbed n Secton 4. Expermental results are presented n

3 Secton 5 and dscussed n Secton 6. Fnally, Secton 7 concludes the paper. 2. RELAED WORK Snce the H.264 standard was adopted and ts complexty was studed and analyzed [5][17], varous methods had been proposed to reduce ts computatonal complexty. In H.264, the most computatonally complex components are Mode Decson and Moton Estmaton [7]. Generally speakng, work done by researchers n the feld can be dvded nto two categores. Algorthms n the frst category, such as [3][6][11-14][16] allow for complexty reducton of the total executon tme of H.264. Some of these methods allow for several fxed complexty settngs. he conventonal mode decson technque can be sgnfcantly mproved by so-called early termnaton (E) and forward SKIP predcton technques [6][11][13][14]. hese technques assume that some block modes can be elmnated from the mode search wthout loss and that correct SKIP decsons may be made at the start of the MD process. he key to the success of these technques s utlzaton of fast and effcent decson metrcs. Further Mode Decson complexty reducton nvolves more sophstcated approaches, such as [3][12], whereby all MBs n the frame are classfed accordng to certan features of the vdeo sgnal. Dfferent MD search parameters are used for each class. For example, n [3], the authors propose Mode Group (MGs) classfcaton that utlzes overlapped MGs based on a measure of the resdual error wth predefned emprcal thresholds. he method provdes 52% total complexty reducton, but only for P frames wth Rate-Dstorton Optmzaton (RDO) on. A featurebased approach wth a rsk mnmzng Mode Decson was proposed n [12], but t s less effectve only reducng total encodng tme by 20-30%. In the second category, there are algorthms that are practcal mplementatons of H.264 on partcular hardware platforms, such as [4][15][18]. Unlke algorthms n the prevous category, they are desgned to operate under real-tme condtons. he authors clam that they can provde a real-tme vdeo encodng on the selected hardware platform. For example, [18] dscusses a realtme H.264 mplementaton on a MS320C6416 DSP. he authors do not concentrate only on the Mode Decson technque (or any other technque) by tself. Instead, they optmze dfferent parts of the H.264 encoder to acheve the realtme goal. In [15], for nstance, several technques such as Intra predcton optmzaton, SAD optmzaton for Moton Estmaton and DC optmzaton are proposed. he resultant encoder was tested for ts performance on the Pocket PCs and Smart phones. hese papers manly dscuss hardware-related ssues of partcular H.264 algorthm mplementatons (such as code optmzng technques) and do not provde a deep dscusson about how the proposed technques can be utlzed on other hardware platforms, f they can be utlzed at all. Fnally, none of these papers nvestgate the dynamc complexty scalng problem,.e. mantanng defned complexty when the processor s workload vares, or desgn of a real-tme encoder workng on a PC. We beleve that the soluton can be found among exstng Rate Control technques snce the RC problem has many smlartes wth dynamc complexty scalng. 3. ANALYSIS Rate control algorthms allocate a bt rate quota for encodng each vdeo frame. he quota must be met wth mnmum loss n encodng effcency. In the computatonal complexty control case, the problem can be formulated as: mn( R),mn( D) such that < actual quota (1) where R s bt rate gan, D s dstorton, actual s the actual encodng tme and quota s the tme quota, whch depends on frame rate. As for RC algorthms [8], complexty scalng can be appled to the frame layer or the macroblock layer. At the frame layer, complexty scalng s appled to all MBs n a gven frame n the same way. hus, a sngle complexty settng s used for the whole frame. At the macroblock layer, complexty scalng s appled to each MB n the frame ndvdually and there s a complexty settng for each MB. he choce of layer depends on the varaton n complexty between dfferent MBs when encoded usng the same parameters. 3.1 Methods of Complexty Predcton Current studes of RC algorthms n [8] show that solutons can be dvded nto two categores: those that operate wthout a buffer, and those that use a scene-content complexty estmaton approach and requre a buffer. Based on ths, we propose the followng schemes for dynamc complexty control. In the frst category, we consder fxed worst-case frame schedulng and truncated tme schedulng. In fxed worst-case schedulng the tme quota WC quota s the maxmum frame encodng tme as measured for the most computatonally complex frame (e.g. n a hgh moton vdeo sequence): WC quota WC frame_lmt = (2) he encodng parameters n worst-case schedulng are fxed such that the actual encodng tme actual s less than WC quota n all cases. he unused processng tme can be calculated as: N WC WC unused = = ( ) (3) 0 where N s the total number of frames n the vdeo sequence and s the actual processng tme for the partcular frame. hs approach has a large dsadvantage: snce the actual encodng tme actual depends on the temporal-spatal complexty of the source vdeo materal, t s mpossble to take advantage of the unused processng tme for vdeo frames requrng less than maxmum computatonal complexty. runcated tme schedulng assumes that the encodng parameters can be adjusted dynamcally to ensure that the encodng tme actual s less than quota. All MBs n the frame are processed wth fxed encodng complexty settngs as n worst case schedulng, quota

4 but f the quota s exceeded then the rest of the MBs are skpped. he advantage of ths approach s that t allows a reducton n the RUNC WC unused processng tme compared to worst case: < unused unused. hus, hgher encodng settngs than n worst-case schedulng may be used, leadng to greater average codng effcency. he dsadvantage s that the number of skpped MBs n some frames leads to hgh vsual qualty degradaton for fast changng frames. In the second category, we propose a schedulng scheme based on scene complexty estmaton. In ths case the MB encodng parameters are adjusted such that the predcted encodng tme s on average equal to the tme quota. he encodng tme s predcted based on an estmate of scene complexty: = f ( C frame ) (4) predcted where predcted s the predcted frame encodng tme (or predcted actual) and Cframe s the estmated scene frame complexty. A study of prevous RC algorthms [8] reveals that scene complexty can be estmated n a number of ways, e.g., by frame energy, number of allocated bts and by utlzaton of vsual metrcs lke PSNR, MAD or SAD. he functon f can be calculated adaptvely, based on the Cframe, predcted and actual obtaned for the prevous frames. hs scene complexty estmaton approach s combned wth a complexty control scheme that adjusts complexty dynamcally. hs ensures that actual quota and mnmzes unused processng tme. he dsadvantage here s that large varatons n Cframe produce large varatons n predcted and may eventually result n the predcted tme exceedng the tme quota. A frame buffer allows for errors n predcton excess codng tme n one frame s smply subtracted from the quota n the next. he buffer sze must be small for low delay applcatons, where a hgher frame rate s desrable (.e. 30 fps) and can be larger for applcatons that allow greater delay [8]. Small buffer szes may result n buffer overflow for large errors n predcted. In order to avod ths, an effcent MB complexty scalng scheme s requred n addton to accurate scene complexty predcton. It can be concluded that of all of these schemes, scene complexty estmaton s the most advantageous as t provdes maxmum flexblty n mnmzng codng effcency loss. Hence, scene complexty estmaton s appled n ths work and compared wth the worst case schedulng. 3.2 Proposed Model Experments wth varous vdeo sequences ndcate that when a fast Mode Decson algorthm s used, the encodng tme for each MB vares greatly. In fact, frame encodng tme can be determned from the dstrbuton of Mode Decson classes (or MD classes) across all MBs n the frame. hus, the predcted encodng tme for the current frame FastMD_predcted can be estmated as: = 5 = 1 = n t +, t = const (5) FastMD _ predcted where n s the number of MBs that belong to MD class and t s the average encodng tme for that MD class. For ths model t 0 can be determned expermentally across several hgh and low moton QCIF vdeo sequences. For fast Mode Decson algorthms that employ early termnaton schemes such as [6], t calculated per MB for the same MD class can vary greatly, dependng on the stage of the MD process at whch early termnaton occurred. o extend the complexty predcton model to these cases, a scheme for adaptve calculaton of t s proposed. he adaptve scheme nvolves storng the encodng tme statstcs for prevously encoded frames and re-calculatng t for all MD classes every Nth frame. he followng methods of updatng t were assessed expermentally for the proposed model as n Eq. (5) wth N = 5: 1. Use the mean tme for each MD class, calculated across all MBs n the prevous frames: t mean,,..., } (6) = { 0 1 N 1 hs method s the smplest and most straght-forward soluton. 2. Use mean tme for MBs that dd not have ther class changed as a part of a scalng algorthm (.e. were not demoted, see below): t mean,..., } (7) = { not _ demoted _ 0 not _ demoted _ N 1 As demoton happens for MBs wth the lowest prevous J (see Eq. (9)) wthn a class and snce lower J values ndcate hgher scene complexty, then demoted MBs are harder to encode. 3. Use the maxmum tme measured for each MD class calculated across all N frames for MBs that were not early termnated: t = max{ note _ 0,..., note _ N 1} (8) Snce early termnaton sgnfcantly reduces MD tme, calculaton of FastMD_predcted excludes early termnated MBs n order to provde a consstent estmate. he expermental results are provded n able 1. From the expermental results, t can be clearly seen that Maxmum t s very naccurate. he other two methods provde accurate predcton wth an average dfference between predcted and actual tmes of about 7%. Snce the mean not demoted method has a hgher Pearson correlaton coeffcent, t s deemed to provde the most accurate predcton for fast MD wth early termnaton, so the fnal frame complexty predcton model chosen adopts Eq. (5) wth adaptve t calculaton as n Eq. (7). Once frame complexty s predcted, macroblock layer complexty scalng can be performed. he goal s the adjustment of computatonal complexty for each MB n the frame n order that the tme quota s met and codng effcency degradaton s mnmzed.

5 able 1. Estmaton of adaptve frame predcton models Vdeo sequence Carphone, QCIF Hall, QCIF Akyo, QCIF Method Predcton error, % mn max avg. Pearson correlaton between predcted and actual MD tme Snce reducng complexty effects both bt rate and dstorton, the need arses to unfy both quanttes nto a sngle metrc whch s representatve of the overall codng effcency. At present, the rate-dstorton model s adopted n H.264 Mode Decson [9] for makng optmal decsons where both bt rate and dstorton are mportant: mn { J }, where J = D + λ R (9) where D s a dstorton measure (usually Sum of Absolute Dfferences) and R represents bt rate. Durng vdeo encodng, the Lagrange rate-dstorton functon J s mnmzed for a partcular value of the Lagrange multpler, λ. Based on ths, we ntroduce a codng effcency metrc, W, whch s dependent on vsual qualty loss, D, and bt rate ncrease, R, relatve to that acheved by the full complexty encoder. We defne W as: W = R + µ D (10) where R s a percentage, D s PSNR n db and µ s a constant relatng bt rate loss and dstorton ncrease. hus, for any gven computaton complexty pont C, the most effcent encoder can be dentfed as the one provdng mnmum W. he constant µ can be nterpreted as the percentage ncrease n bt rate equvalent to a 1 db loss n PSNR. Prevous work [1] determned that, for the frame szes under nvestgaton, a 10% decrease n bt rate s roughly equvalent to a loss of 0.5 db n PSNR. In our work, µ was determned expermentally [7] and was set to 13. Assumng, that the encoder parameter confguratons form a dscrete set, the problem of selectng the optmal encoder confguraton for any gven complexty pont can be solved by Pareto analyss [2]. In ths work, the effcency of the encoder was assessed across a range of parameter confguratons. hese results were a projected on to a graph relatng codng effcency to computatonal complexty. he optmum encoder parameters were then dentfed as those ponts (C, W ) whch form the Convex Hull of the Indvdual Mnma (CHIM) on the Pareto curve, shown as the blue lne n Fgure 1. Parameter confguratons correspondng to ponts nsde the CHIM are suboptmal. In ths work, the MD classes only contan parameter confguratons whch are on the CHIM. he low complexty encodng algorthm consdered n ths work allocates an MD class to each MB based on an analyss of the MB s statstcal propertes. MBs lkely to have low moton are allocated to an MD class wth a narrow search range n ME. hs reduces encodng tme wthout loss of codng effcency. MD class allocaton based on MB statstcs s used for ntal frame encodng tme predcton. If the predcton exceeds the quota, then some macroblocks must have ther MD classes demoted to reduce total encodng tme. In contrast, f the predcton tme s less than the quota, then some MBs may have ther MD classes promoted to mprove codng effcency. Scalng complexty down for a partcular MB s referred to as MD class demoton. For example, a macroblock ntally allocated to class B can be demoted to class C. hs reduces computatonal complexty by C and reduces codng effcency by W, as defned n Eq. (10). For a gven reducton n computatonal complexty of C, t s clear that the best demoton class s on the convex hull of the Pareto curve. W-metrc W Class C C Class A Complexty, C (%) Class B Fgure 1. MB demoton example Pareto curve W It can be observed n Fgure 1 that the gradent of the C convex hull of the Pareto curve s lower between more W W AB BC computatonal complex MD classes (.e. < ). C C hat s, there s less codng effcency loss for a gven reducton n computatonal complexty. Hence, demoton should start wth macroblocks that are n the more computatonally complex MD classes. In some cases, t may not be necessary to demote all MBs wthn a gven class. Snce demoton generally leads to a bt rate and dstorton ncrease, demoton should start wth MBs that have lowest prevous J wthn the class. In ths way, the most effectvely coded MBs are demoted frst, mnmzng codng effcency loss. AB BC

6 Scalng complexty up for a partcular MB s referred to as MD class promoton. For example, a macroblock ntally allocated to class C can be promoted to class B. hs may mprove MB codng effcency, but also ncreases computatonal complexty. Promoton should start wth the macroblocks that are allocated to less computatonally complex MD classes,.e. class E or D, and contnues untl the hghest complexty class s reached (class A). Snce promoton generally reduces bt rate and dstorton, t should start wth the MBs that have hghest prevous J wthn the gven class, thus the less effectvely coded MBs are promoted frst. he proposed frame complexty estmaton model was tested and optmzed for IPPP GOP structure. For B-frames the average encodng tme t for each MD class s generally hgher than for P-frames due to ncreased computatonal complexty. o overcome ths, t s proposed to utlze dfferent sets of t values P P P B B B for P- and B-frames,.e. { t, t... t } 0 1 and { t, t... t } 0 1. P Alternatvely, a scalng coeffcent γ can be appled for t values when dealng wth B-frames. he partcular value for γ s determned expermentally. Begn Calculate FD FD < 8 Jprev 1 Calculate SAD8x8, JSKIP_predcted JSKIP_predcted < Jmean SAD8x8 > 2 Assgn MB class III Assgn MB class I Assgn MB class II Assgn MB class V Calculate SADfull, JSKIP_P, JSKIP_B Assgn MB class IV 4. ALGORIHM he fast Mode Decson algorthm used n these experments s shown n Fgure 2. It conssts of two parts: MD class selecton and fast Mode Decson wth Early ermnaton. he MD class selecton algorthm chooses the macroblock class based on three metrcs: FD [16], Jprev and SAD8x8 [6]. he Mode Decson algorthm wth Early ermnaton utlzes J values from the prevous frame (.e. Jprev) n order to omt unnecessarly MD computatons [6]. As s typcal of most fast MD algorthms, algorthm s computatonal complexty s dependent on frame content. In order to acheve good codng effcency, frames wth hgh moton typcally requre more processng than frames wth low moton. he algorthm for real-tme dynamc complexty scalng n the H.264 encoder s shown n Fgure 3. he algorthm uses a oneframe buffer. he tme quota quota s re-calculated after each frame s processed as: quota = + mn( N, ) (11) frame_lmt frame_lmt total frame_lmt In order to synchronze the buffer, the last frame encodng tme last_frame cannot exceed the frame encodng tme lmt frame_lmt. he value of frame_lmt s selected n order to allow real-tme encodng at the desred frame rate. 5. EXPERIMENAL RESULS he MD algorthm for real-tme complexty scalng was mplemented n the JM [10] reference encoder and expermentally tested. assembly language or other manual optmzatons were appled. Several QCIF vdeo sequences of 300 frames each were encoded wth an IPPP GOP structure. Reference encodng used all seven VBS modes, CABAC entropy coder and RDO off. Set complexty settngs accordng to class of MB Perform MD wth early termnaton Last MB? End Fgure 2. Fast MD algorthm wth MD classes In the experments, QP was set to 28. he algorthm was tested under condtons, where the value of frame_lmt was set to allow real-tme encodng at 15, 20 and 30fps on a reference 3GHz Pentum IV PC wth 1GB RAM. he obtaned results for bt rate gan, qualty degradaton and complexty reducton versus nonreal tme JM runnng at full search baselne profle on the same PC are shown n ables 2 4. he mnus ( ) sgn denotes mprovement for the new method. Usng Eqs. (12) (14) we calculated the percentage of unused tme unused, predcton error error and trm tme trm: trm,% = (12) error unused n = 300 n= 1 n = 300 actual _ n 1 n= 1 quota _ n FastMD _ predcted _ n actual _ n,% = (13) n = 300 n= 1 total FastMD _ predcted _ wthout _ demoton _ n actual _ n,% = (14) total

7 Begn For the proposed algorthm runnng on the reference PC at 30fps, the results obtaned nclude the Pearson correlaton between predcted and actual tme. Assgn MD class to every MB of the frame All results are gven n ables 2 5. able 2. Bt rate, % for the proposed method vs. ref. JM Usng Eq.(5) calculate FastMD_predcted Vdeo sequence Frame rate 15fps 20fps 30fps FastMD_predcted > quota Select MBs wth hghest MD class Hghest MD class s SKIP? Select MBs wth lowest MD class Hghest MD class s class A? Among selected MBs choose MB wth lowest J Carphone able tenns Coastguard News Salesman Grandmother Mother Hall Akyo mean able 3. PSNR, db for the proposed method vs. ref. JM Among selected MBs choose MB wth lowest J Promote chosen MB Vdeo sequence Frame rate 15fps 20fps 30fps Demote chosen MB Usng Eq.(5) calculate FastMD_predcted Usng Eq.(5) calculate FastMD_predcted FastMD_predcted > quota Carphone able tenns Coastguard News Salesman Grandmother Mother Hall Akyo FastMD_predcted < quota Demote last promoted MB mean able 4. otal encodng tme reducton, % for the proposed method vs. JM Perform Fast MD Measure actual quota = frame_lmt + last_frame Vdeo sequence Frame rate total = total + act ual last_frame=nframeframe_lmt total last_frame>frame_lmt last_frame = frame_lmt Encoded frame s Nth frame? Update t as mean not demoted End 15fps 20fps 30fps Carphone able tenns Coastguard News Salesman Grandmother Mother Hall Akyo mean Fgure 3. Real-tme complexty scalable fast MD algorthm

8 able 5. unused, error trm, % and Pearson correlaton, r for the proposed algorthm at 30fps Vdeo sequence unused error trm r between { _ predcted } FastMD and { actual } Carphone able tenns Coastguard News Salesman Grandmother Mother Hall Akyo Worst case schedulng was tested under the same smulaton condtons. he H.264 complexty settngs were selected as shown n able 6, so the encodng tme for the worst sequence allow encodng at 15, 20 and 30fps. he standard non-real tme JM wth full search baselne profle acheves only 8fps on the reference PC. able 6. H.264 settngs for the worst case schedulng H.264 settngs VBS modes Worst schedulng at.. 30fps 20fps 15fps 8fps P16x16, all Intra modes P16x16, P8x8, all Intra modes All VBS modes All VBS modes Search range Hadamard transform off on In order to compare the effcency of both algorthms on the 30fps pont, the dfference n the bt rate and PSNR for the proposed algorthm were calculated relatve to worst-case schedulng. he results are gven n able 7. In the able 7, mnus sgn ( ) ndcates mprovement for the method. able 7. Comparson of the proposed algorthm vs. worst-case schedulng Vdeo sequence Bt rate, % PSNR, db Carphone able tenns Coastguard News Salesman Grandmother Mother Hall Akyo mean DISCUSSION From the expermental results n ables 2 5, t can be concluded that the proposed algorthm provdes dynamc complexty scalng for the selected sequences, makng optmal real-tme H.264 vdeo encodng possble on a range of processors. It can be observed from able 5 that unused tme unused and predcton error error for the algorthm are low, around % on average. rm tme trm shows the percentage of complexty that was scaled down by the algorthm from the orgnal complexty. he mnus sgn for trm tme (.e. Akyo) means that complexty was scaled up, not down, thus many MBs n that sequence were promoted. From able 5, t can be observed that, dependng on the moton n the source vdeo, the results can be roughly dvded nto three groups low (trm < 10% ), medum (10% trm < 50%) and hgh moton sequences (trm 50% ). For low moton sequences (.e. Akyo, Hall), the algorthm provdes the best complexty scalng results. Predcton s qute accurate, and the Pearson correlaton s qute hgh ( ). hese results show nsgnfcant PSNR drop n vsual qualty and even bt rate reducton compared to the full search non-real tme JM. For the medum moton sequences (.e. News, Salesman, Mother etc), the MB complexty scalng scheme results n around % of bt rate gan, whch s due to the ncreased number of Intra macroblocks. he demoton of MD class C to class D s the most lkely reason. Frame complexty predcton s accurate, the Pearson correlaton s n the range Sequences that are hgh moton (.e. Carphone, enns etc) are the most dffcult for the algorthm to handle. Complexty reducton trm of 50 98% from non-scalable fast MD algorthm comes at the cost of a 0.5dB qualty degradaton and a bt rate ncrease of 10 15%. Due to hgh spatal and moton complexty there are few MBs whch that not demoted, resultng n naccuracy n adaptve t calculaton. hs results n poor frame complexty predcton (Pearson correlaton s only 0.5). In fact, demoton of the orgnal MD class A nto class D seems to be necessary for complexty reducton, whch results n a bt rate ncrease. tably, results for Coastguard are much better than for Carphone and enns, despte havng the hghest trm tme (98%). hs can be explaned by the fact that Coastguard has the hghest number of Intra blocks n the orgnal JM encodng, whch results n comparatvely low bt rate ncrease (only 8%) and nsgnfcant qualty degradaton (0.13dB). Based on these results, t can be concluded that the complexty scalng model needs to be mproved to deal wth hgh moton cases, where the demoton rate s hgh. A possble soluton s utlzaton of multple metrcs for t for dfferent demotons. When comparng the proposed method wth the worst schedulng approach, t can be concluded from able 7 that the average bt rate reducton acheved for the method s almost 10% compared to worst case schedulng wth almost 19% maxmum (for Hall vdeo sequence). PSNR s also better for the method for all sequences except enns. However, the dfference n PSNR acheved s neglgble. he results for prevously publshed low complexty

9 H.264 algorthms clearly ndcate that none of the prevously proposed methods acheve smlar results. he bt rate gan and PSNR degradaton was plotted aganst target processor performance for both methods. he performance of the reference PC that provdes 30fps s equal to 33msec/frame. PSNR, db Bt rate, % Performance, msec/frame Fgure 4. Bt rate gan for both methods Worst case Method Worst case Method Performance, msec/frame Fgure 5. Qualty degradaton for both methods In Fgure 4, the bt rate curve for the proposed algorthm (sold lne) les much lower than for the standard worst case schedulng method (dashed lne), whch means that the proposed algorthm provdes better encodng effcency. It can be observed that the lower the frame rate the closer the resultant bt rate curves, thus, the proposed algorthm becomes less effectve relatve to worst schedulng. Very hgh bt rate gan for the proposed algorthm at 35fps ndcates that the processor s capabltes are the lmtng factor and, n order to save processng tme, the algorthm uses only Intra predcton and SKIPs. herefore, the most effcent operatng pont for the algorthm s located on the knee of the curve, whch s around 30fps. 7. CONCLUSIONS In ths paper, varous ssues relatng to dynamc real-tme complexty scalng n H.264, such as complexty predcton methods, MB complexty scalng and tme schedulng algorthms were nvestgated. he proposed real-tme complexty scalable MD algorthm sgnfcantly outperforms the standard worst case schedulng approach, both n terms of bt rate reducton (10% n average) and frame rate. It offers roughly 30% of the computatonal complexty requred for full search wth the baselne profle at the same codng effcency and allows an effcent real-tme vdeo encodng on the reference Pentum IV PC. 8. REFERENCES [1] Bjontegaard, G. Calculaton of average PSNR dfferences between RD curves. Document VCEG-M33, IU- VCEG Meetng, Austn, [2] Das, I. On characterzng the knee of the Pareto curve based on rmal-boundary Intersecton, Structural and Multdscplnary Optmzaton, 18, 3 (1999), [3] Feng, B., Zhu, G., and Lu, W. Fast Adaptve Inter Mode Decson Method for P Slces n H.264. In Proc. of IEEE 3 rd Int. Conf. on Consumer Communcatons and Networkng (CCNC 06), 2 (2006), [4] Hsu, K.W., Xang L, and Chopra, R. An IC desgn for realtme moton estmaton for H.264 dgtal vdeo. In Proc. of 48 th Symp. On Crcuts and Syst., 2, (August 7 10, 2005), [5] Implementaton Studes Group of ISO/IEC. Man Results of the AVC Complexty Analyss. Document ISO/IEC JC1/SC29/WG11, Klagenfurt, [6] Ivanov, Y. V., and Bleakley, C. J. Skp Predcton and Early ermnaton for Fast Mode Decson n H.264/AVC. In Proc. of Int. Conf. on Dgtal Communcatons (ICD). (August, 2006). [7] Ivanov, Y.V., and Bleakley, C. J. Survey and Pareto Analyss Method for Codng Effcency Assessment of Low Complexty H.264 Algorthms. In Proc. of 10th Irsh Machne Vson and Image Processng Conf. (IMVIP) (2006), [8] Jang, M. and Lng, N. Low-Delay Rate Control for Realtme H.264/AVC Vdeo Codng. IEEE rans. Multmeda, 8, 3 (June 2006), [9] Jont Vdeo eam (JV) of ISO/IEC MPEG and IU- VCEG. Draft IU- Recommendaton and Fnal Draft Internatonal Standard of Jont Vdeo Specfcaton (IU- Rec. H264 ISO/IEC AVC). Document JV- G050d35.doc, 7 th Meetng: Pattaya, haland, March, 2003.

10 [10] JV reference software JM 9.5, on the Web: [11] Kannangara, C. S., Rchardson, I. E.G., Bystrom, M., Solera, J. R., Zhao, Y., MacLennan, A., and Cooney, R. Low-Complexty Skp Predcton for H.264 hrough Lagrangan Cost Estmaton. IEEE rans. Crcuts Syst. Vdeo echnol., 16, 2 (2006), [12] Km, C., and Jay Kuo, C. C. A Feature-based Approach to Fast H.264 Intra/Inter Mode Decson. In Proc. of IEEE Int. Symp. Crcuts and Systems (ISCAS 05), 1, (May 23 26, 2005), [13] Km, Y., Choe,Y., and Cho, Y. Fast Mode Decson Algorthm usng AZCB Predcton. In Proc. of Int. Conf. on Consumer Electroncs. (ICCE 06). Dgest of techncal papers. (Jan. 7-11, 2006), [14] L, G. L., Chen, M. J., L H. J., and Hsu, C.. Effcent Moton Search and Mode Predcton Algorthms for Moton Estmaton n H.264/AVC. In Proc. of IEEE Int. Symp. Crcuts and Systems (ISCAS 05) 6, (May 23-26, 2005), [15] Rao, G. N., Prasad, RSV, Chandra, D. J., and Narayanan, S. Real-me Software Implementaton of H.264 Baselne Profle Vdeo Encoder for Moble and Handheld Devces Acoustcs. In Proc. of IEEE Int. Conf. on Speech and Sgnal Processng (ICASSP 06), 5, (May 14-19, 2006), [16] Wang, H., and Zhu, Z. Fast Mode Decson and Reducton of the Reference Frames for H.264 Encoder. In Proc. of Int. Conf. On Control and Automaton (ICCA 05), 2, (June 26 29, 2005), [17] Wegand,., Sullvan, G. J., Bjontegaard, G., and Luthra, A. Overvew of the H.264/AVC Vdeo Codng Standard. In IEEE rans.on Crcuts Syst. Vdeo echnol. 13, 7 (2003), [18] Zhe, W., and Canhu, C. Realzaton and optmzaton of DSP based H.264 encoder. In Proc. of IEEE Internatonal Symposum on Crcuts and Syst. (ISCAS 06) (May 21-24, 2006).

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION Jng Lu, Fe Qao *, Zhjan Ou and Huazhong Yang Department of Electronc Engneerng, Tsnghua Unversty ABSTRACT Ths

More information

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services 732 IEEE Transactons on Consumer Electroncs, Vol. 50, No. 2, MAY 2004 Hybrd Transcodng for QoS Adaptve Vdeo-on-Demand Servces Ilhoon Shn and Kern Koh Abstract Transcodng s a core technque that s used n

More information

Fast Intra-Prediction Mode Decision in H.264/AVC Based on Macroblock Properties

Fast Intra-Prediction Mode Decision in H.264/AVC Based on Macroblock Properties Fast Intra-Predcton Mode Decson n H.264/AVC Based on Macroblock Propertes Abstract Intra-predcton s a wdely used tecnque n ntra codng. H.264/AVC adopts rate-dstorton optmzaton (RDO) tecnque to obtan te

More information

Error Concealment Aware Rate Shaping for Wireless Video Transport 1

Error Concealment Aware Rate Shaping for Wireless Video Transport 1 Error Concealment Aware Rate Shapng for Wreless Vdeo Transport 1 Trsta Pe-chun Chen and Tsuhan Chen 2 Abstract Streamng of vdeo, whch s both source- and channel- coded, over wreless networks faces the

More information

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies Instructons for Contrbutors to the Internatonal Journal of Mcrowave and Wreless Technologes Frst A. Author 1, Second Author 1,2, Thrd Author 2 1 Cambrdge Unversty Press, Ednburgh Buldng, Shaftesbury Road,

More information

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN Cost-Aware Fronthaul Rate Allocaton to Maxmze Beneft of Mult-User Recepton n C-RAN Dora Bovz, Chung Shue Chen, Sheng Yang To cte ths verson: Dora Bovz, Chung Shue Chen, Sheng Yang. Cost-Aware Fronthaul

More information

Following a musical performance from a partially specified score.

Following a musical performance from a partially specified score. Followng a muscal performance from a partally specfed score. Bryan Pardo and Wllam P. Brmngham Artfcal Intellgence Laboratory Electrcal Engneerng and Computer Scence Dept. and School of Musc The Unversty

More information

A Comparative Analysis of Disk Scheduling Policies

A Comparative Analysis of Disk Scheduling Policies A Comparatve Analyss of Dsk Schedulng Polces Toby J. Teorey and Tad B. Pnkerton Unversty of Wsconsn* Fve well-known schedulng polces for movable head dsks are compared usng the performance crtera of expected

More information

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC Mounr A. Tantaou School of Electrcal Engneerng and Computer Scence Unversty of Central Florda Orlando, FL 3286-407-823-393 tantaou@cs.ucf.edu Interacton wth Broadcast Vdeo Ken A. Hua School of Electrcal

More information

QUICK START GUIDE v0.98

QUICK START GUIDE v0.98 QUICK START GUIDE v0.98 QUICK HELP Q A 1 STEP BY STEP 3 GLOSSARY 2 A B C 1 INSTALLATION 1. Make sure that the hardware nstallaton s performed by a certfed vendor 2. Install OTOTRAK app from Apple s App

More information

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control Ths paper appeared n the Proceedngs of the 2th IEEE Symposum on Computers and Communcatons (ISCC'08, Marrakech, Morocco, July 2008. Improvng Relablty and Energy Effcency of Dsk Systems va Utlzaton Control

More information

Optimized PMU placement by combining topological approach and system dynamics aspects

Optimized PMU placement by combining topological approach and system dynamics aspects Optmzed PU placement by combnng topologcal approach and system dynamcs aspects Jonas Prommetta, Jakob Schndler, Johann Jaeger Insttute of Electrcal Energy Systems Fredrch-Alexander-Unversty Erlangen-Nuremberg

More information

Decision Support by Interval SMART/SWING Incorporating. Imprecision into SMART and SWING Methods

Decision Support by Interval SMART/SWING Incorporating. Imprecision into SMART and SWING Methods Decson Support by Interval SMART/SWING Incorporatng Imprecson nto SMART and SWING Methods Abstract: Interval judgments are a way of handlng preferental and nformatonal mprecson n multcrtera decson analyss.

More information

Analysis of Subscription Demand for Pay-TV

Analysis of Subscription Demand for Pay-TV Analyss of Subscrpton Demand for Pay-TV Manabu Shshkura Researcher Insttute for Informaton and Communcatons Polcy 2-1-2 Kasumgasek, Chyoda-ku Tokyo 110-8926 Japan m-shshkura@soumu.go.jp Tel: 03-5253-5496

More information

A Scalable HDD Video Recording Solution Using A Real-time File System

A Scalable HDD Video Recording Solution Using A Real-time File System H. L et al.: A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System Hong L, Stephen R. Cumpson Member, IEEE, Robert Jochemsen, Jan

More information

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time Accepted Manuscrpt An mproved artfcal bee colony algorthm for flexble ob-shop schedulng problem wth fuzzy processng tme Ka Zhou Gao, Ponnuthura Nagaratnam Suganthan, Quan Ke Pan, Tay Jn Chua, Chn Soon

More information

Why Take Notes? Use the Whiteboard Capture System

Why Take Notes? Use the Whiteboard Capture System Why Take Notes? Use the Whteboard Capture System L-we He Zhengyou Zhang and Zcheng Lu September, 2002 Techncal Report MSR-TR-2002-89 Mcrosoft Research Mcrosoft Corporaton One Mcrosoft Way Redmond, WA 98052

More information

Novel Quantization Strategies for Linear Prediction with Guarantees

Novel Quantization Strategies for Linear Prediction with Guarantees Smon S. Du* Ychong Xu* Yuan L Hongyang Zhang Aart Sngh Pulkt Grover Carnege Mellon Unversty, Pttsburgh, PA 15213, USA *: Contrbute equally. SSDU@CS.CMU.EDU YICHONGX@CS.CMU.EDU LIYUANCHRISTY@GMAIL.COM HONGYANZ@CS.CMU.EDU

More information

Statistics AGAIN? Descriptives

Statistics AGAIN? Descriptives Cal State Northrdge Ψ427 Andrew Answorth PhD Statstcs AGAIN? What do we want to do wth statstcs? Organze and Descrbe patterns n data Takng ncomprehensble data and convertng t to: Tables that summarze the

More information

A Quantization-Friendly Separable Convolution for MobileNets

A Quantization-Friendly Separable Convolution for MobileNets arxv:1803.08607v1 [cs.cv] 22 Mar 2018 A Quantzaton-Frendly Separable for MobleNets Abstract Tao Sheng tsheng@qt.qualcomm.com Xaopeng Zhang parker.zhang@gmal.com As deep learnng (DL) s beng rapdly pushed

More information

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 205, 9, 35-322 35 Open Access System of Automatc Chnese Webpage Summarzaton Based on The Random Walk Algorthm

More information

Technical Information

Technical Information CHEMCUT Techncal Informaton CORPORATION Introducton The Chemcut CC8000 etcher has many new features desgned to reduce the cost of manufacturng and, just as mportantly, the cost of ownershp. Keepng the

More information

Critical Path Reduction of Distributed Arithmetic Based FIR Filter

Critical Path Reduction of Distributed Arithmetic Based FIR Filter Crtcal Path Reducton of strbuted rthmetc Based FIR Flter Sunta Badave epartment of Electrcal and Electroncs Engneerng.I.T, urangabad aharashtra, Inda njal Bhalchandra epartment of Electroncs and Telecommuncaton

More information

Anchor Box Optimization for Object Detection

Anchor Box Optimization for Object Detection Anchor Box Optmzaton for Object Detecton Yuany Zhong 1, Janfeng Wang 2, Jan Peng 1, and Le Zhang 2 1 Unversty of Illnos at Urbana-Champagn 2 Mcrosoft Research 1 {yuanyz2, janpeng}@llnos.edu, 2 {janfw,

More information

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. "",. : : :::: :1'NTmAC' I

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. ,. : : :::: :1'NTmAC' I ASPA: Automatc speech-pause analyzer* D. GERVERt and G. DNELEY Unversty of Durham, Durham, England ASPA: The Programs Snce the actual detals of nterface samplng, dsk storage routnes, etc., wll depend upon

More information

Quantization of Three-Bit Logic for LDPC Decoding

Quantization of Three-Bit Logic for LDPC Decoding Proceedngs of the World Congress on Engneerng and Computer Scence 2011 Vol II, October 19-21, 2011, San Francsco, USA Quantzaton of Three-Bt Logc for LDPC Decodng Raymond Moberly and Mchael E. O'Sullvan

More information

Study on the location of building evacuation indicators based on eye tracking

Study on the location of building evacuation indicators based on eye tracking Study on the locaton of buldng evacuaton ndcators based on eye trackng Yue L Tsnghua Unversty yue-l5@malstsnghuaeducn Png hang Tsnghua Unversty zhangp@malstsnghuaeducn Hu hang Tsnghua Unversty, zhhu@tsnghuaeducn

More information

Simple VBR Harmonic Broadcasting (SVHB)

Simple VBR Harmonic Broadcasting (SVHB) mple VBR Harmonc Broadcastng (VHB) Hsang-Fu Yu ab, Hung-hang Yang a, Y-Mng hen c, -Mng Tseng a, and hen-y Kuo a a Dep. of omputer cence & Informaton Engneerng, atonal entral Unversty, Tawan b omputer enter,

More information

Scalable QoS-Aware Disk-Scheduling

Scalable QoS-Aware Disk-Scheduling Scalable QoS-Aware Dsk-Schedulng Wald G. Aref Khaled El-Bassyoun Ibrahm Kamel Mohamed F. Mokbel Department of Computer Scences, urdue Unversty, West Lafayette, IN 47907-1398 anasonc Informaton and Networkng

More information

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant From the SelectedWorks of Dr. Sandp Kumar Lahr Summer July 20, 2016 Reduce Dstllaton Column Cost by Hybrd Partcle Swarm and Ant Dr. Sandp k lahr chnmaya lenka Avalable at: https://works.bepress.com/sandp_lahr/33/

More information

The Traffic Image Is Dehazed Based on the Multi Scale Retinex Algorithm and Implementation in FPGA Cui Zhe1, a, Chao Li2, b *, Jiaqi Meng3, c

The Traffic Image Is Dehazed Based on the Multi Scale Retinex Algorithm and Implementation in FPGA Cui Zhe1, a, Chao Li2, b *, Jiaqi Meng3, c 3rd Internatonal Conference on Mechatroncs and Industral Informatcs (ICMII 2015) The Traffc Image Is Dehazed Based on the Mult Scale Retnex Algorthm and Implementaton n FPGA Cu Zhe1, a, Chao L2, b *, Jaq

More information

AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS

AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS A THESIS SUBMITTED TO THE GRADUATE SCHOOL OF NATURAL AND APPLIED SCIENCES OF MIDDLE EAST TECHNICAL UNIVERSITY BY BURAK KESER IN PARTIAL FULFILLMENT

More information

Integration of Internet of Thing Technology in Digital Energy Network with Dispersed Generation

Integration of Internet of Thing Technology in Digital Energy Network with Dispersed Generation Amercan Scentfc Research Journal for Engneerng, Technology, and Scences (ASRJETS) ISS (Prnt) 2313-4410, ISS (Onlne) 2313-4402 Global Socety of Scentfc Research and Researchers http://asrjetsjournal.org/

More information

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start Conettx / Communcatons Recever/Gateway Quck Start.0 Parts Lst able : Conettx System Components Qty. Descrpton Conettx Communcatons Recever/Gateway AC power cord Battery cable P660 I/O cable P660 Rack mount

More information

Failure Rate Analysis of Power Circuit Breaker in High Voltage Substation

Failure Rate Analysis of Power Circuit Breaker in High Voltage Substation T. Suwanasr, M. T. Hlang and C. Suwanasr / GMSAR Internatonal Journal 8 (2014) 1-6 Falure Rate Analyss of Power Crcut Breaker n Hgh Voltage Substaton Thanapong Suwanasr, May Thandar Hlang and Cattareeya

More information

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery Correctng Image Placement Errors Usng Regstraton Control (RegC ) Technology In The Photomask Perphery Av Cohen 1, Falk Lange 2 Guy Ben-Zv 1, Erez Gratzer 1, Dmtrev Vladmr 1 1. Carl Zess SMS Ltd., Karmel

More information

TRADE-OFF ANALYSIS TOOL FOR INTERACTIVE NONLINEAR MULTIOBJECTIVE OPTIMIZATION Petri Eskelinen 1, Kaisa Miettinen 2

TRADE-OFF ANALYSIS TOOL FOR INTERACTIVE NONLINEAR MULTIOBJECTIVE OPTIMIZATION Petri Eskelinen 1, Kaisa Miettinen 2 Internatonal Conference 20th EURO Mn Conference Contnuous Optmaton and Knowledge-Based Technologes (EurOPT-2008) May 20 23, 2008, Nernga, LITHUANIA ISBN 978-9955-28-283-9 L. Saalausas, G.W. Weber and E.

More information

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C AMP-LATCH* Ultra Novo Applcaton Specfcaton Receptacle Connectors for 114-40056 0.64 mm [.025 n.] Rbbon Cable 02 MAR 12 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons

More information

AIAA Optimal Sampling Techniques for Zone- Based Probabilistic Fatigue Life Prediction

AIAA Optimal Sampling Techniques for Zone- Based Probabilistic Fatigue Life Prediction AIAA 2002-383 Optmal Samplng Technques or Zone- Based Probablstc Fatgue Le Predcton M. P. Enrght Southwest Research Insttute San Antono, TX H. R. Mllwater Unversty o Texas at San Antono San Antono, TX

More information

MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALKING CONDITIONS

MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALKING CONDITIONS MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALING CONDITIONS Ismal Shahn and Naeh Botros 2 Electrcal/Electroncs and Comuter Engneerng Deartment Unversty of Sharjah, P. O. Box 27272,

More information

Modeling Form for On-line Following of Musical Performances

Modeling Form for On-line Following of Musical Performances Modelng Form for On-lne Followng of Muscal Performances Bryan Pardo 1 and Wllam Brmngham 2 1 Computer Scence Department, Northwestern Unversty, 1890 Maple Ave, Evanston, IL 60201 2 Department of Math and

More information

User s manual. Digital control relay SVA

User s manual. Digital control relay SVA User s manual Dgtal control relay DISIBEINT ELECTRONIC S.L, has been present n the feld of the manufacture of components for the ndustral automaton for more than years, and mantans n constant evoluton

More information

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD THE MPORTANCE OF ARM-SWNG DURNG FORWARD DVE AND REVERSE DVE ON SPRNGBOARD Ken Yokoyama Laboratory of Bomechancs Faculty ofeducaton Kanazawa Unversty Kanazawa, Japan J unjro Nagano Department of Physcal

More information

A STUDY OF TRUMPET ENVELOPES

A STUDY OF TRUMPET ENVELOPES A STUDY OF TRUMPET ENVELOPES Roger B. Dannenberg, Hank Pellern, and Istvan Dereny School of Computer Scence, Carnege Mellon Unversty Pttsburgh, PA 15213 USA rbd@cs.cmu.edu, hank.pellern@andrew.cmu.edu,

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the best practces of color ways operatons usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage

More information

3 Part differentiation, 20 parameters, 3 histograms Up to patient results (including histograms) can be stored

3 Part differentiation, 20 parameters, 3 histograms Up to patient results (including histograms) can be stored st Techncal Specfcatons Desgned n France Wth a rch past and a professonal experence bult-up over 35 years, SFRI s a French nvatve company commtted to developng preon In Vtro Dst solutons. SFRI has bult

More information

Detecting Errors in Blood-Gas Measurement by Analysiswith Two Instruments

Detecting Errors in Blood-Gas Measurement by Analysiswith Two Instruments CLIN. CHEM. 33/4, 512-517 (1987) Detectng Errors n Blood-Gas Measurement by Analysswth Two Instruments LouIs F. Metzger, Wllam B. Stauffer, Ann V. Kruplnskl, Rchard P. MIIlman,3 George S. Cembrowskl,2

More information

Product Information. Manual change system HWS

Product Information. Manual change system HWS Product Informaton HWS HWS Flexble. Compact. Productve. HWS manual change system Manual tool change system wth ntegrated ar feed-through and optonal electrc feed-through Feld of applcaton Excellently sutable

More information

Color Monitor. L200p. English. User s Guide

Color Monitor. L200p. English. User s Guide Color Montor L200p User s Gude Englsh Frst Edton (February / 2003) Note : For mportant nformaton, refer to the Montor Safety and Warranty manual that comes wth ths montor. Contents ENGLISH Safety (Read

More information

RIAM Local Centre Woodwind, Brass & Percussion Syllabus

RIAM Local Centre Woodwind, Brass & Percussion Syllabus 8 RIAM Local Centre Woodwnd, Brass & Percusson Syllabus 2015-2018 AURAL REQUIREMENTS AND THEORETICAL QUESTIONS REVISED FOR ALL PRACTICAL SUBJECTS AURAL TESTS From Elementary to Grade V ths area s worth

More information

Clock Synchronization in Satellite, Terrestrial and IP Set-top Box for Digital Television

Clock Synchronization in Satellite, Terrestrial and IP Set-top Box for Digital Television Clock Synchronzaton n Satellte, Terrestral and IP Set-top Box for Dgtal Televson THESIS Submtted n partal fulflment of the requrements for the degree of DOCTOR OF PHILOSOPHY by MONIKA JAIN Under the Supervson

More information

Product Information. Manual change system HWS

Product Information. Manual change system HWS Product Informaton HWS HWS Flexble. Compact. Productve. HWS manual change system Manual tool change system wth ntegrated ar feed-through and optonal electrc feed-through Feld of applcaton Excellently sutable

More information

SONG STRUCTURE IDENTIFICATION OF JAVANESE GAMELAN MUSIC BASED ON ANALYSIS OF PERIODICITY DISTRIBUTION

SONG STRUCTURE IDENTIFICATION OF JAVANESE GAMELAN MUSIC BASED ON ANALYSIS OF PERIODICITY DISTRIBUTION SOG STRUCTURE IDETIFICATIO OF JAVAESE GAMELA MUSIC BASED O AALYSIS OF PERIODICITY DISTRIBUTIO D. P. WULADARI, Y. K. SUPRAPTO, 3 M. H. PUROMO,,3 Insttut Teknolog Sepuluh opember, Department of Electrcal

More information

Modular Plug Connectors (Standard and Small Conductor)

Modular Plug Connectors (Standard and Small Conductor) Modular Plug Connectors (Standard and Small Conductor) Applcaton Specfcaton 114-6016 04 APR 11 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons are n mllmeters [and nches].

More information

SCALABLE video coding (SVC) is currently being developed

SCALABLE video coding (SVC) is currently being developed IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 16, NO. 7, JULY 2006 889 Fast Mode Decision Algorithm for Inter-Frame Coding in Fully Scalable Video Coding He Li, Z. G. Li, Senior

More information

FPGA Implementation of Cellular Automata Based Stream Cipher: YUGAM-128

FPGA Implementation of Cellular Automata Based Stream Cipher: YUGAM-128 ISSN (Prnt) : 2320 3765 ISSN (Onlne): 2278 8875 Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng An ISO 3297: 2007 Certfed Organzaton Vol. 3, Specal Issue

More information

SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS. Orion Hodson, Colin Perkins, and Vicky Hardman

SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS. Orion Hodson, Colin Perkins, and Vicky Hardman SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS Oron Hodson, Coln Perkns, and Vcky Hardman Department of Computer Scence Unversty College London Gower Street, London, WC1E 6BT, UK. ABSTRACT

More information

arxiv: v1 [cs.cl] 12 Sep 2018

arxiv: v1 [cs.cl] 12 Sep 2018 Powered by TCPDF (www.tcpdf.org) Neural Melody Composton from Lyrcs Hangbo Bao, Shaohan Huang 2, Furu We 2, Le Cu 2, Yu Wu 3, Chuanq Tan 3, Songhao Pao, Mng Zhou 2 School of Computer Scence, Harbn Insttute

More information

T541 Flat Panel Monitor User Guide ENGLISH

T541 Flat Panel Monitor User Guide ENGLISH T541 Flat Panel Montor User Gude ENGLISH Frst Edton (June / 2002) Note : For mportant nformaton, refer to the Montor Safety and Warranty manual that comes wth ths montor. Ths publcaton could contan techncal

More information

Small Area Co-Modeling of Point Estimates and Their Variances for Domains in the Current Employment Statistics Survey

Small Area Co-Modeling of Point Estimates and Their Variances for Domains in the Current Employment Statistics Survey Small Area Co-Modelng of Pont Estmates and Ther Varances for Domans n the Current Employment Statstcs Survey Jule Gershunskaya, Terrance D. Savtsky U.S. Bureau of Labor Statstcs FCSM, March 2018 Dsclamer:

More information

Simple Solution for Designing the Piecewise Linear Scalar Companding Quantizer for Gaussian Source

Simple Solution for Designing the Piecewise Linear Scalar Companding Quantizer for Gaussian Source 94 J. NIKOIĆ, Z. PERIĆ,. VEIMIROVIĆ, SIMPE SOUTION FOR DESIGNING THE PIECEWISE INEAR SCAAR Smle Soluton for Desgnng the Pecewse near Scalar Comandng Quantzer for Gaussan Source Jelena NIKOIĆ, Zoran PERIĆ,

More information

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing?

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing? Lost on the Web: Does Web Dstrbuton Stmulate or Depress Televson Vewng? Joel Waldfogel The Wharton School Unversty of Pennsylvana August 10, 2007 Prelmnary comments welcome Abstract In the past few years,

More information

Loewe bild 5.55 oled. Modular Design Flexible configuration with individual components. Set-up options. TV Monitor

Loewe bild 5.55 oled. Modular Design Flexible configuration with individual components. Set-up options. TV Monitor Product nformaton Loewe bld 5.55 oled Page of 3 Loewe bld 5.55 oled EU energy effcency class: B Screen dagonal (n cm) / Screen dagonal (n nch): 39 / 55 Power consumpton ON (n W): 50 Annual energy consumpton

More information

Multi-Line Acquisition With Minimum Variance Beamforming in Medical Ultrasound Imaging

Multi-Line Acquisition With Minimum Variance Beamforming in Medical Ultrasound Imaging IEEE Transactons on Ultrasoncs, Ferroelectrcs, and Frequency Control, vol. 60, no. 12, Decemer 2013 2521 Mult-Lne Acquston Wth Mnmum Varance Beamformng n Medcal Ultrasound Imagng Ad Ranovch, Zv Fredman,

More information

Loewe bild 7.65 OLED. Set-up options. Loewe bild 7 cover Incl. Back cover. Loewe bild 7 cover kit Incl. Back cover and Speaker cover

Loewe bild 7.65 OLED. Set-up options. Loewe bild 7 cover Incl. Back cover. Loewe bild 7 cover kit Incl. Back cover and Speaker cover Product nformaton Loewe bld 7.65 Page of March 07 Loewe bld 7.65 OLED EU energy effcency class: B Screen dagonal (n cm) / Screen dagonal (n nch): 64 / 65 Power consumpton ON (n W): 80 Annual energy consumpton

More information

Environmental Reviews. Cause-effect analysis for sustainable development policy

Environmental Reviews. Cause-effect analysis for sustainable development policy Envronmental Revews Cause-effect analyss for sustanable development polcy Journal: Envronmental Revews Manuscrpt ID er-2016-0109.r2 Manuscrpt Type: Revew Date Submtted by the Author: 24-Feb-2017 Complete

More information

INSTRUCTION MANUAL FOR THE INSTALLATION, USE AND MAINTENANCE OF THE REGULATOR GENIUS POWER COMBI

INSTRUCTION MANUAL FOR THE INSTALLATION, USE AND MAINTENANCE OF THE REGULATOR GENIUS POWER COMBI NSTRUCTON MANUAL FOR THE NSTALLATON, USE AND MANTENANCE OF THE REGULATOR GENUS POWER COMB (TRANSLATON OF THE ORGNAL NSTRUCTON MANUAL N TALAN) PRELMNARY VERSON WARRANTY The devce s guaranteed 24 months

More information

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms Complex Intell. Syst. (2018) 4:55 65 https://do.org/10.1007/s40747-017-0052-x ORIGINAL ARTICLE Automated composer recognton for mult-voce pano compostons usng rhythmc features, n-grams and modfed cortcal

More information

Selective Intra Prediction Mode Decision for H.264/AVC Encoders

Selective Intra Prediction Mode Decision for H.264/AVC Encoders Selective Intra Prediction Mode Decision for H.264/AVC Encoders Jun Sung Park, and Hyo Jung Song Abstract H.264/AVC offers a considerably higher improvement in coding efficiency compared to other compression

More information

Product Information. Miniature rotary unit ERD

Product Information. Miniature rotary unit ERD Product Informaton ERD ERD Fast. Compact. Flexble. ERD torque motor Powerful torque motor wth absolute encoder and electrc and pneumatc rotary feed-through Feld of applcaton For all applcatons wth exceptonal

More information

Production of Natural Penicillins by Strains of Penicillium chrysogenutn

Production of Natural Penicillins by Strains of Penicillium chrysogenutn Producton of Natural Pencllns by Strans of Pencllum chrysogenutn a J. FUSK and ЬЕ. WELWRDOVÁ ^Department of Mcrobology and Bochemstry, Slovak Techncal Unversty, Bratslava b Botka, Slovenská Ľupča Receved

More information

Reduced complexity MPEG2 video post-processing for HD display

Reduced complexity MPEG2 video post-processing for HD display Downloaded from orbit.dtu.dk on: Dec 17, 2017 Reduced complexity MPEG2 video post-processing for HD display Virk, Kamran; Li, Huiying; Forchhammer, Søren Published in: IEEE International Conference on

More information

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 DATE OF APPLCATON: Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 N GENERAL EMAL ADDRESS: For Local Calls - (985) 532-4380 (985) 446-2255 (985)

More information

CASH TRANSFER PROGRAMS WITH INCOME MULTIPLIERS: PROCAMPO IN MEXICO

CASH TRANSFER PROGRAMS WITH INCOME MULTIPLIERS: PROCAMPO IN MEXICO FCND DP No. 99 FCND DISCUSSION PAPER NO. 99 CASH TRANSFER PROGRAMS WITH INCOME MULTIPLIERS: PROCAMPO IN MEXICO Elsabeth Sadoulet, Alan de Janvry, and Benjamn Davs Food Consumpton and Nutrton Dvson Internatonal

More information

Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264

Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264 Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264 Ju-Heon Seo, Sang-Mi Kim, Jong-Ki Han, Nonmember Abstract-- In the H.264, MBAFF (Macroblock adaptive frame/field) and PAFF (Picture

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ISCAS.2005.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ISCAS.2005. Wang, D., Canagarajah, CN., & Bull, DR. (2005). S frame design for multiple description video coding. In IEEE International Symposium on Circuits and Systems (ISCAS) Kobe, Japan (Vol. 3, pp. 19 - ). Institute

More information

FAST SPATIAL AND TEMPORAL CORRELATION-BASED REFERENCE PICTURE SELECTION

FAST SPATIAL AND TEMPORAL CORRELATION-BASED REFERENCE PICTURE SELECTION FAST SPATIAL AND TEMPORAL CORRELATION-BASED REFERENCE PICTURE SELECTION 1 YONGTAE KIM, 2 JAE-GON KIM, and 3 HAECHUL CHOI 1, 3 Hanbat National University, Department of Multimedia Engineering 2 Korea Aerospace

More information

Product Bulletin 40C 40C-10R 40C-20R 40C-114R. Product Description For Solvent, Eco-Solvent, UV and Latex Inkjet and Screen Printing 3-mil vinyl films

Product Bulletin 40C 40C-10R 40C-20R 40C-114R. Product Description For Solvent, Eco-Solvent, UV and Latex Inkjet and Screen Printing 3-mil vinyl films Product Bulletn 40C Revson D, Effectve February 2016 (Replaces C, Apr. 15) 40C-10R 40C-20R 40C-114R Product Descrpton For Solvent, Eco-Solvent, UV and Latex Inkjet and Screen Prntng 3-ml vnyl flms Quck

More information

(12) Ulllted States Patent (10) Patent N0.: US 8,269,970 B2 P0lid0r et a]. (45) Date of Patent: Sep. 18, 2012

(12) Ulllted States Patent (10) Patent N0.: US 8,269,970 B2 P0lid0r et a]. (45) Date of Patent: Sep. 18, 2012 US008269970B2 (12) Ulllted States Patent (10) Patent N0.: P0ld0r et a]. (45) Date of Patent: Sep. 18, 12 (54) OPTICAL COMPARATOR WITH DIGITAL 6,945,652 B2 9/05 sakqta et a1 GAGE 7,058,109 B2* 6/06 Davs.....

More information

Academic Standards and Calendar Committee Report # : Proposed Academic Calendars , and

Academic Standards and Calendar Committee Report # : Proposed Academic Calendars , and Unversty of Rhode sland DgtalCommons@UR Blls 2004 Academc Standards and Calendar Commttee Report #2003041: Proposed Academc Calendars 200708, 200809 and 200910 Unversty of Rhode sland Follow ths and addtonal

More information

S Micro--Strip Tool in. S Combination Strip Tool ( ) S Cable Holder Assembly (Used only

S Micro--Strip Tool in. S Combination Strip Tool ( ) S Cable Holder Assembly (Used only Instructon Sheet LghtCrmp* Plus LC 408-10103 (for Jacketed Cable) Connectors 18 AUG 09 Rear Protectve Cap Termnaton CoverG Boot Connector Assembly Crmp Eyelet Duplex Clp G Connector kt s shpped wth these

More information

WITH the rapid development of high-fidelity video services

WITH the rapid development of high-fidelity video services 896 IEEE SIGNAL PROCESSING LETTERS, VOL. 22, NO. 7, JULY 2015 An Efficient Frame-Content Based Intra Frame Rate Control for High Efficiency Video Coding Miaohui Wang, Student Member, IEEE, KingNgiNgan,

More information

User Manual. AV Router. High quality VGA RGBHV matrix that distributes signals directly. Controlled via computer.

User Manual. AV Router. High quality VGA RGBHV matrix that distributes signals directly. Controlled via computer. User Manual AV Router Hgh qualty VGA RGBHV matrx that dstrbutes sgnals drectly. Controlled va computer. Notce: : The nmaton contaned n ths document s subject to change wthout notce. SmartAVI makes no warranty

More information

SKIP Prediction for Fast Rate Distortion Optimization in H.264

SKIP Prediction for Fast Rate Distortion Optimization in H.264 SKIP Prediction for Fast Rate Distortion Optimization in H.264 Avishek Saha, Kallol Mallick, Jayanta Mukherjee, Senior Member, IEEE and Shamik Sural, Senior Member, IEEE Abstract In H.264, the optimal

More information

Popularity-Aware Rate Allocation in Multi-View Video

Popularity-Aware Rate Allocation in Multi-View Video Popularity-Aware Rate Allocation in Multi-View Video Attilio Fiandrotti a, Jacob Chakareski b, Pascal Frossard b a Computer and Control Engineering Department, Politecnico di Torino, Turin, Italy b Signal

More information

Error Resilient Video Coding Using Unequally Protected Key Pictures

Error Resilient Video Coding Using Unequally Protected Key Pictures Error Resilient Video Coding Using Unequally Protected Key Pictures Ye-Kui Wang 1, Miska M. Hannuksela 2, and Moncef Gabbouj 3 1 Nokia Mobile Software, Tampere, Finland 2 Nokia Research Center, Tampere,

More information

Sealed Circular LC Connector System Plug

Sealed Circular LC Connector System Plug Sealed Crcular LC Connector System Plug Instructon Sheet Kt 1828618- [ ], Receptacle Kt 1828619- [ ], 408-10079 and EMI Receptacle Kt 1985193- [ ] 07 APR 11 Plug Kt 1828618 -[ ] Cable Fttng Receptacle

More information

Product Information. Universal swivel units SRU-plus

Product Information. Universal swivel units SRU-plus Product Informaton Unversal swvel unts SRU-plus SRU-plus Unversal swvel unts Robust. Fast. Hgh Performance. SRU-plus unversal rotary actuator Unversal unt for pneumatc swvel and turnng movements. Feld

More information

FMO-based H.264 frame layer rate control for low bit rate video transmission

FMO-based H.264 frame layer rate control for low bit rate video transmission RESEARCH Open Access FMO-based H.264 frame layer rate control for low bit rate video transmission Rhandley D Cajote 1, Supavadee Aramvith 1* and Yoshikazu Miyanaga 2 Abstract The use of flexible macroblock

More information

Adaptive Key Frame Selection for Efficient Video Coding

Adaptive Key Frame Selection for Efficient Video Coding Adaptive Key Frame Selection for Efficient Video Coding Jaebum Jun, Sunyoung Lee, Zanming He, Myungjung Lee, and Euee S. Jang Digital Media Lab., Hanyang University 17 Haengdang-dong, Seongdong-gu, Seoul,

More information

Key Techniques of Bit Rate Reduction for H.264 Streams

Key Techniques of Bit Rate Reduction for H.264 Streams Key Techniques of Bit Rate Reduction for H.264 Streams Peng Zhang, Qing-Ming Huang, and Wen Gao Institute of Computing Technology, Chinese Academy of Science, Beijing, 100080, China {peng.zhang, qmhuang,

More information

Joint Optimization of Source-Channel Video Coding Using the H.264/AVC encoder and FEC Codes. Digital Signal and Image Processing Lab

Joint Optimization of Source-Channel Video Coding Using the H.264/AVC encoder and FEC Codes. Digital Signal and Image Processing Lab Joint Optimization of Source-Channel Video Coding Using the H.264/AVC encoder and FEC Codes Digital Signal and Image Processing Lab Simone Milani Ph.D. student simone.milani@dei.unipd.it, Summer School

More information

INTERCOM SMART VIDEO DOORBELL. Installation & Configuration Guide

INTERCOM SMART VIDEO DOORBELL. Installation & Configuration Guide INTERCOM SMART VIDEO DOORBELL Installaton & Confguraton Gude ! Important safety nformaton Read ths manual before attemptng to nstall the devce! Falure to observe recommendatons ncluded n ths manual may

More information

Design of a Fast Multi-Reference Frame Integer Motion Estimator for H.264/AVC

Design of a Fast Multi-Reference Frame Integer Motion Estimator for H.264/AVC http://dx.doi.org/10.5573/jsts.2013.13.5.430 JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.13, NO.5, OCTOBER, 2013 Design of a Fast Multi-Reference Frame Integer Motion Estimator for H.264/AVC Juwon

More information

GENERAL AGREEMENT ON MMra

GENERAL AGREEMENT ON MMra RESTRICTED GENERAL AGREEMENT ON MMra TARIFFS AND TRADE Speeal Dstrbuton Agrculture Commttee A. Remarks IMPORT MEASURES Varable Leves and Other Specal Charges Addendum SWITZERLAND Imports of the products

More information

Bit Rate Control for Video Transmission Over Wireless Networks

Bit Rate Control for Video Transmission Over Wireless Networks Indian Journal of Science and Technology, Vol 9(S), DOI: 0.75/ijst/06/v9iS/05, December 06 ISSN (Print) : 097-686 ISSN (Online) : 097-5 Bit Rate Control for Video Transmission Over Wireless Networks K.

More information

Rate-Distortion Analysis for H.264/AVC Video Coding and its Application to Rate Control

Rate-Distortion Analysis for H.264/AVC Video Coding and its Application to Rate Control IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 15, NO. 12, DECEMBER 2005 1533 Rate-Distortion Analysis for H.264/AVC Video Coding and its Application to Rate Control Siwei Ma, Student

More information

FINE granular scalable (FGS) video coding has emerged

FINE granular scalable (FGS) video coding has emerged IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 15, NO. 8, AUGUST 2006 2191 Drift-Resistant SNR Scalable Video Coding Athanasios Leontaris, Member, IEEE, and Pamela C. Cosman, Senior Member, IEEE Abstract

More information

Overview: Video Coding Standards

Overview: Video Coding Standards Overview: Video Coding Standards Video coding standards: applications and common structure ITU-T Rec. H.261 ISO/IEC MPEG-1 ISO/IEC MPEG-2 State-of-the-art: H.264/AVC Video Coding Standards no. 1 Applications

More information

ELEGT110111C. Servicing & Technology November Pick and place and holding fixtures. Whatever happened to if transformers

ELEGT110111C. Servicing & Technology November Pick and place and holding fixtures. Whatever happened to if transformers THE PROFESSIONAL MAGAZINE FOR ELECTRONICS AND COMPUTER SERVICING ELEGT110111C Servcng & Technology November 1995 Pck and place and holdng fxtures Whatever happened to f transformers 0.S $3 00 1 1> Q.^

More information