Code Monkey home page Code Monkey logo

gitl265's Introduction

About x265

This work was partially supported by:

National Natural Science Foundation, P.R.China, under Grant 61173081

Guangdong Natural Science Foundation, P.R.China, under Grant S2011020001215.

This project is another version of x265, a open source video encoder base on the High Efficiency Video Coding (HEVC) Standard written by liaozixin, a graduate student of Sun Yat-sen University. The target of this project is to create a realtime HEVC encoder by open source and common contribution of world around engineers.

There are three contributions in this project:

First of all, by reference to the source code of x264 and HM10.0, I design a video encoder base on the HEVC standard which have the similar design architecture and code style of x264.

Secondly, the encode process of HM10.0 is improved. In the encode process of HM10.0, it need to allocate the memory to store the coding information of LCU for all LCUs in one frame of video image, this encoding method requires that a computer should have a large number of available memory, and the memory use is extremely inefficiency. Through improving the encode process in my project, it only allocate the memory to store the coding information of LCU for one LCU, improves the use efficiency of memory space greately.

Last, by use the SSE instruction of x86 assemble language, I optimize those modules which can be computed parallelly in the encoder such as intra frame prediction, transform, quantization, inverse quantization, inverse transform, fractional pixel interpolation and HADAMARD transform.

Besides, I develop a relevant file content compare tool to verify the encoding result of my encoder in the develop process of my project.

The experimental result shows that in the case of getting the same encoding result and code stream, the project reduces the total encoding time by 49% than HM10.0. Among them, the execute time of the extrapolation module of the intra prediction reduces by 63%, the execute time of the Fractional-Pixel Interpolation intepolation module of the inter prediction reduces by 77%, the execute time of the integer number transform module reduces by 44%, the execute time of the Hadamard transform module reduces by 76%! Beside, this project also greatly improved the efficiency in the use of memory.

gitl265's People

Contributors

lheric avatar liaozixinhao avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.