Home
last modified time | relevance | path

Searched refs:prefix_bytes (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpenc_vc2hq.c53 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/grpc/src/core/lib/channel/
Dchannel_stack_builder.cc271 grpc_channel_stack_builder* builder, size_t prefix_bytes, int initial_refs, in grpc_channel_stack_builder_finish() argument
292 *result = gpr_zalloc(prefix_bytes + channel_stack_size); in grpc_channel_stack_builder_finish()
295 static_cast<char*>(*result) + prefix_bytes); in grpc_channel_stack_builder_finish()
Dchannel_stack_builder.h160 grpc_channel_stack_builder* builder, size_t prefix_bytes, int initial_refs,
/third_party/ffmpeg/libavcodec/
Dvc2enc.c33 #define SSIZE_ROUND(b) (FFALIGN((b), s->size_scaler) + 4 + s->prefix_bytes)
156 int prefix_bytes; member
421 put_vc2_ue_uint(&s->pb, s->prefix_bytes); in encode_slice_params()
563 bits += 8*s->prefix_bytes; in count_hq_slice()
734 memset(put_bits_ptr(pb), 0, s->prefix_bytes); in encode_hq_slice()
735 skip_put_bytes(pb, s->prefix_bytes); in encode_hq_slice()
789 init_put_bits(&args->pb, buf + skip, args->bytes+s->prefix_bytes); in encode_slices()
964 s->prefix_bytes = 0; in vc2_encode_frame()
Ddiracdec.c194 unsigned prefix_bytes; member
849 skip_bits_long(gb, 8*s->highquality.prefix_bytes); in decode_hq_slice()
978 bytes = s->highquality.prefix_bytes + 1; in decode_lowdelay()
1292 s->highquality.prefix_bytes = get_interleaved_ue_golomb(gb); in dirac_unpack_idwt_params()
1294 if (s->highquality.prefix_bytes >= INT_MAX / 8) { in dirac_unpack_idwt_params()