/third_party/ffmpeg/libavcodec/ |
H A D | bytestream.h | 37 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 D | sgienc.c | 52 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 D | gdv.c | 35 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 D | mwsc.c | 42 static int rle_uncompress(GetByteContext *gb, PutByteContext *pb, GetByteContext *gbp, in rle_uncompress() 99 PutByteContext pb; in decode_frame()
|
H A D | sunrastenc.c | 33 PutByteContext p; 66 PutByteContext pb_r, pb_g; in sunrast_image_write_image()
|
H A D | fmvc.c | 43 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 D | jpeglsenc.c | 51 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 D | hapenc.c | 72 static void hap_write_section_header(PutByteContext *pbc, in hap_write_section_header() 161 PutByteContext pbc; in hap_write_frame_header()
|
H A D | mscc.c | 46 static int rle_uncompress(AVCodecContext *avctx, GetByteContext *gb, PutByteContext *pb) in rle_uncompress() 140 PutByteContext pb; in decode_frame()
|
H A D | notchlc.c | 61 PutByteContext pb; 79 PutByteContext *pb) in lz4_decompress() 468 PutByteContext *pb = &s->pb; in decode_frame()
|
H A D | iff.c | 815 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 D | pcm-dvdenc.c | 124 PutByteContext pb; in pcm_dvd_encode_frame()
|
H A D | extract_extradata_bsf.c | 89 PutByteContext pb_filtered_data, pb_extradata; in extract_extradata_av1() 183 PutByteContext pb_filtered_data, pb_extradata; in extract_extradata_h2645()
|
H A D | smcenc.c | 114 PutByteContext *pb) in smc_encode_stream() 504 PutByteContext pb; in smc_encode_frame()
|
H A D | pcm-blurayenc.c | 116 PutByteContext pb; in pcm_bluray_encode_frame()
|
H A D | vbnenc.c | 48 PutByteContext pb0, *const pb = &pb0; in vbn_encode()
|
H A D | audiotoolboxdec.c | 222 static void put_descr(PutByteContext *pb, int tag, unsigned int size) in put_descr() 236 PutByteContext pb; in ffat_get_magic_cookie()
|
H A D | exrenc.c | 86 PutByteContext pb; 355 PutByteContext *pb = &s->pb; in encode_frame()
|
H A D | magicyuvenc.c | 152 PutByteContext pb; in magy_encode_init() 417 PutByteContext pb; in magy_encode_frame()
|
H A D | prosumer.c | 38 PutByteContext pb; 49 static int decompress(GetByteContext *gb, int size, PutByteContext *pb, const uint32_t *lut) in decompress()
|
H A D | utvideoenc.c | 381 int width, int height, PutByteContext *pb) in encode_plane() 524 PutByteContext pb; in utvideo_encode_frame()
|
H A D | qsvenc_hevc.c | 56 PutByteContext pbc; in generate_fake_vps()
|
H A D | h264_parse.c | 427 PutByteContext pbc; in decode_extradata_ps_mp4()
|
H A D | vaapi_encode_mjpeg.c | 266 PutByteContext pbc; in vaapi_encode_mjpeg_init_picture_params()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_jpeg.c | 69 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()
|