PutBitContext 44 libavcodec/aac_adtstoasc_bsf.c PutBitContext pb; PutBitContext 107 libavcodec/aaccoder.c PutBitContext *pb, const float *in, PutBitContext 213 libavcodec/aaccoder.c PutBitContext *pb, const float *in, \ PutBitContext 232 libavcodec/aaccoder.c PutBitContext *pb, const float *in, PutBitContext 266 libavcodec/aaccoder.c static void quantize_and_encode_band(struct AACEncContext *s, PutBitContext *pb, PutBitContext 172 libavcodec/aacenc.c PutBitContext pb; PutBitContext 298 libavcodec/aacenc.c static void encode_ms_info(PutBitContext *pb, ChannelElement *cpe) PutBitContext 54 libavcodec/aacenc.h void (*quantize_and_encode_band)(struct AACEncContext *s, PutBitContext *pb, const float *in, int size, PutBitContext 67 libavcodec/aacenc.h PutBitContext pb; PutBitContext 166 libavcodec/ac3enc.h PutBitContext pb; ///< bitstream writer context PutBitContext 543 libavcodec/adpcmenc.c PutBitContext pb; PutBitContext 573 libavcodec/adpcmenc.c PutBitContext pb; PutBitContext 40 libavcodec/adxenc.c PutBitContext pb; PutBitContext 72 libavcodec/alacenc.c PutBitContext pbctx; PutBitContext 367 libavcodec/alacenc.c PutBitContext *pb = &s->pbctx; PutBitContext 458 libavcodec/alacenc.c PutBitContext *pb = &s->pbctx; PutBitContext 49 libavcodec/asv.h PutBitContext pb; PutBitContext 38 libavcodec/asvenc.c static inline void asv2_put_bits(PutBitContext *pb, int n, int v) PutBitContext 43 libavcodec/asvenc.c static inline void asv1_put_level(PutBitContext *pb, int level) PutBitContext 55 libavcodec/asvenc.c static inline void asv2_put_level(ASV1Context *a, PutBitContext *pb, int level) PutBitContext 47 libavcodec/bitstream.c void avpriv_align_put_bits(PutBitContext *s) PutBitContext 52 libavcodec/bitstream.c void avpriv_put_string(PutBitContext *pb, const char *string, PutBitContext 63 libavcodec/bitstream.c void avpriv_copy_bits(PutBitContext *pb, const uint8_t *src, int length) PutBitContext 55 libavcodec/cabac.h PutBitContext pb; PutBitContext 43 libavcodec/cljrenc.c PutBitContext pb; PutBitContext 46 libavcodec/dca.c PutBitContext pb; PutBitContext 47 libavcodec/dcaenc.c PutBitContext pb; PutBitContext 263 libavcodec/dvdec.c static inline void bit_copy(PutBitContext *pb, GetBitContext *gb) PutBitContext 286 libavcodec/dvdec.c PutBitContext pb, vs_pb; PutBitContext 162 libavcodec/dvenc.c static av_always_inline PutBitContext *dv_encode_ac(EncBlockInfo *bi, PutBitContext 163 libavcodec/dvenc.c PutBitContext *pb_pool, PutBitContext 164 libavcodec/dvenc.c PutBitContext *pb_end) PutBitContext 167 libavcodec/dvenc.c PutBitContext *pb = pb_pool; PutBitContext 430 libavcodec/dvenc.c PutBitContext pbs[5 * DV_MAX_BPM]; PutBitContext 431 libavcodec/dvenc.c PutBitContext *pb; PutBitContext 251 libavcodec/faxcompr.c PutBitContext pb; PutBitContext 79 libavcodec/ffv1.h PutBitContext pb; PutBitContext 235 libavcodec/ffv1enc.c static inline void put_vlc_symbol(PutBitContext *pb, VlcState *const state, PutBitContext 97 libavcodec/flacenc.c PutBitContext pb; PutBitContext 129 libavcodec/flacenc.c PutBitContext pb; PutBitContext 1073 libavcodec/flacenc.c static void write_utf8(PutBitContext *pb, uint32_t val) PutBitContext 284 libavcodec/flashsv2enc.c PutBitContext pb; PutBitContext 149 libavcodec/flashsvenc.c PutBitContext pb; PutBitContext 29 libavcodec/flv.h void ff_flv2_encode_ac_esc(PutBitContext *pb, int slevel, int level, int run, PutBitContext 73 libavcodec/flvenc.c void ff_flv2_encode_ac_esc(PutBitContext *pb, int slevel, int level, PutBitContext 2280 libavcodec/g723_1.c PutBitContext pb; PutBitContext 347 libavcodec/g726.c PutBitContext pb; PutBitContext 37 libavcodec/golomb-test.c PutBitContext pb; PutBitContext 463 libavcodec/golomb.h static inline void set_ue_golomb(PutBitContext *pb, int i) PutBitContext 484 libavcodec/golomb.h static inline void set_te_golomb(PutBitContext *pb, int i, int range) PutBitContext 498 libavcodec/golomb.h static inline void set_se_golomb(PutBitContext *pb, int i) PutBitContext 519 libavcodec/golomb.h static inline void set_ur_golomb(PutBitContext *pb, int i, int k, int limit, PutBitContext 536 libavcodec/golomb.h static inline void set_ur_golomb_jpegls(PutBitContext *pb, int i, int k, PutBitContext 565 libavcodec/golomb.h static inline void set_sr_golomb(PutBitContext *pb, int i, int k, int limit, PutBitContext 579 libavcodec/golomb.h static inline void set_sr_golomb_flac(PutBitContext *pb, int i, int k, PutBitContext 59 libavcodec/huffyuv.h PutBitContext pb; PutBitContext 40 libavcodec/jpeglsenc.c static inline void ls_encode_regular(JLSState *state, PutBitContext *pb, int Q, PutBitContext 68 libavcodec/jpeglsenc.c static inline void ls_encode_runterm(JLSState *state, PutBitContext *pb, PutBitContext 101 libavcodec/jpeglsenc.c static inline void ls_encode_run(JLSState *state, PutBitContext *pb, int run, PutBitContext 123 libavcodec/jpeglsenc.c static inline void ls_encode_line(JLSState *state, PutBitContext *pb, PutBitContext 226 libavcodec/jpeglsenc.c static void ls_store_lse(JLSState *state, PutBitContext *pb) PutBitContext 254 libavcodec/jpeglsenc.c PutBitContext pb, pb2; PutBitContext 61 libavcodec/ljpegenc.c static int ljpeg_encode_bgr(AVCodecContext *avctx, PutBitContext *pb, PutBitContext 122 libavcodec/ljpegenc.c static inline void ljpeg_encode_yuv_mb(LJpegEncContext *s, PutBitContext *pb, PutBitContext 187 libavcodec/ljpegenc.c static int ljpeg_encode_yuv(AVCodecContext *avctx, PutBitContext *pb, PutBitContext 214 libavcodec/ljpegenc.c PutBitContext pb; PutBitContext 35 libavcodec/lzw.h struct PutBitContext; PutBitContext 58 libavcodec/lzw.h void (*lzw_put_bits)(struct PutBitContext *, int, unsigned int)); PutBitContext 61 libavcodec/lzw.h void (*lzw_flush_put_bits)(struct PutBitContext *)); PutBitContext 57 libavcodec/lzwenc.c PutBitContext pb; ///< Put bit context for output PutBitContext 63 libavcodec/lzwenc.c void (*put_bits)(PutBitContext *, int, unsigned); ///< GIF is LE while TIFF is BE PutBitContext 204 libavcodec/lzwenc.c void (*lzw_put_bits)(PutBitContext *, int, unsigned)) PutBitContext 261 libavcodec/lzwenc.c void (*lzw_flush_put_bits)(PutBitContext *)) PutBitContext 207 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 280 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 372 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 451 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 545 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 638 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 844 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 869 libavcodec/mips/aaccoder_mips.c static void quantize_and_encode_band_mips(struct AACEncContext *s, PutBitContext *pb, PutBitContext 881 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 890 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 962 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1020 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1094 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1152 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1210 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1312 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1350 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1370 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1483 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1585 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1703 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1836 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 1969 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 2103 libavcodec/mips/aaccoder_mips.c PutBitContext *pb, const float *in, PutBitContext 123 libavcodec/mjpeg.h static inline void put_marker(PutBitContext *p, int code) PutBitContext 1891 libavcodec/mjpegdec.c PutBitContext pb; PutBitContext 37 libavcodec/mjpegenc_common.c static int put_huffman_table(PutBitContext *p, int table_class, int table_id, PutBitContext 57 libavcodec/mjpegenc_common.c static void jpeg_table_header(AVCodecContext *avctx, PutBitContext *p, PutBitContext 114 libavcodec/mjpegenc_common.c static void jpeg_put_comments(AVCodecContext *avctx, PutBitContext *p) PutBitContext 182 libavcodec/mjpegenc_common.c void ff_mjpeg_encode_picture_header(AVCodecContext *avctx, PutBitContext *pb, PutBitContext 281 libavcodec/mjpegenc_common.c void ff_mjpeg_escape_FF(PutBitContext *pb, int start) PutBitContext 343 libavcodec/mjpegenc_common.c PutBitContext *pbc = &s->pb; PutBitContext 356 libavcodec/mjpegenc_common.c void ff_mjpeg_encode_picture_trailer(PutBitContext *pb, int header_bits) PutBitContext 363 libavcodec/mjpegenc_common.c void ff_mjpeg_encode_dc(PutBitContext *pb, int val, PutBitContext 31 libavcodec/mjpegenc_common.h void ff_mjpeg_encode_picture_header(AVCodecContext *avctx, PutBitContext *pb, PutBitContext 35 libavcodec/mjpegenc_common.h void ff_mjpeg_encode_picture_trailer(PutBitContext *pb, int header_bits); PutBitContext 36 libavcodec/mjpegenc_common.h void ff_mjpeg_escape_FF(PutBitContext *pb, int start); PutBitContext 40 libavcodec/mjpegenc_common.h void ff_mjpeg_encode_dc(PutBitContext *pb, int val, PutBitContext 157 libavcodec/mpeg4audio.c static av_always_inline unsigned int copy_bits(PutBitContext *pb, PutBitContext 166 libavcodec/mpeg4audio.c int avpriv_copy_pce_data(PutBitContext *pb, GetBitContext *gb) PutBitContext 108 libavcodec/mpeg4audio.h int avpriv_copy_pce_data(PutBitContext *pb, GetBitContext *gb); PutBitContext 145 libavcodec/mpeg4video.h void ff_mpeg4_stuffing(PutBitContext *pbc); PutBitContext 257 libavcodec/mpeg4videoenc.c static inline void mpeg4_encode_dc(PutBitContext *s, int level, int n) PutBitContext 312 libavcodec/mpeg4videoenc.c uint8_t *scan_table, PutBitContext *dc_pb, PutBitContext 313 libavcodec/mpeg4videoenc.c PutBitContext *ac_pb) PutBitContext 427 libavcodec/mpeg4videoenc.c PutBitContext *dc_pb, PutBitContext 428 libavcodec/mpeg4videoenc.c PutBitContext *ac_pb) PutBitContext 507 libavcodec/mpeg4videoenc.c PutBitContext *const pb2 = s->data_partitioning ? &s->pb2 : &s->pb; PutBitContext 508 libavcodec/mpeg4videoenc.c PutBitContext *const tex_pb = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B ? &s->tex_pb : &s->pb; PutBitContext 509 libavcodec/mpeg4videoenc.c PutBitContext *const dc_pb = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_I ? &s->pb2 : &s->pb; PutBitContext 891 libavcodec/mpeg4videoenc.c void ff_mpeg4_stuffing(PutBitContext *pbc) PutBitContext 48 libavcodec/mpegaudioenc_template.c PutBitContext pb; PutBitContext 612 libavcodec/mpegaudioenc_template.c PutBitContext *p = &s->pb; PutBitContext 285 libavcodec/mpegvideo.h PutBitContext pb; PutBitContext 539 libavcodec/mpegvideo.h PutBitContext tex_pb; ///< used for data partitioned VOPs PutBitContext 540 libavcodec/mpegvideo.h PutBitContext pb2; ///< used for data partitioned VOPs PutBitContext 786 libavcodec/mpegvideo.h void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix); PutBitContext 170 libavcodec/mpegvideo_enc.c void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix) PutBitContext 1804 libavcodec/mpegvideo_enc.c PutBitContext *pb = &s->thread_context[i]->pb; PutBitContext 2498 libavcodec/mpegvideo_enc.c PutBitContext pb[2], PutBitContext pb2[2], PutBitContext tex_pb[2], PutBitContext 2733 libavcodec/mpegvideo_enc.c PutBitContext pb[2], pb2[2], tex_pb[2]; PutBitContext 45 libavcodec/msmpeg4.h void ff_msmpeg4_code012(PutBitContext *pb, int n); PutBitContext 69 libavcodec/msmpeg4enc.c void ff_msmpeg4_code012(PutBitContext *pb, int n) PutBitContext 302 libavcodec/nellymoserenc.c PutBitContext pb; PutBitContext 131 libavcodec/pnmdec.c PutBitContext pb; PutBitContext 157 libavcodec/proresenc_anatoliy.c static void encode_codeword(PutBitContext *pb, int val, int codebook) PutBitContext 203 libavcodec/proresenc_anatoliy.c static void encode_dc_coeffs(PutBitContext *pb, int16_t *in, PutBitContext 234 libavcodec/proresenc_anatoliy.c static void encode_ac_coeffs(AVCodecContext *avctx, PutBitContext *pb, PutBitContext 291 libavcodec/proresenc_anatoliy.c PutBitContext pb; PutBitContext 330 libavcodec/proresenc_kostya.c static inline void encode_vlc_codeword(PutBitContext *pb, unsigned codebook, int val) PutBitContext 362 libavcodec/proresenc_kostya.c static void encode_dcs(PutBitContext *pb, int16_t *blocks, PutBitContext 388 libavcodec/proresenc_kostya.c static void encode_acs(PutBitContext *pb, int16_t *blocks, PutBitContext 422 libavcodec/proresenc_kostya.c static int encode_slice_plane(ProresContext *ctx, PutBitContext *pb, PutBitContext 441 libavcodec/proresenc_kostya.c static void put_alpha_diff(PutBitContext *pb, int cur, int prev, int abits) PutBitContext 461 libavcodec/proresenc_kostya.c static void put_alpha_run(PutBitContext *pb, int run) PutBitContext 475 libavcodec/proresenc_kostya.c static int encode_alpha_plane(ProresContext *ctx, PutBitContext *pb, PutBitContext 508 libavcodec/proresenc_kostya.c PutBitContext *pb, PutBitContext 936 libavcodec/proresenc_kostya.c PutBitContext pb; PutBitContext 48 libavcodec/put_bits.h static inline void init_put_bits(PutBitContext *s, uint8_t *buffer, PutBitContext 71 libavcodec/put_bits.h static inline void rebase_put_bits(PutBitContext *s, uint8_t *buffer, PutBitContext 85 libavcodec/put_bits.h static inline int put_bits_count(PutBitContext *s) PutBitContext 93 libavcodec/put_bits.h static inline int put_bits_left(PutBitContext* s) PutBitContext 101 libavcodec/put_bits.h static inline void flush_put_bits(PutBitContext *s) PutBitContext 130 libavcodec/put_bits.h void avpriv_align_put_bits(PutBitContext *s); PutBitContext 137 libavcodec/put_bits.h void avpriv_put_string(PutBitContext *pb, const char *string, PutBitContext 145 libavcodec/put_bits.h void avpriv_copy_bits(PutBitContext *pb, const uint8_t *src, int length); PutBitContext 152 libavcodec/put_bits.h static inline void put_bits(PutBitContext *s, int n, unsigned int value) PutBitContext 192 libavcodec/put_bits.h static inline void put_sbits(PutBitContext *pb, int n, int32_t value) PutBitContext 202 libavcodec/put_bits.h static void av_unused put_bits32(PutBitContext *s, uint32_t value) PutBitContext 219 libavcodec/put_bits.h static inline uint8_t *put_bits_ptr(PutBitContext *s) PutBitContext 228 libavcodec/put_bits.h static inline void skip_put_bytes(PutBitContext *s, int n) PutBitContext 240 libavcodec/put_bits.h static inline void skip_put_bits(PutBitContext *s, int n) PutBitContext 252 libavcodec/put_bits.h static inline void set_put_bits_buffer_size(PutBitContext *s, int size) PutBitContext 333 libavcodec/ra144enc.c PutBitContext *pb) PutBitContext 436 libavcodec/ra144enc.c PutBitContext pb; PutBitContext 79 libavcodec/s302menc.c PutBitContext pb; PutBitContext 180 libavcodec/sonic.c static inline int intlist_write(PutBitContext *pb, int *buf, int entries, int base_2_part) PutBitContext 216 libavcodec/sonic.c static void write_uint_max(PutBitContext *pb, unsigned int value, unsigned int max) PutBitContext 252 libavcodec/sonic.c static int intlist_write(PutBitContext *pb, int *buf, int entries, int base_2_part) PutBitContext 592 libavcodec/sonic.c PutBitContext pb; PutBitContext 185 libavcodec/svq1enc.c PutBitContext backup[6]; PutBitContext 44 libavcodec/svq1enc.h PutBitContext pb; PutBitContext 49 libavcodec/svq1enc.h PutBitContext reorder_pb[6]; PutBitContext 116 libavcodec/ttaenc.c PutBitContext pb; PutBitContext 362 libavcodec/utvideoenc.c PutBitContext pb; PutBitContext 142 libavcodec/vorbisenc.c static inline int put_codeword(PutBitContext *pb, vorbis_enc_codebook *cb, PutBitContext 440 libavcodec/vorbisenc.c static void put_float(PutBitContext *pb, float f) PutBitContext 454 libavcodec/vorbisenc.c static void put_codebook_header(PutBitContext *pb, vorbis_enc_codebook *cb) PutBitContext 519 libavcodec/vorbisenc.c static void put_floor_header(PutBitContext *pb, vorbis_enc_floor *fc) PutBitContext 552 libavcodec/vorbisenc.c static void put_residue_header(PutBitContext *pb, vorbis_enc_residue *rc) PutBitContext 587 libavcodec/vorbisenc.c PutBitContext pb; PutBitContext 764 libavcodec/vorbisenc.c PutBitContext *pb, uint16_t *posts, PutBitContext 852 libavcodec/vorbisenc.c static float *put_vector(vorbis_enc_codebook *book, PutBitContext *pb, PutBitContext 876 libavcodec/vorbisenc.c PutBitContext *pb, float *coeffs, int samples, PutBitContext 1029 libavcodec/vorbisenc.c PutBitContext pb; PutBitContext 78 libavcodec/wavpackenc.c PutBitContext pb; PutBitContext 1978 libavcodec/wavpackenc.c PutBitContext *pb = &s->pb; PutBitContext 2147 libavcodec/wavpackenc.c PutBitContext *pb = &s->pb; PutBitContext 2173 libavcodec/wavpackenc.c PutBitContext *pb = &s->pb; PutBitContext 70 libavcodec/wma.h PutBitContext pb; PutBitContext 76 libavcodec/wmalosslessdec.c PutBitContext pb; ///< context for filling the frame_data buffer PutBitContext 1114 libavcodec/wmalosslessdec.c PutBitContext tmp; PutBitContext 177 libavcodec/wmaprodec.c PutBitContext pb; ///< context for filling the frame_data buffer PutBitContext 1511 libavcodec/wmaprodec.c PutBitContext tmp = s->pb; PutBitContext 214 libavcodec/wmavoice.c PutBitContext pb; ///< bitstream writer for #sframe_cache PutBitContext 1917 libavcodec/wmavoice.c static void copy_bits(PutBitContext *pb, PutBitContext 32 libavcodec/wmv2enc.c PutBitContext pb; PutBitContext 42 libavcodec/xsubenc.c static void put_xsub_rle(PutBitContext *pb, int len, int color) PutBitContext 56 libavcodec/xsubenc.c static int xsub_encode_rle(PutBitContext *pb, const uint8_t *bitmap, PutBitContext 123 libavcodec/xsubenc.c PutBitContext pb; PutBitContext 51 libavformat/adtsenc.c PutBitContext pb; PutBitContext 114 libavformat/adtsenc.c PutBitContext pb; PutBitContext 72 libavformat/bit.c PutBitContext pbo; PutBitContext 99 libavformat/latmenc.c static void latm_write_frame_header(AVFormatContext *s, PutBitContext *bs) PutBitContext 148 libavformat/latmenc.c PutBitContext bs; PutBitContext 256 libavformat/movenc.c PutBitContext pbc; PutBitContext 454 libavformat/movenc.c PutBitContext pbc; PutBitContext 724 libavformat/movenc.c PutBitContext pbc; PutBitContext 95 libavformat/mpegenc.c PutBitContext pb; PutBitContext 130 libavformat/mpegenc.c PutBitContext pb; PutBitContext 48 libavformat/rtpenc_h263_rfc2190.c PutBitContext pb; PutBitContext 75 libavformat/rtpenc_h263_rfc2190.c PutBitContext pb; PutBitContext 85 libavformat/swfenc.c PutBitContext p; PutBitContext 109 libavformat/swfenc.c static void put_swf_line_edge(PutBitContext *pb, int dx, int dy) PutBitContext 141 libavformat/swfenc.c PutBitContext p; PutBitContext 178 libavformat/swfenc.c PutBitContext p; PutBitContext 97 tools/probetest.c PutBitContext pb;