978 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 4, AUGUST 2015

Size: px
Start display at page:

Download "978 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 4, AUGUST 2015"

Transcription

1 978 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 4, AUGUST 2015 Fast Mode Decision Using Inter-View and Inter-Component Correlations for Multiview Depth Video Coding Jianjun Lei, Member, IEEE, Jing Sun, Zhaoqing Pan, Member, IEEE, Sam Kwong, Fellow, IEEE, Jinhui Duan, and Chunping Hou Abstract With the development of three-dimensional (3-D) display technologies, 3-D video has attracted more and more interest. Multiview video plus depth (MVD) is one of the most popular representation formats of 3-D video. In MVD coding system, multiview depth video needs to be coded and transmitted in addition to the texture video. This paper presents a novel fast mode decision (FMD) method for odd views in multiview depth video coding. First, the inter-view and inter-component coding correlations are analyzed to provide efficient reference information. Then, with a view to the characteristics of different types of frames, different early termination strategies are proposed. For the nonanchor frame, the early termination criterion is based on the rate-distortion cost information of the even views and the coded block pattern information. For the anchor frame, the criterion is set stricter to maintain the coding accuracy. Experimental results show that the proposed method can reduce 78.07% coding time on average, without significant loss of video quality. Index Terms Fast mode decision (FMD), multiview depth video coding, three-dimensional (3-D) video. I. INTRODUCTION T HREE-DIMENSIONAL (3-D) video is now becoming more and more popular due to its improved visual experience with depth perception [1] [4]. It can be used in various multimedia applications, such as free-viewpoint television (FTV), 3-D television (3-DTV) broadcasting, handheld game consoles, immersive teleconference, intelligent surveillance, and so on [5] [9]. Multiview video plus depth (MVD) is one of the main 3-D video representation formats for 3-D applications [10], Manuscript received October 10, 2014; revised February 25, 2015 and April 29, 2015; accepted June 09, Date of publication June 16, 2015; date of current version July 31, This work was supported in part by the Natural Science Foundation of China under Grant , Grant , Grant , and Grant , and in part by the Natural Science Foundation of Tianjin under Grant 12JCYBJC Paper no. TII J. Lei, J. Sun, J. Duan, and C. Hou are with the School of Electronic Information Engineering, Tianjin University, Tianjin , China ( jjlei@tju.edu.cn). Z. Pan is with the Jiangsu Engineering Center of Network Monitoring, School of Computer and Software, Nanjing University of Information Science and Technology, Nanjing , China, and also with the Department of Computer Science, City University of Hong Kong, Kowloon , Hong Kong ( zqpan3-c@my.cityu.edu.hk). S. Kwong is with the Department of Computer Science, City University of Hong Kong, Kowloon, Hong Kong, and also with the City University of Hong Kong Shenzhen Research Institute, Shenzhen 51800, China ( cssamk@cityu.edu.hk). Color versions of one or more of the figures in this paper are available online at Digital Object Identifier /TII [11]. It consists of multiview texture videos and corresponding depth videos. Multiview video data are acquired by a set of cameras capturing synchronously the same scene from different viewpoints [12] [14]. The geometrical information of the corresponding texture videos is provided by per-pixel depth videos [15]. With the increased number of cameras, the tremendous video data significantly increase the bandwidth requirement. In addition to the traditional texture video coding, the depth videos make the storage and encoding burden heavier [16]. The straightest approach to encode MVD data is to use two traditional H.264 multiview video coding (MVC) encoders. The MVC is developed as an extension of H.264/Advanced Video Coding (AVC) standard to remove the spatial, temporal, and inter-view redundancies by using motion estimation (ME) and disparity estimation (DE) [17]. The variable block-size ME and DE techniques make the MVC achieve an excellent coding efficiency. However, with the use of advanced coding tools, the computational complexity of the MVC increases dramatically, which limits the MVC encoder to be used in real-time applications. Currently, a large amount of fast coding methods have been studied in video coding. Basing on the encoding process, those methods mostly follow two main trends, including fast ME/DE and fast mode decision (FMD). The common fast ME/DE methods mainly design different search patterns, such as three-step search (TSS) [18], four-step search (FSS) [19], diamond search [20], iterative search [21], and so on. On the other side, the FMD algorithms focus on the number of candidate modes, because the original exhaustive mode decision process checks all the possible modes and then chooses the one with the smallest cost as the best mode. Wang and Yang proposed a fast mode selection algorithm based on the analyses of block details and texture direction, in which the video images were first divided into flat background region, complex background region, and foreground region. The direction features of the objects in the images were also taken into consideration. Then, different sets of effective prediction modes were chosen to get the best mode [22]. Lu and Chen proposed a FMD algorithm, called the dcbased FMD (dc-fmd) [23]. First, a self-defined parameter was calculated by using the dc coefficient of the SKIP mode and the rate-distortion (RD) cost of Inter mode. Then, according to the parameter, they reduced the modes to be checked. To further exploit the inter-view correlation, Kuo et al. developed a FMD method for the nonanchor frame (NAF). By comparing the RD costs and motion/disparity vectors of Inter IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See for more information.

2 LEI et al.: FMD USING INTER-VIEW AND INTER-COMPONENT CORRELATIONS 979 mode in temporal domain and view domain, they determined whether the macroblock (MB) is suitable for encoding in SKIP mode [24]. Yu et al. used the inter-view correlation in training the classification and regression tree (CART), and the time saving was achieved by using the CART classifier to predecide whether the best mode is the SKIP mode [25]. Han and Lee divided all the possible modes into background mode and object mode. The region partition and the mode information of the MB obtained by the global disparity vector (GDV) was used to determine mode of the current coding MB and achieve time saving [26]. Because the SKIP mode is the most frequently encountered optimal mode in H.264, Zeng et al. proposed a mode correlation-based early termination (MET) method. The RD cost of the SKIP mode in NAF was compared to a threshold, which is calculated from anchor frame (AF). If the RD cost was smaller than the threshold, SKIP mode would be set as the best mode immediately; otherwise, exhaustive mode decision would be used [27]. Zeng et al. further consummated the method by introducing city-block distance of predicted motion vector (PMV) [28]. For NAF, if the early termination criterion was not satisfied, the PMV would be used to determine the motionactivity class of the current MB. According to the classification result, different candidate mode sets would be chosen. The additional multiview depth videos in the MVD have their own characteristics, the FMD methods should be studied specially for the depth video coding. The coding methods for multiview depth video coding can be categorized into two categories: 1) independent coding; and 2) joint coding. The independent depth video coding techniques encode the depth videos only using the characteristics of depth data [29], [30]. The joint coding methods additionally take the inter-component correlation into consideration. The mode correlation between color videos and depth maps has been investigated in [31], and the mode complexity of an MB in the depth map was analyzed based on the mode information of the corresponding MBs from the coded color video. If the mode complexity is simple, the mode checking will be terminated after checking SKIP mode and Inter mode. In [32], Pan et al. exploited the motion vector information of the texture video and the coded block pattern (CBP) to figure out whether to use the same mode as the texture video. For multiview depth video coding in MVD, reference information comes from two aspects, including inter-view correlation and inter-component correlation. Both of them can provide reference information for the mode decision of the current encoding MB. In this paper, we propose a novel FMD algorithm using inter-view and inter-component correlations for multiview depth video coding. The main contributions of this paper can be summarized as follows. 1) We combine the correlation of inter-view and intercomponent directions to get a predict mode information, which is more close to the best one. 2) We adopt different mode decision methods for AFs and NAFs based on their different statistical characteristics, which can achieve a good time saving on the basis of quality assurance. 3) The early termination criterion is decided by statistical analyses of the RD cost under DIRECT mode of two inter-view depth videos, and is combined with CBP. Fig. 1. Variable block partitions for MVC and the corresponding inter modes. Experimental results demonstrate the effectiveness of our proposed method. This paper is organized as follows. Section II introduces the basic points of mode decision in MVD, as well as the observations and statistical analyses. Section III presents the details of the proposed FMD method. Experimental results and conclusion are given in Sections IV and V, respectively. II. MOTIVATION AND STATISTICAL ANALYSES MVC removes the spatial and temporal redundancies by adopting variable block-size ME and DE. In joint multiview video coding (JMVC) reference software, there are DIRECT/SKIP mode, Inter mode, Inter 16 8 mode, Inter 8 16 mode, Inter 8 8 mode, and some other intra modes for inter-frame MBs. The SKIP mode in the P frames does not need to perform ME, and the motion information is predicted from its neighboring MBs in the MB reconstruction process. The DIRECT mode in the B frames is similar to the SKIP mode. However, the prediction residual data are transmitted. In the proposed method in this paper, they are collectively called DIRECT mode. The Inter 8 8 mode also includes Inter 8 4 mode, Inter 4 8 mode, and Inter 4 4 mode, as shown in Fig. 1. To facilitate understanding, the summary of abbreviations is presented in Table I. The best mode of one encoded MB is often chosen according to the minimization of the Lagrangian RD optimization function [33] as m =argmind(m)+λ MODE R(m) (1) m M where M is the candidate mode set; D means the sum of squared differences between the original MB and its reconstructed MB, which is obtained by coding the original MB with the candidate mode m; λ MODE is the Lagrangian multiplier for the mode decision; R(m) means the number of bits needed for encoding the MB with the candidate mode m. The hierarchical B picture (HBP) is used as the prediction structure in JMVC [34]. There are three types of frames within one group of pictures (GOPs) of the HBP structure, namely intra-coded frame (I-frame), predicted frame (P-frame), and bidirectional predicted frame (B-frame). I-frames are all intracoded. P-frames are either intra-coded or inter-coded using previous I-/P-frames as references for motion-compensated

