Home
last modified time | relevance | path

Searched refs:PutByteContext (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dbytestream.h37 typedef struct PutByteContext { struct
40 } PutByteContext; typedef
54 static av_always_inline void bytestream2_put_ ## name ## u(PutByteContext *p, \
59 static av_always_inline void bytestream2_put_ ## name(PutByteContext *p, \
147 static av_always_inline void bytestream2_init_writer(PutByteContext *p, in bytestream2_init_writer()
163 static av_always_inline int bytestream2_get_bytes_left_p(PutByteContext *p) in bytestream2_get_bytes_left_p()
180 static av_always_inline void bytestream2_skip_p(PutByteContext *p, in bytestream2_skip_p()
197 static av_always_inline int bytestream2_tell_p(PutByteContext *p) in bytestream2_tell_p()
207 static av_always_inline int bytestream2_size_p(PutByteContext *p) in bytestream2_size_p()
236 static av_always_inline int bytestream2_seek_p(PutByteContext *p, in bytestream2_seek_p()
[all …]
Dsgienc.c51 static int sgi_rle_encode(PutByteContext *pbc, const uint8_t *src, in sgi_rle_encode()
55 void (*bytestream2_put)(PutByteContext *, unsigned int); in sgi_rle_encode()
97 PutByteContext pbc; in encode_frame()
201 PutByteContext taboff_pcb, tablen_pcb; in encode_frame()
Dgdv.c33 PutByteContext pb;
213 static void lz_copy(PutByteContext *pb, GetByteContext *g2, int offset, unsigned len) in lz_copy()
247 PutByteContext *pb = &gdv->pb; in decompress_2()
289 PutByteContext *pb = &gdv->pb; in decompress_5()
336 PutByteContext *pb = &gdv->pb; in decompress_68()
462 PutByteContext *pb = &gdv->pb; in gdv_decode_frame()
Dmwsc.c40 static int rle_uncompress(GetByteContext *gb, PutByteContext *pb, GetByteContext *gbp, in rle_uncompress()
98 PutByteContext pb; in decode_frame()
Djpeglsenc.c45 static inline void put_marker_byteu(PutByteContext *pb, enum JpegMarker code) in put_marker_byteu()
51 static inline void put_marker_byte(PutByteContext *pb, enum JpegMarker code) in put_marker_byte()
248 static void ls_store_lse(JLSState *state, PutByteContext *pb) in ls_store_lse()
276 PutByteContext pb; in encode_picture_ls()
Dsunrastenc.c32 PutByteContext p;
65 PutByteContext pb_r, pb_g; in sunrast_image_write_image()
Dmscc.c44 static int rle_uncompress(AVCodecContext *avctx, GetByteContext *gb, PutByteContext *pb) in rle_uncompress()
139 PutByteContext pb; in decode_frame()
Dfmvc.c42 PutByteContext pb;
54 static int decode_type2(GetByteContext *gb, PutByteContext *pb) in decode_type2()
289 static int decode_type1(GetByteContext *gb, PutByteContext *pb) in decode_type1()
401 PutByteContext *pb = &s->pb; in decode_frame()
Dprosumer.c37 PutByteContext pb;
48 static int decompress(GetByteContext *gb, int size, PutByteContext *pb, const uint32_t *lut) in decompress()
Dhapenc.c75 static void hap_write_section_header(PutByteContext *pbc, in hap_write_section_header()
164 PutByteContext pbc; in hap_write_frame_header()
Dnotchlc.c60 PutByteContext pb;
78 PutByteContext *pb) in lz4_decompress()
469 PutByteContext *pb = &s->pb; in decode_frame()
Dextract_extradata_bsf.c90 PutByteContext pb_filtered_data, pb_extradata; in extract_extradata_av1()
184 PutByteContext pb_filtered_data, pb_extradata; in extract_extradata_h2645()
Diff.c815 PutByteContext pb; in decode_short_horizontal_delta()
869 PutByteContext pb; in decode_byte_vertical_delta()
1047 PutByteContext pb; in decode_short_vertical_delta()
1115 PutByteContext pb; in decode_long_vertical_delta()
1201 PutByteContext pb; in decode_short_vertical_delta2()
1262 PutByteContext pb; in decode_long_vertical_delta2()
1344 PutByteContext pb; in decode_delta_d()
1403 PutByteContext pb; in decode_delta_e()
1454 PutByteContext pb; in decode_delta_l()
Dpcm-dvdenc.c119 PutByteContext pb; in pcm_dvd_encode_frame()
Dexrenc.c83 PutByteContext pb;
347 PutByteContext *pb = &s->pb; in encode_frame()
Dutvideoenc.c412 int width, int height, PutByteContext *pb) in encode_plane()
555 PutByteContext pb; in utvideo_encode_frame()
Daudiotoolboxdec.c218 static void put_descr(PutByteContext *pb, int tag, unsigned int size) in put_descr()
232 PutByteContext pb; in ffat_get_magic_cookie()
Dmagicyuvenc.c149 PutByteContext pb; in magy_encode_init()
414 PutByteContext pb; in magy_encode_frame()
Dqsvenc_hevc.c56 PutByteContext pbc; in generate_fake_vps()
Dcfhdenc.c231 PutByteContext pby;
427 PutByteContext *pby = &s->pby; in cfhd_encode_frame()
Dvideotoolbox.c496 static void videotoolbox_write_mp4_descr_length(PutByteContext *pb, int length) in videotoolbox_write_mp4_descr_length()
514 PutByteContext pb; in videotoolbox_esds_extradata_create()
Dvaapi_encode_mjpeg.c266 PutByteContext pbc; in vaapi_encode_mjpeg_init_picture_params()
Dh264_parse.c425 PutByteContext pbc; in decode_extradata_ps_mp4()
/third_party/ffmpeg/libavformat/
Drtpdec_jpeg.c69 static int jpeg_create_huffman_table(PutByteContext *p, int table_class, in jpeg_create_huffman_table()
88 static void jpeg_put_marker(PutByteContext *pbc, int code) in jpeg_put_marker()
98 PutByteContext pbc; in jpeg_create_header()
Drtmpproto.c1834 PutByteContext pbc; in write_begin()
2208 PutByteContext pbc; in append_flv_data()

12