Home
last modified time | relevance | path

Searched refs:PutByteContext (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A 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 *
[all...]
H A Dsgienc.c52 static int sgi_rle_encode(PutByteContext *pbc, const uint8_t *src, in sgi_rle_encode()
56 void (*bytestream2_put)(PutByteContext *, unsigned int); in sgi_rle_encode()
98 PutByteContext pbc; in encode_frame()
188 PutByteContext taboff_pcb, tablen_pcb; in encode_frame()
H A Dgdv.c35 PutByteContext pb;
215 static void lz_copy(PutByteContext *pb, GetByteContext *g2, int offset, unsigned len) in lz_copy()
249 PutByteContext *pb = &gdv->pb; in decompress_2()
291 PutByteContext *pb = &gdv->pb; in decompress_5()
338 PutByteContext *pb = &gdv->pb; in decompress_68()
464 PutByteContext *pb = &gdv->pb; in gdv_decode_frame()
H A Dmwsc.c42 static int rle_uncompress(GetByteContext *gb, PutByteContext *pb, GetByteContext *gbp, in rle_uncompress()
99 PutByteContext pb; in decode_frame()
H A Dsunrastenc.c33 PutByteContext p;
66 PutByteContext pb_r, pb_g; in sunrast_image_write_image()
H A Dfmvc.c43 PutByteContext pb;
55 static int decode_type2(GetByteContext *gb, PutByteContext *pb) in decode_type2()
290 static int decode_type1(GetByteContext *gb, PutByteContext *pb) in decode_type1()
402 PutByteContext *pb = &s->pb; in decode_frame()
H A Djpeglsenc.c51 static inline void put_marker_byteu(PutByteContext *pb, enum JpegMarker code) in put_marker_byteu()
248 static void ls_store_lse(JLSState *state, PutByteContext *pb) in ls_store_lse()
276 PutByteContext pb; in encode_picture_ls()
H A Dhapenc.c72 static void hap_write_section_header(PutByteContext *pbc, in hap_write_section_header()
161 PutByteContext pbc; in hap_write_frame_header()
H A Dmscc.c46 static int rle_uncompress(AVCodecContext *avctx, GetByteContext *gb, PutByteContext *pb) in rle_uncompress()
140 PutByteContext pb; in decode_frame()
H A Dnotchlc.c61 PutByteContext pb;
79 PutByteContext *pb) in lz4_decompress()
468 PutByteContext *pb = &s->pb; in decode_frame()
H A 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()
H A Dpcm-dvdenc.c124 PutByteContext pb; in pcm_dvd_encode_frame()
H A Dextract_extradata_bsf.c89 PutByteContext pb_filtered_data, pb_extradata; in extract_extradata_av1()
183 PutByteContext pb_filtered_data, pb_extradata; in extract_extradata_h2645()
H A Dsmcenc.c114 PutByteContext *pb) in smc_encode_stream()
504 PutByteContext pb; in smc_encode_frame()
H A Dpcm-blurayenc.c116 PutByteContext pb; in pcm_bluray_encode_frame()
H A Dvbnenc.c48 PutByteContext pb0, *const pb = &pb0; in vbn_encode()
H A Daudiotoolboxdec.c222 static void put_descr(PutByteContext *pb, int tag, unsigned int size) in put_descr()
236 PutByteContext pb; in ffat_get_magic_cookie()
H A Dexrenc.c86 PutByteContext pb;
355 PutByteContext *pb = &s->pb; in encode_frame()
H A Dmagicyuvenc.c152 PutByteContext pb; in magy_encode_init()
417 PutByteContext pb; in magy_encode_frame()
H A Dprosumer.c38 PutByteContext pb;
49 static int decompress(GetByteContext *gb, int size, PutByteContext *pb, const uint32_t *lut) in decompress()
H A Dutvideoenc.c381 int width, int height, PutByteContext *pb) in encode_plane()
524 PutByteContext pb; in utvideo_encode_frame()
H A Dqsvenc_hevc.c56 PutByteContext pbc; in generate_fake_vps()
H A Dh264_parse.c427 PutByteContext pbc; in decode_extradata_ps_mp4()
H A Dvaapi_encode_mjpeg.c266 PutByteContext pbc; in vaapi_encode_mjpeg_init_picture_params()
/third_party/ffmpeg/libavformat/
H A 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()

Completed in 19 milliseconds

12