Searched refs:prefix_bytes (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_vc2hq.c | 53 uint32_t pic_nr, wavelet_depth, prefix_bytes, size_scaler; in send_picture() local 67 prefix_bytes = get_interleaved_ue_golomb(&gc); in send_picture() 81 AV_WB16(&info_hdr[ 4], prefix_bytes); in send_picture()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vc2enc.c | 35 #define SSIZE_ROUND(b) (FFALIGN((b), s->size_scaler) + 4 + s->prefix_bytes) 158 int prefix_bytes; member 423 put_vc2_ue_uint(&s->pb, s->prefix_bytes); in encode_slice_params() 565 bits += 8*s->prefix_bytes; in count_hq_slice() 736 memset(put_bits_ptr(pb), 0, s->prefix_bytes); in encode_hq_slice() 737 skip_put_bytes(pb, s->prefix_bytes); in encode_hq_slice() 791 init_put_bits(&args->pb, buf + skip, args->bytes+s->prefix_bytes); in encode_slices() 965 s->prefix_bytes = 0; in vc2_encode_frame()
|
H A D | diracdec.c | 195 unsigned prefix_bytes; member 850 skip_bits_long(gb, 8*s->highquality.prefix_bytes); in decode_hq_slice() 979 bytes = s->highquality.prefix_bytes + 1; in decode_lowdelay() 1293 s->highquality.prefix_bytes = get_interleaved_ue_golomb(gb); in dirac_unpack_idwt_params() 1295 if (s->highquality.prefix_bytes >= INT_MAX / 8) { in dirac_unpack_idwt_params()
|
Completed in 7 milliseconds