3 980 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 4, AUGUST 2015 TABLE I SUMMARY OF ABBREVIATIONS Fig. 2. Coding structure of an MVD video coding. TABLE II TEST CONDITIONS prediction. B-frames are coded using the bipredictive slice syntax of H.264/MPEG4-AVC [35]. The first frame of each GOP is denoted as the AF, the rest frames of GOP are named as NAFs. Multiview depth video is the depth information of its associated texture video. Hence, the mode selections of the depth video and its associated texture video may be similar, since they have some common object structures. Considering the above aspects, the simplified joint MVD coding structure in [32] is adopted in our study. As shown in Fig. 2, when coding the View 1 in depth video, the coding information of View 1 in texture video and View 2 in depth video is available. The more accurate reference information can be provided by taking both of them as references. Before using the reference information, it is suitable to test and verify the validity of reference information. We define two parameters to represent the validity as P M1 = N((M D1 = M D2 )&&(M D1 = M T 1 )) N(M D2 = M T 1 ) P M2 = N(M D2 = M T 1 ) N(all MBs) where M D1 is the mode of the MB in depth View 1, M D2 is the mode of the MB in depth View 2, and the M T1 is the mode of thembintextureview1.n ( ) represents the number of MBs, which corresponds to the event. P M1 represents the percentage of all of the three involving MBs (D 1, D 2, and T 1 ) that have the same mode on the premise of the two reference MBs (D 2 and T 1 ). P M2 represents the proportion of the MBs whose two reference MBs have the same mode in all encoding MBs mode. The testing conditions and the results are shown in Tables II and III. From Table III, it can be seen that NAFs have far more mode similarity than AFs. (2) (3) TABLE III VALIDITY OF REFERENCE INFORMATION (%) P M1 for NAFs can achieve up to 99.73%, and 98.34% in average. In contrast, P M1 for AFs is 60.76% on average. Especially in the Newspaper, it is only 16.62%. P M2 also appears with a high percentage in NAFs and low in AFs. Hence, different mode decision strategies should be designed for them. It is well known that the DIRECT mode is the simplest mode in mode decision process, and it is dominant in the mode distribution as shown in Table IV. In NAFs, about 96% MBs are encoded with the DIRECT mode, and 2.65% MBs are encoded with Inter mode. In AFs, the percentage is 46.07% and 15.06% for the DIRECT mode and Inter mode, respectively. That is to say, over 98% MBs in NAFs are encoded with the MB partition, and 61% in AFs. In RD-based mode decision process, the mode with the minimum RD cost is selected as the best mode. Here, the RD cost under the DIRECT mode is analyzed. First, we export the RD cost after testing the DIRECT mode of every MB. Then, the costs in each frame are sorted and figured out. Fig. 3 shows the RD costs of every MB

