FFmpeg
Functions
rangecoder.c File Reference

Range coder. More...

#include <string.h>
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "rangecoder.h"
#include "bytestream.h"

Go to the source code of this file.

Functions

 
 
 
 

Detailed Description

Range coder.

based upon "Range encoding: an algorithm for removing redundancy from a digitised message. G. N. N. Martin Presented in March 1979 to the Video & Data Recording Conference, IBM UK Scientific Center held in Southampton July 24-27 1979."

Definition in file rangecoder.c.

Function Documentation

av_cold void ff_init_range_encoder ( RangeCoderc,
uint8_tbuf,
int  buf_size 
)

Definition at line 42 of file rangecoder.c.

Referenced by encode_frame(), ff_init_range_decoder(), and write_extradata().

av_cold void ff_init_range_decoder ( RangeCoderc,
const uint8_tbuf,
int  buf_size 
)

Definition at line 53 of file rangecoder.c.

Referenced by decode_frame(), and read_extra_header().

void ff_build_rac_states ( RangeCoderc,
int  factor,
int  max_p 
)

Definition at line 62 of file rangecoder.c.

Referenced by decode_frame(), encode_frame(), read_extra_header(), and write_extradata().

int ff_rac_terminate ( RangeCoderc )

Definition at line 103 of file rangecoder.c.

Referenced by encode_frame(), encode_slice(), and write_extradata().


Generated on Sun Mar 8 2015 02:35:23 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /