libavcodec/unary.h File Reference

#include "bitstream.h"

Go to the source code of this file.

Functions

static int get_unary (GetBitContext *gb, int stop, int len)
 Get unary code of limited length.
static int get_unary_0_33 (GetBitContext *gb)
 Get unary code terminated by a 0 with a maximum length of 33.
static int get_unary_0_9 (GetBitContext *gb)


Function Documentation

static int get_unary ( GetBitContext gb,
int  stop,
int  len 
) [inline, static]

Get unary code of limited length.

Parameters:
gb GetBitContext
[in] stop The bitstop value (unary code of 1's or 0's)
[in] len Maximum length
Returns:
Unary length/index

Definition at line 33 of file unary.h.

Referenced by get_unary_0_33(), get_unary_0_9(), mpc8_parse_seektable(), vc1_decode_ac_coeff(), vc1_parse_frame_header(), and vc1_parse_frame_header_adv().

static int get_unary_0_33 ( GetBitContext gb  )  [inline, static]

Get unary code terminated by a 0 with a maximum length of 33.

Parameters:
gb GetBitContext
Returns:
Unary length/index

Definition at line 46 of file unary.h.

Referenced by wv_get_value().

static int get_unary_0_9 ( GetBitContext gb  )  [inline, static]

Definition at line 51 of file unary.h.

Referenced by decode_scalar().


Generated on Fri Oct 26 02:35:44 2012 for FFmpeg by  doxygen 1.5.8