4 LEI et al.: FMD USING INTER-VIEW AND INTER-COMPONENT CORRELATIONS 981 TABLE IV MODE DISTRIBUTION (%) in one NAF frame of depth View 1. Fig. 4 shows the similar performance of the corresponding frame in depth View 2. From Figs. 3 and 4, we can easily find that a majority of the MBs have very low RD costs under the DIRECT mode like the black parts, and only a few MBs have large RD costs like the yellow parts. Moreover, among the MBs whose best mode is DIRECT mode, about 99% in average have a RD cost in the black part. The separatrix of the black part on Y -axis (RD cost) is about 0.08 times of the maximum. At the same time, Views 1 and 2 have a very similar cost level. The separatrix calculated from depth View 2 can be used in depth View 1 to decide whether the RD cost of the current MB is in the black part or not. III. PROPOSED FMD METHOD A. Mode Decision for NAFs It can be observed from Table III that when the collocated MBs of the current depth MB in depth View 2 and texture View 1 are encoded in the same mode, there is a large probability that the current depth MB selects the same mode with its collocated MBs. In this paper, this kind of mode is named as base mode (BM), which can be expressed as { MD2, if (M BM = D2 = M T 1 ) (4) none, otherwise where M D2 is the mode of the MB in depth View 2, and M T 1 is the mode of the MB in texture View 1. In general, if one depth MB has a BM, it means that this depth MB may have simple content or uniform motion. Thus, an early termination method based on the characteristics of the RD cost is proposed for the MBs, which have BM. For the MBs without BM, which are often related to the moving object, the original mode decision method is adopted. For MBs whose BMs are DIRECT mode, we test the probability of taking DIRECT mode as their best mode on the premise of their RD cost of DIRECT mode being smaller than the threshold TH in the following equation: TH = α RD max2 (5) where RD max2 represents the max RD cost in depth View 2, and α is a scaling parameter. Based on our extensive experiments, the parameter α is set as The RD costs of the early determined MBs in one frame are figured out in Fig. 5. The yellow ones best modes in original JMVC are DIRECT mode, and the red ones are not. The percentages of the yellow MBs in all MBs in the frames are 99.8% (Doorflowers), 99.93% (Newspaper), 99.94% (Lovebird1), and 99.84% (Poznan_Street), respectively. Fig. 6 shows the MBs in red of Fig. 5, whose best modes are not DIRECT mode. The white MBs in Fig. 6 represent the red MBs in Fig. 5. It can be seen from the figures that most of the MBs can be correctly determined. To further improve the accuracy of the method, the CBP is combined with the RD cost. The CBP is a syntax element in each encoded MB header. If the CBP value equals zero, it means that the MB is well predicted by the current mode [36]. So, the early termination criterion for MBs whose BM is DIRECT mode can be expressed as RDCost DIRECT < TH&CBP DIRECT =0 (6) where the RDCost DIRECT represents the RD cost value of the DIRECT mode; the TH is a threshold, which is defined in (5); and the CBP DIRECT denotes the CBP value of the DIRECT mode. For MBs whose BM is Inter mode, the DIRECT mode, and Inter mode will be encoded first. If the CBP of the Inter mode is zero, the other inter modes will be skipped. In order to evaluate the efficiency of the proposed early mode decision criterion, hit rate (HR) and determination rate (DR) are adopted [37], which are defined as follows: { HR (X Y )=N(X Y)/N (Y ) (7) DR(Y X) =N(Y X)/N (X) where HR(X Y ) and DR(Y X) represent the HR and DR, respectively. N( ) represents the number of total MBs of the corresponding event, the event X represents the best mode of the current MB that is correctly selected, and the event Y denotes the early mode decision condition. The X Y and Y X are two conditional events. If the DR is large, it means that more computational complexity could be reduced. If the HR is large and close to 100%, it denotes that the best mode is correctly predicted and almost no RD performance degradation would be caused. The HR and DR of the criterion in NAFs are listed in Table V. From the table, we can observe that the HR of the proposed early mode decision condition is from 98.97% to 100%, which means most of MBs are correctly encoded. The DR of the proposed condition is from 90.87% to 98.77%, 96.2% on average. These values demonstrate that the proposed early mode decision can work efficiently. B. Mode Decision for AFs From Table III, it can be seen that the P M1 and P M2 are very low in AFs. The reference information cannot well predict the best mode of the current depth MB. However, the coding quality of the AFs highly concerns the coding performance of the NAFs. Hence, the FMD method for the AFs should be strict. In

5 982 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 4, AUGUST 2015 Fig. 3. RD costs of all MBs under the DIRECT mode in one frame of depth View 1. (a) Doorflowers. (b) Newspaper. (c) Lovebird1. (d) Poznan_Street. Fig. 4. RD costs of all MBs under the DIRECT mode in one frame of depth View 2. (a) Doorflowers. (b) Newspaper. (c) Lovebird1. (d) Poznan_Street. Fig. 5. RD costs of the early determined MBs. (a) Doorflowers. (b) Newspaper. (c) Lovebird1. (d) Poznan_Street. Fig. 6. MBs in red of Fig. 5, whose best modes are not DIRECT mode. (a) Doorflowers. (b) Newspaper. (c) Lovebird1. (d) Poznan_Street. order to utilize the inter-view and inter-component correlations, a region of support (ROS) is defined for the current depth MB, as shown in Fig. 7, and the ROS set is defined as ROS = {t i,i=1, 2,...,9; d j,j =1, 2,...,9} (8) where t i means the texture MBs in View 1, d j denotes the depth MBs in View 2. If all MBs in ROS are encoded in the DIRECT mode, the current depth MB has a high probability to be encoded in the DIRECT mode. Therefore, the best mode Md of the current depth MB can be determined as { ( 8 DIRECT, if Md = i=0 Ft i + ) 8 j=0 Fd j Non-DIRECT, otherwise =0 where Ft i is the DIRECT flag of the corresponding MB in texture video and Fd j is the DIRECT flag of the corresponding MB in depth video. If the corresponding MB is encoded in the DIRECT mode, the flag is equal to 0; otherwise, it is equal to 1. The HR and DR of the FMD method for AFs are listed in (9)

6 LEI et al.: FMD USING INTER-VIEW AND INTER-COMPONENT CORRELATIONS 983 TABLE V HR AND DR OF THE PROPOSED EARLY TERMINATION FOR NAF (%) that the FMD method for AFs can maintain the mode decision accuracy and have a proper time saving. C. Overall Algorithm Based on the above analyses, the proposed FMD algorithm is summarized in Algorithm 1. Fig. 7. Example of ROS. TABLE VI HR AND DR OF THE MODE DECISION FOR AF (%) Algorithm 1. Proposed fast mode decision algorithm 1: Start: calculate the BM. 2: if BM=DIRECT 3: Test DIRECT mode 4: if RDCost DIRECT <TH& CBP DIRECT =0 5: Go to Step 24 6: else 7: test Inter mode 8: if CBP = 0 9: Go to Step 24 10: else 11: test all the other inter modes 12: Go to Step 24 13: else if BM = Inter : Test DIRECT mode 15: Test mode 16: if CBP = 0 17: Go to Step 24 18: else 19: test all the other inter modes 20: Go to Step 24 21: else 22: test all inter modes 23: Go to Step 24 24: Test all intra modes and get the best mode with minimal RD cost 25: Process the next MB. IV. EXPERIMENTAL RESULTS To evaluate the efficiency of the proposed algorithm, the MVC reference software JMVC8.5 is adopted as the software platform. The test conditions are listed in Table II. The hardware platform is Intel(R) Core(TM) i CPU at 2.90 GHz, 3.10 GHz, 4.00 GB RAM with Microsoft Windows 7 32-bit operating system. Six test sequences, including Doorflowers, Newspaper, Lovebird1, GT_Fly, Poznan_Street, and Champagne_Tower [38] [41], are tested and compared in terms of peak signal-to-noise ratio (PSNR), bit rate (BR), Bjontegaard delta PSNR (BDPSNR), Bjontegaard delta BR (BDBR) [42], and total encoding time. The experimental results are summarized in Table VII. In this table, ΔPSNR, ΔBR, and ΔT are computed as ΔPSNR = PSNR p PSNR 0 (10) Table VI. From this table, it can be seen that the HR of the proposed criterion in (9) is 100%, which means that all MBs are correctly encoded. The DR of the proposed condition is from 0% to 38.97%, 18.22% on average. The results demonstrate ΔBR = BR p BR o BR o 100% (11) ΔT = T p T o T o 100% (12)

7 984 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 4, AUGUST 2015 TABLE VII PERFORMANCE COMPARISON OF DIFFERENT METHODS Fig. 8. RD curves of different methods. (a) Doorflowers. (b) Newspaper. (c) Lovebird1. (d) GT_Fly. (e) Poznan_Street. (f) Champagne_Tower.

8 LEI et al.: FMD USING INTER-VIEW AND INTER-COMPONENT CORRELATIONS 985 where the subscript o represents the original JMVC8.5; the p denotes the proposed method, Pan s method [32] and Yeh s method [43]. From Table VII, it can be seen that the Yeh s method can reduce the encoding time from 32.40% to 89.16%, 66.44% on average. Meanwhile, the PSNR ranges from to db, db on average; and the BR ranges from 4.07% to 2.22%, 0.59% on average. The average BDPSNR and BDBR between the original JMVC8.5 and the Yeh s method are db and 2.843%, respectively. The Pan s method can reduce the computational complexity from 64.01% to 79.82%, 73.30% on average; the PSNR ranges from to db, db on average; and the BR ranges from 1.33% to 5.05%, 0.91% on average. The average BDPSNR and BDBR between the original JMVC8.5 and the Pan s method are db and 1.407%, respectively. The proposed method can reduce the computational complexity from 70.57% to 83.37%, 78.07% on average. The PSNR ranges from to db, db on average. The BR ranges from 1.78% to 0.08%, 0.79% on average. The BDPSNR and BDBR between the original JMVC8.5 and the proposed method are db and 0.389%, respectively. From these results, we can conclude that the proposed method achieves a better computational complexity saving than the Yeh s and Pan s methods. At the same time, our PSNR decline is a little smaller than the Pan s and Yeh s; the BR increase is also smaller than them. That is to say, our algorithm is better on both video quality and encoding complexity. In order to show the RD performance intuitively, the RD curves of the six test sequences are shown in Fig. 8. It can be seen that the proposed method achieves a similar RD performance as the Yeh s and Pan s methods, which is very close to the original JMVC. It means that the computational redundancy of mode decision can be effectively removed by the proposed algorithm with nearly the same RD performance as original JMVC. V. CONCLUSION In this paper, a FMD method is proposed for reducing the computational complexity of multiview depth video coding. The proposed method incorporates the inter-view and intercomponent correlations, and analyzes the best mode similarity between the current coding MB and the reference MBs. With a view to the different similarity of different types of frames, different mode decision methods are designed. After analyzing the mode similarity of NAFs, a BM, which can predict the best mode to some extent, is defined. Then, an early termination criterion based on the RD cost and CBP is proposed for NAFs. The threshold of RD cost is calculated by statistical analysis of RD information between even and odd depth views. As for AFs, in order to maintain the coding accuracy, a strict early termination method is adopted. Experimental results show that the proposed FMD algorithm can significantly reduce the complexity of depth video coding in MVD, and maintain almost the same coding quality. The proposed method can also be combined with other fast ME and DE algorithms to reduce the overall complexity. REFERENCES [1] A. Vetro, T. Wiegand, and G. J. Sullivan, Overview of the stereo and multiview video coding extensions of the H. 264/MPEG-4 AVC standard, Proc. IEEE, vol. 99, no. 4, pp , Apr [2] H. Liu, S. Chen, and N. Kubota, Intelligent video systems and analytics: A survey, IEEE Trans. Ind. Informat., vol. 9, no. 3, pp , Aug [3] Y. Fang, J. Wang, M. Narwaria, P. L. Callet, and W. Lin, Saliency detection for stereoscopic images, IEEE Trans. Image Process., vol.23,no.6, pp , Jun [4] H. Liu, M. Yuan, F. Sun, and J. Zhang, Spatial neighborhood-constrained linear coding for visual object tracking, IEEE Trans. Ind. Informat., vol. 10, no. 1, pp , Feb [5] C. Zhu, Y. Zhao, L. Yu, and M. Tanimoto, Eds., 3D-TV System with Depth-Image-Based Rendering: Architecture, Techniques and Challenges. New York, NY, USA: Springer, [6] G. Wang, L. Tao, H. Di, X. Ye, and Y. Shi, A scalable distributed architecture for intelligent vision system, IEEE Trans. Ind. Informat., vol. 8, no. 1, pp , Feb [7] T. Zhang, S. Liu, C. Xu, and H. Lu, Mining semantic context information for intelligent video surveillance of traffic scenes, IEEE Trans. Ind. Informat., vol. 9, no. 1, pp , Feb [8] X. Bai, Y. Fang, W. Lin, L. Wang, and B.-F. Ju, Saliency-based defect detection in industrial images by using phase spectrum, IEEE Trans. Ind. Informat., vol. 10, no. 4, pp , Nov [9] D. Mukherjee, Q. M. J. Wu, and T. M. Nguyen, Gaussian mixture model with advanced distance measure based on support weights and histogram of gradients for background suppression, IEEE Trans. Ind. Informat., vol. 10, no. 2, pp , May [10] P. Merkle, A. Smolic, K. Müller, and T. Wiegand, Multi-view video plus depth representation and coding, in Proc. IEEE Int. Conf. Image Process., Oct. 2007, pp. I201 I204. [11] F. L. Lian, Y. C. Lin, C. T. Kuo, and J. H. Jean, Voting-based motion estimation for real-time video transmission in networked mobile camera systems, IEEE Trans. Ind. Informat., vol. 9, no. 1, pp , Feb [12] J. Lei, S. Li, C. Zhu, M.-T. Sun, and C. Hou, Depth coding based on depth-texture motion and structure similarities, IEEE Trans. Circuits Syst. Video Technol., vol. 17, no. 4, pp , Feb [13] X. Zhou, Y. Li, B. He, and T. Bai, GM-PHD-based multi-target visual tracking using entropy distribution and game theory, IEEE Trans. Ind. Informat., vol. 10, no. 2, pp , May [14] F. Shao, W. Lin, G. Jiang, M. Yu, and Q. Dai, Depth map coding for view synthesis based on distortion analyses, IEEE J. Emerg. Sel. Topics Circuits Syst., vol. 4, no. 1, pp , Mar [15] D. Kim, D. Min, and K. Sohn, A stereoscopic video generation method using stereoscopic display characterization and motion analysis, IEEE Trans. Broadcast., vol. 54, no. 2, pp , Jun [16] A. Smolic et al., Intermediate view interpolation based on multiview video plus depth for advanced 3D video systems, in Proc. 15th IEEE Int. Conf. Image Process., Oct. 2008, pp [17] H. Zeng, C. Cai, and K. Ma, Fast mode decision for H. 264/AVC based on macroblock motion activity, IEEE Trans. Circuits Syst. Video Technol., vol. 19, no. 4, pp , Apr [18] R. Li, B. Zeng, and M. L. Lious, A new three-step search algorithm for block motion estimation, IEEE Trans. Circuits Syst. Video Technol., vol. 4, no. 4, pp , Aug [19] L. M. Po and W. C. Ma, A novel four-step search algorithm for fast block motion estimation, IEEE Trans. Circuits Syst. Video Technol., vol. 6, no. 3, pp , Jun [20] S. Zhu and K. K. Ma, A new diamond search algorithm for fast blockmatching motion estimation, IEEE Trans. Image Process., vol. 9, no. 2, pp , Feb [21] Z. P. Deng, Y. L. Chan, K. B. Jia, C. H. Fu, and W. C. Siu, Fast motion and disparity estimation with adaptive search range adjustment in stereoscopic video coding, IEEE Trans. Broadcast., vol. 58, no. 1, pp , Mar [22] H. Wang and Y. Yang, Fast mode selection based on texture segmentation and view prediction in JMVC, in Proc. 14th IEEE Int. Conf. Commun. Technol., 2012, pp [23] G. Lu and L. Chen, Fast mode decision for H. 264 based on DC coefficient, in Proc. 7th IEEE Int. Conf. Inf. Technol., Apr. 2010, pp [24] T. Y. Kuo, Y. Y. Lai, and Y. C. Lo, Fast mode decision for non-anchor picture in multiview video coding, in Proc. IEEE Int. Symp. Broadband Multimedia Syst. Broadcast., 2010, pp. 1 5.

9 986 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 4, AUGUST 2015 [25] T. Yu, Y. Zhang, and P. C. Cosman, Classification based fast mode decision for stereo video coding, in Proc. 20th IEEE Int. Conf. Image Process., Sep. 2013, pp [26] D. H. Han and Y. L. Lee, Fast mode decision using global disparity vector for multiview video coding, in Proc. 2nd IEEE Int. Conf. Future Gener. Commun. Netw. Symp., Mar. 2003, pp [27] H. Zeng, K. Ma, and C. Cai, Mode-correlation-based early termination mode decision for multi-view video coding, in Proc. IEEE Int. Conf. Image Process., 2010, pp [28] H. Zeng, K. Ma, and C. Cai, Fast mode decision for multiview video coding using mode correlation, IEEE Trans. Circuits Syst. Video Technol., vol. 21, no. 11, pp , Nov [29] B. B. Chai, S. Sethurarnan, and P. Hatrack, Mesh-based depth map compression and transmission for real-time view-based rendering, in Proc. IEEE Int. Conf. Image Process., 2002, pp [30] S. Y. Kim and Y. S. Ho, Mesh-based depth coding for 3D video using hierarchical decomposition of depth maps, in Proc. IEEE Int. Conf. Image Process., Mar. 2005, pp. V117 V120. [31] L. Shen, Z. Zhang, and Z. Liu, Inter mode selection for depth map coding in 3D video, IEEE Trans. Consum. Electron., vol. 58, no. 3, pp , Aug [32] Z. Pan, Y. Zhang, and S. Kwong, Fast mode decision based on texture depth correlation and motion prediction for multiview depth video coding, J. Real Time Image Process., pp. 1 10, 2013, doi: /s [33] Description of core experiments in MVC, ISO/IEC JTC1/SC29/WG11 MPEG2006/W8019, Montreux, Switzerland, Apr [34] P. Merkle, A. Smolic, K. Mueller, and T. Wiegand, Comparative study of MVC prediction structures, in Proc. JVT 22nd Meeting, Marrakech, Morocco, Doc. JVT-U091, Jan , [35] H. Schwarz, D. Marpe, and T. Wiegand, Analysis of hierarchical B pictures and MCTF, in Proc. IEEE Int. Conf. Multimedia Expo, Jul. 2006, pp [36] B. Y. Chen and S. H. Yang, Using H. 264 coded block patterns for fast inter-mode selection, in Proc. IEEE Int. Conf. Multimedia Expo, Apr. 2008, pp [37] Z. Pan, S. Kwong, M. T. Sun, and J. Lei, Early MERGE mode decision based on motion estimation and hierarchical depth correlation for HEVC, IEEE Trans. Broadcast., vol. 60, no. 2, pp , Jun [38] I. Feldmann et al., HHI test material for 3D video, ISO/IEC JTC1/SC29/WG11, Doc. M15413, Archamps, France, Apr [39] Electronics, and Telecommunications Research Institute, and Gwangju Institute of Science, and Technology. (2008, Apr.). 3DV Sequences of ETRI and GIST [Online]. Available: ftp:// [40] M. Domański, Poznań multiview video test sequences and camera parameters, ISO/IEC JTC1/SC29/WG11, M17050, Xian, China, [41] M. Tanimoto, T. Fujii, and N. Fukushima, 1D parallel test sequences for MPEG-FTV, ISO/IEC JTC1/SC29/WG11, M15378, Archamps, France, [42] G. Bjontegaard, Calculation of average PSNR differences between RDcurves, in Proc. Doc. VCEG-M33, 13th Meeting, Austin, TX, USA, [43] C. H. Yeh, M. F. Li, M. J. Chen, M. C. Chi, X. X. Huang, and H. W. Chi, Fast mode decision algorithm through inter-view rate-distortion prediction for multiview video coding system, IEEE Trans. Ind. Informat., vol. 10, no. 1, pp , Feb Jing Sun received the B.S. degree in telecommunication engineering from Tianjin University, Tianjin, China, in 2012, and is currently pursuing the M.S. degree from the School of Electronic Information Engineering, Tianjin University. Her research interests include 3-D imaging, video processing, and multiview video coding. Zhaoqing Pan (S 09 M 15) received the B.S. degree in computer science and technology from Yancheng Normal University, Yancheng, China, and the Ph.D. degree in computer science from the City University of Hong Kong, Kowloon, Hong Kong, in 2009 and 2014, respectively. In 2013, he was a Visiting Scholar with the Department of Electrical Engineering, University of Washington, Seattle, WA, USA, for 6 months. Currently, he is a Professor with the School of Computer and Software, Nanjing University of Information Science and Technology, Nanjing, China. His research interests include video compression and 3-D video processing. Sam Kwong (M 93 SM 04 F 13) received the B.S. and M.S. degrees in electrical engineering from the State University of New York at Buffalo, Buffalo, NY, USA, and the University of Waterloo, Waterloo, ON, Canada, in 1983 and 1985, respectively, and the Ph.D. degree in electrical engineering from the University of Hagen, Hagen, Germany, in From 1985 to 1987, he was a Diagnostic Engineer with Control Data Canada, Mississauga, Canada. He joined Bell Northern Research Canada, as a Scientific Staff Member. In 1990, he became a Lecturer with the Department of Electronic Engineering, City University of Hong Kong, Kowloon, Hong Kong, where he is currently a Professor with the Department of Computer Science. His research interests are video and image coding, and evolutionary algorithms. Jinhui Duan received the B.S. degree in telecommunication engineering from Tianjin University, Tianjin, China, in Currently, she is pursuing the M.S. degree at the School of Electronic Information Engineering, Tianjin University. Her research interests include 3-D video processing and video coding. computer vision. Jianjun Lei (M 11) received the Ph.D. degree in signal and information processing from the Beijing University of Posts and Telecommunications, Beijing, China, in Currently, he is a Full Professor with the School of Electronic Information Engineering, Tianjin University, Tianjin, China. From August 2012 to August 2013, he was a Visiting Researcher with the Department of Electrical Engineering, University of Washington, Seattle, WA, USA. His research interests include 3-D video processing, 3-D display, and Chunping Hou received the M.Eng. and Ph.D. degrees in electronic engineering from Tianjin University, Tianjin, China, in 1986 and 1998, respectively. Since 1986, she has been with the Faculty of the School of Electronic and Information Engineering, Tianjin University, where she is currently a Full Professor and the Director of the Broadband Wireless Communications and 3-D Imaging Institute. Her research interests include 3-D image processing, 3-D display, wireless communication, and the design and applications of communication systems.

MULTIVIEW video is capable of providing viewers

MULTIVIEW video is capable of providing viewers IEEE TRANSACTIONS ON BROADCASTING, VOL. 57, NO. 1, MARCH 2011 15 Efficient Multi-Reference Frame Selection Algorithm for Hierarchical B Pictures in Multiview Video Coding Yun Zhang, Sam Kwong, Senior Member,

More information

Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE Gaurav Hansda

Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE Gaurav Hansda Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE 5359 Gaurav Hansda 1000721849 gaurav.hansda@mavs.uta.edu Outline Introduction to H.264 Current algorithms for

More information

View Synthesis Prediction for Rate-Overhead Reduction in FTV

View Synthesis Prediction for Rate-Overhead Reduction in FTV MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com View Synthesis Prediction for Rate-Overhead Reduction in FTV Sehoon Yea, Anthony Vetro TR2008-016 June 2008 Abstract This paper proposes the

More information

THE HIGH definition (HD) and ultra HD videos have

THE HIGH definition (HD) and ultra HD videos have IEEE TRANSACTIONS ON BROADCASTING, VOL. 62, NO. 3, SEPTEMBER 2016 675 Fast Motion Estimation Based on Content Property for Low-Complexity H.265/HEVC Encoder Zhaoqing Pan, Member, IEEE, Jianjun Lei, Member,

More information

An Efficient Intra Prediction Algorithm for H.264/AVC High Profile

An Efficient Intra Prediction Algorithm for H.264/AVC High Profile An Efficient Intra Prediction Algorithm for H.264/AVC High Profile Bo Shen 1 Kuo-Hsiang Cheng 2 Yun Liu 1 Ying-Hong Wang 2* 1 School of Electronic and Information Engineering, Beijing Jiaotong University

More information

View Generation for Free Viewpoint Video System

View Generation for Free Viewpoint Video System View Generation for Free Viewpoint Video System Gangyi JIANG 1, Liangzhong FAN 2, Mei YU 1, Feng Shao 1 1 Faculty of Information Science and Engineering, Ningbo University, Ningbo, 315211, China 2 Ningbo

More information

FAST MOTION ESTIMATION WITH DUAL SEARCH WINDOW FOR STEREO 3D VIDEO ENCODING

FAST MOTION ESTIMATION WITH DUAL SEARCH WINDOW FOR STEREO 3D VIDEO ENCODING FAST MOTION ESTIMATION WITH DUAL SEARCH WINDOW FOR STEREO 3D VIDEO ENCODING 1 Michal Joachimiak, 2 Kemal Ugur 1 Dept. of Signal Processing, Tampere University of Technology, Tampere, Finland 2 Jani Lainema,

More information

Fast mode decision based on texture depth correlation and motion prediction for multiview depth video coding

Fast mode decision based on texture depth correlation and motion prediction for multiview depth video coding J Real-Time Image Proc (2016) 11:27 36 DOI 10.1007/s11554-013-0328-3 ORIGINAL REEARCH PAPER Fast mode decision based on texture depth correlation and motion prediction for multiview depth video coding

More information

An Independent Motion and Disparity Vector Prediction Method for Multiview Video Coding

An Independent Motion and Disparity Vector Prediction Method for Multiview Video Coding Preprint Version (2011) An Independent Motion and Disparity Vector Prediction Method for Multiview Video Coding Seungchul Ryu a, Jungdong Seo a, Dong Hyun Kim a, Jin Young Lee b, Ho-Cheon Wey b, and Kwanghoon

More information

An Efficient Mode Selection Algorithm for H.264

An Efficient Mode Selection Algorithm for H.264 An Efficient Mode Selection Algorithm for H.64 Lu Lu 1, Wenhan Wu, and Zhou Wei 3 1 South China University of Technology, Institute of Computer Science, Guangzhou 510640, China lul@scut.edu.cn South China

More information

One-pass bitrate control for MPEG-4 Scalable Video Coding using ρ-domain

One-pass bitrate control for MPEG-4 Scalable Video Coding using ρ-domain Author manuscript, published in "International Symposium on Broadband Multimedia Systems and Broadcasting, Bilbao : Spain (2009)" One-pass bitrate control for MPEG-4 Scalable Video Coding using ρ-domain

More information

Complexity Reduced Mode Selection of H.264/AVC Intra Coding

Complexity Reduced Mode Selection of H.264/AVC Intra Coding Complexity Reduced Mode Selection of H.264/AVC Intra Coding Mohammed Golam Sarwer 1,2, Lai-Man Po 1, Jonathan Wu 2 1 Department of Electronic Engineering City University of Hong Kong Kowloon, Hong Kong

More information

Fast Encoding Techniques for Multiview Video Coding

Fast Encoding Techniques for Multiview Video Coding Fast Encoding Techniques for Multiview Video Coding S. Khattak a, R. Hamzaoui a,, S. Ahmad a, P. Frossard b a Centre for Electronic and Communications Engineering, De Montfort University, United Kingdom

More information

Enhanced Hexagon with Early Termination Algorithm for Motion estimation

Enhanced Hexagon with Early Termination Algorithm for Motion estimation Volume No - 5, Issue No - 1, January, 2017 Enhanced Hexagon with Early Termination Algorithm for Motion estimation Neethu Susan Idiculay Assistant Professor, Department of Applied Electronics & Instrumentation,

More information

Fast Mode Decision Algorithm for Multiview Video Coding Based on Binocular Just Noticeable Difference

Fast Mode Decision Algorithm for Multiview Video Coding Based on Binocular Just Noticeable Difference 2428 JOURNAL OF COMPUTERS, VOL. 9, NO., OCTOBER 214 Fast Mode Decision Algorithm for Multiview Video Coding Based on Binocular Just Noticeable Difference Yapei Zhu 1 1 Faculty of Information Science and

More information

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 7, NO. 2, APRIL 1997 429 Express Letters A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation Jianhua Lu and

More information

Homogeneous Transcoding of HEVC for bit rate reduction

Homogeneous Transcoding of HEVC for bit rate reduction Homogeneous of HEVC for bit rate reduction Ninad Gorey Dept. of Electrical Engineering University of Texas at Arlington Arlington 7619, United States ninad.gorey@mavs.uta.edu Dr. K. R. Rao Fellow, IEEE

More information

arxiv: v1 [cs.mm] 8 May 2018

arxiv: v1 [cs.mm] 8 May 2018 OPTIMIZATION OF OCCLUSION-INDUCING DEPTH PIXELS IN 3-D VIDEO CODING Pan Gao Cagri Ozcinar Aljosa Smolic College of Computer Science and Technology, Nanjing University of Aeronautics and Astronautics V-SENSE

More information

WITH the improvements in high-speed networking, highcapacity

WITH the improvements in high-speed networking, highcapacity 134 IEEE TRANSACTIONS ON BROADCASTING, VOL. 62, NO. 1, MARCH 2016 A Virtual View PSNR Estimation Method for 3-D Videos Hui Yuan, Member, IEEE, Sam Kwong, Fellow, IEEE, Xu Wang, Student Member, IEEE, Yun

More information

SINGLE PASS DEPENDENT BIT ALLOCATION FOR SPATIAL SCALABILITY CODING OF H.264/SVC

SINGLE PASS DEPENDENT BIT ALLOCATION FOR SPATIAL SCALABILITY CODING OF H.264/SVC SINGLE PASS DEPENDENT BIT ALLOCATION FOR SPATIAL SCALABILITY CODING OF H.264/SVC Randa Atta, Rehab F. Abdel-Kader, and Amera Abd-AlRahem Electrical Engineering Department, Faculty of Engineering, Port

More information

Fast Wavelet-based Macro-block Selection Algorithm for H.264 Video Codec

Fast Wavelet-based Macro-block Selection Algorithm for H.264 Video Codec Proceedings of the International MultiConference of Engineers and Computer Scientists 8 Vol I IMECS 8, 19-1 March, 8, Hong Kong Fast Wavelet-based Macro-block Selection Algorithm for H.64 Video Codec Shi-Huang

More information

Next-Generation 3D Formats with Depth Map Support

Next-Generation 3D Formats with Depth Map Support MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Next-Generation 3D Formats with Depth Map Support Chen, Y.; Vetro, A. TR2014-016 April 2014 Abstract This article reviews the most recent extensions

More information

A Fast Depth Intra Mode Selection Algorithm

A Fast Depth Intra Mode Selection Algorithm 2nd International Conference on Artificial Intelligence and Industrial Engineering (AIIE2016) A Fast Depth Intra Mode Selection Algorithm Jieling Fan*, Qiang Li and Jianlin Song (Chongqing Key Laboratory

More information

A Novel Deblocking Filter Algorithm In H.264 for Real Time Implementation

A Novel Deblocking Filter Algorithm In H.264 for Real Time Implementation 2009 Third International Conference on Multimedia and Ubiquitous Engineering A Novel Deblocking Filter Algorithm In H.264 for Real Time Implementation Yuan Li, Ning Han, Chen Chen Department of Automation,

More information

Fast Mode Decision for Depth Video Coding Using H.264/MVC *

Fast Mode Decision for Depth Video Coding Using H.264/MVC * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 31, 1693-1710 (2015) Fast Mode Decision for Depth Video Coding Using H.264/MVC * CHIH-HUNG LU, HAN-HSUAN LIN AND CHIH-WEI TANG* Department of Communication

More information

CONTENT ADAPTIVE COMPLEXITY REDUCTION SCHEME FOR QUALITY/FIDELITY SCALABLE HEVC

CONTENT ADAPTIVE COMPLEXITY REDUCTION SCHEME FOR QUALITY/FIDELITY SCALABLE HEVC CONTENT ADAPTIVE COMPLEXITY REDUCTION SCHEME FOR QUALITY/FIDELITY SCALABLE HEVC Hamid Reza Tohidypour, Mahsa T. Pourazad 1,2, and Panos Nasiopoulos 1 1 Department of Electrical & Computer Engineering,

More information

Fast Motion Estimation for Shape Coding in MPEG-4

Fast Motion Estimation for Shape Coding in MPEG-4 358 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 13, NO. 4, APRIL 2003 Fast Motion Estimation for Shape Coding in MPEG-4 Donghoon Yu, Sung Kyu Jang, and Jong Beom Ra Abstract Effective

More information

FOR compressed video, due to motion prediction and

FOR compressed video, due to motion prediction and 1390 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 24, NO. 8, AUGUST 2014 Multiple Description Video Coding Based on Human Visual System Characteristics Huihui Bai, Weisi Lin, Senior

More information

EFFICIENT PU MODE DECISION AND MOTION ESTIMATION FOR H.264/AVC TO HEVC TRANSCODER

EFFICIENT PU MODE DECISION AND MOTION ESTIMATION FOR H.264/AVC TO HEVC TRANSCODER EFFICIENT PU MODE DECISION AND MOTION ESTIMATION FOR H.264/AVC TO HEVC TRANSCODER Zong-Yi Chen, Jiunn-Tsair Fang 2, Tsai-Ling Liao, and Pao-Chi Chang Department of Communication Engineering, National Central

More information

Upcoming Video Standards. Madhukar Budagavi, Ph.D. DSPS R&D Center, Dallas Texas Instruments Inc.

Upcoming Video Standards. Madhukar Budagavi, Ph.D. DSPS R&D Center, Dallas Texas Instruments Inc. Upcoming Video Standards Madhukar Budagavi, Ph.D. DSPS R&D Center, Dallas Texas Instruments Inc. Outline Brief history of Video Coding standards Scalable Video Coding (SVC) standard Multiview Video Coding

More information

A COST-EFFICIENT RESIDUAL PREDICTION VLSI ARCHITECTURE FOR H.264/AVC SCALABLE EXTENSION

A COST-EFFICIENT RESIDUAL PREDICTION VLSI ARCHITECTURE FOR H.264/AVC SCALABLE EXTENSION A COST-EFFICIENT RESIDUAL PREDICTION VLSI ARCHITECTURE FOR H.264/AVC SCALABLE EXTENSION Yi-Hau Chen, Tzu-Der Chuang, Chuan-Yung Tsai, Yu-Jen Chen, and Liang-Gee Chen DSP/IC Design Lab., Graduate Institute

More information

Block-based Watermarking Using Random Position Key

Block-based Watermarking Using Random Position Key IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.2, February 2009 83 Block-based Watermarking Using Random Position Key Won-Jei Kim, Jong-Keuk Lee, Ji-Hong Kim, and Ki-Ryong

More information

LBP-GUIDED DEPTH IMAGE FILTER. Rui Zhong, Ruimin Hu

LBP-GUIDED DEPTH IMAGE FILTER. Rui Zhong, Ruimin Hu LBP-GUIDED DEPTH IMAGE FILTER Rui Zhong, Ruimin Hu National Engineering Research Center for Multimedia Software,School of Computer, Wuhan University,Wuhan, 430072, China zhongrui0824@126.com, hrm1964@163.com

More information

View Synthesis for Multiview Video Compression

View Synthesis for Multiview Video Compression View Synthesis for Multiview Video Compression Emin Martinian, Alexander Behrens, Jun Xin, and Anthony Vetro email:{martinian,jxin,avetro}@merl.com, behrens@tnt.uni-hannover.de Mitsubishi Electric Research

More information

Performance Comparison between DWT-based and DCT-based Encoders

Performance Comparison between DWT-based and DCT-based Encoders , pp.83-87 http://dx.doi.org/10.14257/astl.2014.75.19 Performance Comparison between DWT-based and DCT-based Encoders Xin Lu 1 and Xuesong Jin 2 * 1 School of Electronics and Information Engineering, Harbin

More information

Fast Mode Decision for H.264/AVC Using Mode Prediction

Fast Mode Decision for H.264/AVC Using Mode Prediction Fast Mode Decision for H.264/AVC Using Mode Prediction Song-Hak Ri and Joern Ostermann Institut fuer Informationsverarbeitung, Appelstr 9A, D-30167 Hannover, Germany ri@tnt.uni-hannover.de ostermann@tnt.uni-hannover.de

More information

Analysis of 3D and Multiview Extensions of the Emerging HEVC Standard

Analysis of 3D and Multiview Extensions of the Emerging HEVC Standard MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Analysis of 3D and Multiview Extensions of the Emerging HEVC Standard Vetro, A.; Tian, D. TR2012-068 August 2012 Abstract Standardization of

More information

A Quantized Transform-Domain Motion Estimation Technique for H.264 Secondary SP-frames

A Quantized Transform-Domain Motion Estimation Technique for H.264 Secondary SP-frames A Quantized Transform-Domain Motion Estimation Technique for H.264 Secondary SP-frames Ki-Kit Lai, Yui-Lam Chan, and Wan-Chi Siu Centre for Signal Processing Department of Electronic and Information Engineering

More information

IBM Research Report. Inter Mode Selection for H.264/AVC Using Time-Efficient Learning-Theoretic Algorithms

IBM Research Report. Inter Mode Selection for H.264/AVC Using Time-Efficient Learning-Theoretic Algorithms RC24748 (W0902-063) February 12, 2009 Electrical Engineering IBM Research Report Inter Mode Selection for H.264/AVC Using Time-Efficient Learning-Theoretic Algorithms Yuri Vatis Institut für Informationsverarbeitung

More information

FAST SPATIAL LAYER MODE DECISION BASED ON TEMPORAL LEVELS IN H.264/AVC SCALABLE EXTENSION

FAST SPATIAL LAYER MODE DECISION BASED ON TEMPORAL LEVELS IN H.264/AVC SCALABLE EXTENSION FAST SPATIAL LAYER MODE DECISION BASED ON TEMPORAL LEVELS IN H.264/AVC SCALABLE EXTENSION Yen-Chieh Wang( 王彥傑 ), Zong-Yi Chen( 陳宗毅 ), Pao-Chi Chang( 張寶基 ) Dept. of Communication Engineering, National Central

More information

Video Coding Using Spatially Varying Transform

Video Coding Using Spatially Varying Transform Video Coding Using Spatially Varying Transform Cixun Zhang 1, Kemal Ugur 2, Jani Lainema 2, and Moncef Gabbouj 1 1 Tampere University of Technology, Tampere, Finland {cixun.zhang,moncef.gabbouj}@tut.fi

More information

Depth Map Boundary Filter for Enhanced View Synthesis in 3D Video

Depth Map Boundary Filter for Enhanced View Synthesis in 3D Video J Sign Process Syst (2017) 88:323 331 DOI 10.1007/s11265-016-1158-x Depth Map Boundary Filter for Enhanced View Synthesis in 3D Video Yunseok Song 1 & Yo-Sung Ho 1 Received: 24 April 2016 /Accepted: 7

More information

Professor, CSE Department, Nirma University, Ahmedabad, India

Professor, CSE Department, Nirma University, Ahmedabad, India Bandwidth Optimization for Real Time Video Streaming Sarthak Trivedi 1, Priyanka Sharma 2 1 M.Tech Scholar, CSE Department, Nirma University, Ahmedabad, India 2 Professor, CSE Department, Nirma University,

More information

Unit-level Optimization for SVC Extractor

Unit-level Optimization for SVC Extractor Unit-level Optimization for SVC Extractor Chang-Ming Lee, Chia-Ying Lee, Bo-Yao Huang, and Kang-Chih Chang Department of Communications Engineering National Chung Cheng University Chiayi, Taiwan changminglee@ee.ccu.edu.tw,

More information

CONSEQUENTLY with H.264 Advanced Video Coding

CONSEQUENTLY with H.264 Advanced Video Coding 1598 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 22, NO. 4, APRIL 2013 Multiview Coding Mode Decision With Hybrid Optimal Stopping Model Tiesong Zhao, Member, IEEE, Sam Kwong, Senior Member, IEEE, Hanli

More information

HEVC based Stereo Video codec

HEVC based Stereo Video codec based Stereo Video B Mallik*, A Sheikh Akbari*, P Bagheri Zadeh *School of Computing, Creative Technology & Engineering, Faculty of Arts, Environment & Technology, Leeds Beckett University, U.K. b.mallik6347@student.leedsbeckett.ac.uk,

More information

Implementation and analysis of Directional DCT in H.264

Implementation and analysis of Directional DCT in H.264 Implementation and analysis of Directional DCT in H.264 EE 5359 Multimedia Processing Guidance: Dr K R Rao Priyadarshini Anjanappa UTA ID: 1000730236 priyadarshini.anjanappa@mavs.uta.edu Introduction A

More information

On the Adoption of Multiview Video Coding in Wireless Multimedia Sensor Networks

On the Adoption of Multiview Video Coding in Wireless Multimedia Sensor Networks 2011 Wireless Advanced On the Adoption of Multiview Video Coding in Wireless Multimedia Sensor Networks S. Colonnese, F. Cuomo, O. Damiano, V. De Pascalis and T. Melodia University of Rome, Sapienza, DIET,

More information

Fast Mode Decision Algorithm for Scalable Video Coding Based on Probabilistic Models

Fast Mode Decision Algorithm for Scalable Video Coding Based on Probabilistic Models JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 32, 931-945 (2016) Fast Mode Decision Algorithm for Scalable Video Coding Based on Probabilistic Models YU-CHE WEY 1, MEI-JUAN CHEN 1, CHIA-HUNG YEH 2 AND

More information

International Journal of Emerging Technology and Advanced Engineering Website: (ISSN , Volume 2, Issue 4, April 2012)

International Journal of Emerging Technology and Advanced Engineering Website:   (ISSN , Volume 2, Issue 4, April 2012) A Technical Analysis Towards Digital Video Compression Rutika Joshi 1, Rajesh Rai 2, Rajesh Nema 3 1 Student, Electronics and Communication Department, NIIST College, Bhopal, 2,3 Prof., Electronics and

More information

Toward Optimal Pixel Decimation Patterns for Block Matching in Motion Estimation

Toward Optimal Pixel Decimation Patterns for Block Matching in Motion Estimation th International Conference on Advanced Computing and Communications Toward Optimal Pixel Decimation Patterns for Block Matching in Motion Estimation Avishek Saha Department of Computer Science and Engineering,

More information

Key-Words: - Free viewpoint video, view generation, block based disparity map, disparity refinement, rayspace.

Key-Words: - Free viewpoint video, view generation, block based disparity map, disparity refinement, rayspace. New View Generation Method for Free-Viewpoint Video System GANGYI JIANG*, LIANGZHONG FAN, MEI YU AND FENG SHAO Faculty of Information Science and Engineering Ningbo University 315211 Ningbo CHINA jianggangyi@126.com

More information

Extensions of H.264/AVC for Multiview Video Compression

Extensions of H.264/AVC for Multiview Video Compression MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Extensions of H.264/AVC for Multiview Video Compression Emin Martinian, Alexander Behrens, Jun Xin, Anthony Vetro, Huifang Sun TR2006-048 June

More information

DISPARITY-ADJUSTED 3D MULTI-VIEW VIDEO CODING WITH DYNAMIC BACKGROUND MODELLING

DISPARITY-ADJUSTED 3D MULTI-VIEW VIDEO CODING WITH DYNAMIC BACKGROUND MODELLING DISPARITY-ADJUSTED 3D MULTI-VIEW VIDEO CODING WITH DYNAMIC BACKGROUND MODELLING Manoranjan Paul and Christopher J. Evans School of Computing and Mathematics, Charles Sturt University, Australia Email:

More information

OVERVIEW OF IEEE 1857 VIDEO CODING STANDARD

OVERVIEW OF IEEE 1857 VIDEO CODING STANDARD OVERVIEW OF IEEE 1857 VIDEO CODING STANDARD Siwei Ma, Shiqi Wang, Wen Gao {swma,sqwang, wgao}@pku.edu.cn Institute of Digital Media, Peking University ABSTRACT IEEE 1857 is a multi-part standard for multimedia

More information

A HIGHLY PARALLEL CODING UNIT SIZE SELECTION FOR HEVC. Liron Anavi, Avi Giterman, Maya Fainshtein, Vladi Solomon, and Yair Moshe

A HIGHLY PARALLEL CODING UNIT SIZE SELECTION FOR HEVC. Liron Anavi, Avi Giterman, Maya Fainshtein, Vladi Solomon, and Yair Moshe A HIGHLY PARALLEL CODING UNIT SIZE SELECTION FOR HEVC Liron Anavi, Avi Giterman, Maya Fainshtein, Vladi Solomon, and Yair Moshe Signal and Image Processing Laboratory (SIPL) Department of Electrical Engineering,

More information

A Fast Intra/Inter Mode Decision Algorithm of H.264/AVC for Real-time Applications

A Fast Intra/Inter Mode Decision Algorithm of H.264/AVC for Real-time Applications Fast Intra/Inter Mode Decision lgorithm of H.64/VC for Real-time pplications Bin Zhan, Baochun Hou, and Reza Sotudeh School of Electronic, Communication and Electrical Engineering University of Hertfordshire

More information

Low-cost Multi-hypothesis Motion Compensation for Video Coding

Low-cost Multi-hypothesis Motion Compensation for Video Coding Low-cost Multi-hypothesis Motion Compensation for Video Coding Lei Chen a, Shengfu Dong a, Ronggang Wang a, Zhenyu Wang a, Siwei Ma b, Wenmin Wang a, Wen Gao b a Peking University, Shenzhen Graduate School,

More information

Low-Complexity, Near-Lossless Coding of Depth Maps from Kinect-Like Depth Cameras

Low-Complexity, Near-Lossless Coding of Depth Maps from Kinect-Like Depth Cameras Low-Complexity, Near-Lossless Coding of Depth Maps from Kinect-Like Depth Cameras Sanjeev Mehrotra, Zhengyou Zhang, Qin Cai, Cha Zhang, Philip A. Chou Microsoft Research Redmond, WA, USA {sanjeevm,zhang,qincai,chazhang,pachou}@microsoft.com

More information

VIDEO streaming applications over the Internet are gaining. Brief Papers

VIDEO streaming applications over the Internet are gaining. Brief Papers 412 IEEE TRANSACTIONS ON BROADCASTING, VOL. 54, NO. 3, SEPTEMBER 2008 Brief Papers Redundancy Reduction Technique for Dual-Bitstream MPEG Video Streaming With VCR Functionalities Tak-Piu Ip, Yui-Lam Chan,

More information

IN RECENT years, multimedia application has become more

IN RECENT years, multimedia application has become more 578 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 17, NO. 5, MAY 2007 A Fast Algorithm and Its VLSI Architecture for Fractional Motion Estimation for H.264/MPEG-4 AVC Video Coding

More information

A New Fast Motion Estimation Algorithm. - Literature Survey. Instructor: Brian L. Evans. Authors: Yue Chen, Yu Wang, Ying Lu.

A New Fast Motion Estimation Algorithm. - Literature Survey. Instructor: Brian L. Evans. Authors: Yue Chen, Yu Wang, Ying Lu. A New Fast Motion Estimation Algorithm - Literature Survey Instructor: Brian L. Evans Authors: Yue Chen, Yu Wang, Ying Lu Date: 10/19/1998 A New Fast Motion Estimation Algorithm 1. Abstract Video compression

More information

Bit Allocation for Spatial Scalability in H.264/SVC

Bit Allocation for Spatial Scalability in H.264/SVC Bit Allocation for Spatial Scalability in H.264/SVC Jiaying Liu 1, Yongjin Cho 2, Zongming Guo 3, C.-C. Jay Kuo 4 Institute of Computer Science and Technology, Peking University, Beijing, P.R. China 100871

More information

EE 5359 MULTIMEDIA PROCESSING SPRING Final Report IMPLEMENTATION AND ANALYSIS OF DIRECTIONAL DISCRETE COSINE TRANSFORM IN H.

EE 5359 MULTIMEDIA PROCESSING SPRING Final Report IMPLEMENTATION AND ANALYSIS OF DIRECTIONAL DISCRETE COSINE TRANSFORM IN H. EE 5359 MULTIMEDIA PROCESSING SPRING 2011 Final Report IMPLEMENTATION AND ANALYSIS OF DIRECTIONAL DISCRETE COSINE TRANSFORM IN H.264 Under guidance of DR K R RAO DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY

More information

CONTENT ADAPTIVE SCREEN IMAGE SCALING

CONTENT ADAPTIVE SCREEN IMAGE SCALING CONTENT ADAPTIVE SCREEN IMAGE SCALING Yao Zhai (*), Qifei Wang, Yan Lu, Shipeng Li University of Science and Technology of China, Hefei, Anhui, 37, China Microsoft Research, Beijing, 8, China ABSTRACT

More information

ARTICLE IN PRESS. Signal Processing: Image Communication

ARTICLE IN PRESS. Signal Processing: Image Communication Signal Processing: Image Communication 23 (2008) 571 580 Contents lists available at ScienceDirect Signal Processing: Image Communication journal homepage: www.elsevier.com/locate/image Fast sum of absolute

More information

Research Article Fast Mode Decision for 3D-HEVC Depth Intracoding

Research Article Fast Mode Decision for 3D-HEVC Depth Intracoding e Scientific World Journal, Article ID 620142, 9 pages http://dx.doi.org/10.1155/2014/620142 Research Article Fast Mode Decision for 3D-HEVC Depth Intracoding Qiuwen Zhang, Nana Li, and Qinggang Wu College

More information

A Fourier Extension Based Algorithm for Impulse Noise Removal

A Fourier Extension Based Algorithm for Impulse Noise Removal A Fourier Extension Based Algorithm for Impulse Noise Removal H. Sahoolizadeh, R. Rajabioun *, M. Zeinali Abstract In this paper a novel Fourier extension based algorithm is introduced which is able to

More information

FPGA IMPLEMENTATION OF BIT PLANE ENTROPY ENCODER FOR 3 D DWT BASED VIDEO COMPRESSION

FPGA IMPLEMENTATION OF BIT PLANE ENTROPY ENCODER FOR 3 D DWT BASED VIDEO COMPRESSION FPGA IMPLEMENTATION OF BIT PLANE ENTROPY ENCODER FOR 3 D DWT BASED VIDEO COMPRESSION 1 GOPIKA G NAIR, 2 SABI S. 1 M. Tech. Scholar (Embedded Systems), ECE department, SBCE, Pattoor, Kerala, India, Email:

More information

Early Determination of Intra Mode and Segment-wise DC Coding for Depth Map Based on Hierarchical Coding Structure in 3D-HEVC

Early Determination of Intra Mode and Segment-wise DC Coding for Depth Map Based on Hierarchical Coding Structure in 3D-HEVC Early Determination of Intra Mode and Segment-wise DC Coding for Depth Map Based on Hierarchical Coding Structure in 3D-HEVC Hong-Bin Zhang *,, Sik-Ho Tsang *, Yui-Lam Chan *, Chang-Hong Fu and Wei-Min

More information

QUAD-TREE PARTITIONED COMPRESSED SENSING FOR DEPTH MAP CODING. Ying Liu, Krishna Rao Vijayanagar, and Joohee Kim

QUAD-TREE PARTITIONED COMPRESSED SENSING FOR DEPTH MAP CODING. Ying Liu, Krishna Rao Vijayanagar, and Joohee Kim QUAD-TREE PARTITIONED COMPRESSED SENSING FOR DEPTH MAP CODING Ying Liu, Krishna Rao Vijayanagar, and Joohee Kim Department of Electrical and Computer Engineering, Illinois Institute of Technology, Chicago,

More information

View Synthesis for Multiview Video Compression

View Synthesis for Multiview Video Compression MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com View Synthesis for Multiview Video Compression Emin Martinian, Alexander Behrens, Jun Xin, and Anthony Vetro TR2006-035 April 2006 Abstract

More information

An Efficient Inter-Frame Coding with Intra Skip Decision in H.264/AVC

An Efficient Inter-Frame Coding with Intra Skip Decision in H.264/AVC 856 IEEE Transactions on Consumer Electronics, Vol. 56, No. 2, May 2 An Efficient Inter-Frame Coding with Intra Sip Decision in H.264/AVC Myounghoon Kim, Soonhong Jung, Chang-Su Kim, and Sanghoon Sull

More information

Motion Vector Coding Algorithm Based on Adaptive Template Matching

Motion Vector Coding Algorithm Based on Adaptive Template Matching Motion Vector Coding Algorithm Based on Adaptive Template Matching Wen Yang #1, Oscar C. Au #2, Jingjing Dai #3, Feng Zou #4, Chao Pang #5,Yu Liu 6 # Electronic and Computer Engineering, The Hong Kong

More information

Template based illumination compensation algorithm for multiview video coding

Template based illumination compensation algorithm for multiview video coding Template based illumination compensation algorithm for multiview video coding Xiaoming Li* a, Lianlian Jiang b, Siwei Ma b, Debin Zhao a, Wen Gao b a Department of Computer Science and technology, Harbin

More information

Prediction-based Directional Search for Fast Block-Matching Motion Estimation

Prediction-based Directional Search for Fast Block-Matching Motion Estimation Prediction-based Directional Search for Fast Block-Matching Motion Estimation Binh P. Nguyen School of Information and Communication Technology, Hanoi University of Technology, Vietnam binhnp@it-hut.edu.vn

More information

A High Quality/Low Computational Cost Technique for Block Matching Motion Estimation

A High Quality/Low Computational Cost Technique for Block Matching Motion Estimation A High Quality/Low Computational Cost Technique for Block Matching Motion Estimation S. López, G.M. Callicó, J.F. López and R. Sarmiento Research Institute for Applied Microelectronics (IUMA) Department

More information

Optimum Quantization Parameters for Mode Decision in Scalable Extension of H.264/AVC Video Codec

Optimum Quantization Parameters for Mode Decision in Scalable Extension of H.264/AVC Video Codec Optimum Quantization Parameters for Mode Decision in Scalable Extension of H.264/AVC Video Codec Seung-Hwan Kim and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST), 1 Oryong-dong Buk-gu,

More information

Cross-Layer Optimization for Efficient Delivery of Scalable Video over WiMAX Lung-Jen Wang 1, a *, Chiung-Yun Chang 2,b and Jen-Yi Huang 3,c

Cross-Layer Optimization for Efficient Delivery of Scalable Video over WiMAX Lung-Jen Wang 1, a *, Chiung-Yun Chang 2,b and Jen-Yi Huang 3,c Applied Mechanics and Materials Submitted: 2016-06-28 ISSN: 1662-7482, Vol. 855, pp 171-177 Revised: 2016-08-13 doi:10.4028/www.scientific.net/amm.855.171 Accepted: 2016-08-23 2017 Trans Tech Publications,

More information

Pseudo sequence based 2-D hierarchical coding structure for light-field image compression

Pseudo sequence based 2-D hierarchical coding structure for light-field image compression 2017 Data Compression Conference Pseudo sequence based 2-D hierarchical coding structure for light-field image compression Li Li,ZhuLi,BinLi,DongLiu, and Houqiang Li University of Missouri-KC Microsoft

More information

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

More information

MOTION estimation is one of the major techniques for

MOTION estimation is one of the major techniques for 522 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 18, NO. 4, APRIL 2008 New Block-Based Motion Estimation for Sequences with Brightness Variation and Its Application to Static Sprite

More information

H.264 to MPEG-4 Transcoding Using Block Type Information

H.264 to MPEG-4 Transcoding Using Block Type Information 1568963561 1 H.264 to MPEG-4 Transcoding Using Block Type Information Jae-Ho Hur and Yung-Lyul Lee Abstract In this paper, we propose a heterogeneous transcoding method of converting an H.264 video bitstream

More information

An Efficient Image Compression Using Bit Allocation based on Psychovisual Threshold

An Efficient Image Compression Using Bit Allocation based on Psychovisual Threshold An Efficient Image Compression Using Bit Allocation based on Psychovisual Threshold Ferda Ernawan, Zuriani binti Mustaffa and Luhur Bayuaji Faculty of Computer Systems and Software Engineering, Universiti

More information

Deblocking Filter Algorithm with Low Complexity for H.264 Video Coding

Deblocking Filter Algorithm with Low Complexity for H.264 Video Coding Deblocking Filter Algorithm with Low Complexity for H.264 Video Coding Jung-Ah Choi and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 261 Cheomdan-gwagiro, Buk-gu, Gwangju, 500-712, Korea

More information

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation Optimizing the Deblocking Algorithm for H.264 Decoder Implementation Ken Kin-Hung Lam Abstract In the emerging H.264 video coding standard, a deblocking/loop filter is required for improving the visual

More information

A Robust Wipe Detection Algorithm

A Robust Wipe Detection Algorithm A Robust Wipe Detection Algorithm C. W. Ngo, T. C. Pong & R. T. Chin Department of Computer Science The Hong Kong University of Science & Technology Clear Water Bay, Kowloon, Hong Kong Email: fcwngo, tcpong,

More information

STACK ROBUST FINE GRANULARITY SCALABLE VIDEO CODING

STACK ROBUST FINE GRANULARITY SCALABLE VIDEO CODING Journal of the Chinese Institute of Engineers, Vol. 29, No. 7, pp. 1203-1214 (2006) 1203 STACK ROBUST FINE GRANULARITY SCALABLE VIDEO CODING Hsiang-Chun Huang and Tihao Chiang* ABSTRACT A novel scalable

More information

Testing HEVC model HM on objective and subjective way

Testing HEVC model HM on objective and subjective way Testing HEVC model HM-16.15 on objective and subjective way Zoran M. Miličević, Jovan G. Mihajlović and Zoran S. Bojković Abstract This paper seeks to provide performance analysis for High Efficient Video

More information

Semi-Hierarchical Based Motion Estimation Algorithm for the Dirac Video Encoder

Semi-Hierarchical Based Motion Estimation Algorithm for the Dirac Video Encoder Semi-Hierarchical Based Motion Estimation Algorithm for the Dirac Video Encoder M. TUN, K. K. LOO, J. COSMAS School of Engineering and Design Brunel University Kingston Lane, Uxbridge, UB8 3PH UNITED KINGDOM

More information

Analysis of Motion Estimation Algorithm in HEVC

Analysis of Motion Estimation Algorithm in HEVC Analysis of Motion Estimation Algorithm in HEVC Multimedia Processing EE5359 Spring 2014 Update: 2/27/2014 Advisor: Dr. K. R. Rao Department of Electrical Engineering University of Texas, Arlington Tuan

More information

Reusable HEVC Design in 3D-HEVC

Reusable HEVC Design in 3D-HEVC Reusable HEVC Design in 3D-HEVC Young Su Heo, Gun Bang, and Gwang Hoon Park This paper proposes a reusable design for the merging process used in three-dimensional High Efficiency Video Coding (3D-HEVC),

More information

Design of a High Speed CAVLC Encoder and Decoder with Parallel Data Path

Design of a High Speed CAVLC Encoder and Decoder with Parallel Data Path Design of a High Speed CAVLC Encoder and Decoder with Parallel Data Path G Abhilash M.Tech Student, CVSR College of Engineering, Department of Electronics and Communication Engineering, Hyderabad, Andhra

More information

Depth Estimation for View Synthesis in Multiview Video Coding

Depth Estimation for View Synthesis in Multiview Video Coding MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Depth Estimation for View Synthesis in Multiview Video Coding Serdar Ince, Emin Martinian, Sehoon Yea, Anthony Vetro TR2007-025 June 2007 Abstract

More information

A New H.264-Based Rate Control Algorithm for Stereoscopic Video Coding

A New H.264-Based Rate Control Algorithm for Stereoscopic Video Coding A New H.264-Based ate Control Algorithm for Stereoscopic Video Coding Yi Liao, Wencheng Yang, and Gangyi Jiang International Science Index, Computer and Information Engineering waset.org/publication/161

More information

1492 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 6, DECEMBER 2015

1492 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 6, DECEMBER 2015 1492 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 11, NO. 6, DECEMBER 2015 Low Complexity HEVC INTRA Coding for High-Quality Mobile Video Communication Yun Zhang, Member, IEEE, Sam Kwong, Fellow,

More information

EE Low Complexity H.264 encoder for mobile applications

EE Low Complexity H.264 encoder for mobile applications EE 5359 Low Complexity H.264 encoder for mobile applications Thejaswini Purushotham Student I.D.: 1000-616 811 Date: February 18,2010 Objective The objective of the project is to implement a low-complexity

More information

Categorization for Fast Intra Prediction Mode Decision in H.264/AVC

Categorization for Fast Intra Prediction Mode Decision in H.264/AVC D. Quan and Y.-S. Ho: Categorization for Fast Intra Prediction Mode Decision in H.264/AVC 1049 Categorization for Fast Intra Prediction Mode Decision in H.264/AVC Do Quan and Yo-Sung Ho, Senior Member,

More information

High Efficiency Video Coding (HEVC) test model HM vs. HM- 16.6: objective and subjective performance analysis

High Efficiency Video Coding (HEVC) test model HM vs. HM- 16.6: objective and subjective performance analysis High Efficiency Video Coding (HEVC) test model HM-16.12 vs. HM- 16.6: objective and subjective performance analysis ZORAN MILICEVIC (1), ZORAN BOJKOVIC (2) 1 Department of Telecommunication and IT GS of

More information

Advances of MPEG Scalable Video Coding Standard

Advances of MPEG Scalable Video Coding Standard Advances of MPEG Scalable Video Coding Standard Wen-Hsiao Peng, Chia-Yang Tsai, Tihao Chiang, and Hsueh-Ming Hang National Chiao-Tung University 1001 Ta-Hsueh Rd., HsinChu 30010, Taiwan pawn@mail.si2lab.org,

More information