FFmpeg
|
unary.h File Reference
#include "get_bits.h"
Include dependency graph for unary.h:
This graph shows which files directly or indirectly include this file:
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. More... | |
static int | get_unary_0_33 (GetBitContext *gb) |
Get unary code terminated by a 0 with a maximum length of 33. More... | |
static int | get_unary_0_9 (GetBitContext *gb) |
Function Documentation
|
inlinestatic |
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 ape_decode_value_3860(), decode_block(), decode_residues(), decode_rice(), decode_segment(), ff_vc1_parse_frame_header(), ff_vc1_parse_frame_header_adv(), get_rice_ook(), get_unary_0_33(), get_unary_0_9(), h263_get_modb(), mpc8_parse_seektable(), mss4_decode_image_block(), read_var_block_data(), and vc1_decode_ac_coeff().
|
inlinestatic |
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().
|
inlinestatic |
Definition at line 51 of file unary.h.
Referenced by decode_scalar().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11