Home
last modified time | relevance | path

Searched defs:size (Results 12601 - 12625 of 26996) sorted by relevance

1...<<501502503504505506507508509510>>...1080

/third_party/curl/tests/http/clients/
H A Dh2-download.c48 my_trace(CURL *handle, curl_infotype type, char *data, size_t size, void *userp) my_trace() argument
/third_party/ffmpeg/libavcodec/
H A Daacenc_quantization.h41 quantize_and_encode_band_cost_template( struct AACEncContext *s, PutBitContext *pb, const float *in, float *out, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, float *energy, int BT_ZERO, int BT_UNSIGNED, int BT_PAIR, int BT_ESC, int BT_NOISE, int BT_STEREO, const float ROUNDING) quantize_and_encode_band_cost_template() argument
162 quantize_and_encode_band_cost_NONE(struct AACEncContext *s, PutBitContext *pb, const float *in, float *quant, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, float *energy) quantize_and_encode_band_cost_NONE() argument
250 quantize_band_cost(struct AACEncContext *s, const float *in, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, float *energy, int rtz) quantize_band_cost() argument
259 quantize_band_cost_bits(struct AACEncContext *s, const float *in, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, float *energy, int rtz) quantize_band_cost_bits() argument
273 quantize_and_encode_band(struct AACEncContext *s, PutBitContext *pb, const float *in, float *out, int size, int scale_idx, int cb, const float lambda, int rtz) quantize_and_encode_band() argument
[all...]
H A Daacenc_tns.c106 int w, filt, m, i, top, order, bottom, start, end, size, inc; in ff_aac_apply_tns() local
H A Davcodec.c45 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2), void *arg, int *ret, int count, int size) in avcodec_default_execute() argument
H A Ddsicinvideo.c87 cin_apply_delta_data(const unsigned char *src, unsigned char *dst, int size) cin_apply_delta_data() argument
H A Dfmvc.c37 int size; member
416 unsigned type, size; in decode_frame() local
467 unsigned size, offset; in decode_frame() local
[all...]
H A Dfraps.c90 fraps2_decode_plane(FrapsContext *s, uint8_t *dst, int stride, int w, int h, const uint8_t *src, int size, int Uoff, const int step) fraps2_decode_plane() argument
H A Dh2645_parse.c264 int size = nal->size; in get_bit_length() local
349 alloc_rbsp_buffer(H2645RBSP *rbsp, unsigned int size, int use_ref) alloc_rbsp_buffer() argument
[all...]
H A Dhuffman.c46 static void heap_sift(HeapElem *h, int root, int size) in heap_sift() argument
67 int size = 0; in ff_huff_gen_len_table() local
[all...]
H A Dmpc8.c80 static int mpc8_get_mask(GetBitContext *gb, int size, int t) in mpc8_get_mask() argument
H A Dcinepak.c66 int size; member
78 cinepak_decode_codebook(cvid_codebook *codebook, int chunk_id, int size, const uint8_t *data) cinepak_decode_codebook() argument
134 cinepak_decode_vectors(CinepakContext *s, cvid_strip *strip, int chunk_id, int size, const uint8_t *data) cinepak_decode_vectors() argument
268 cinepak_decode_strip(CinepakContext *s, cvid_strip *strip, const uint8_t *data, int size) cinepak_decode_strip() argument
[all...]
H A Ddv.h104 int size = d->n_difchan * d->difseg_size * 27; in dv_work_pool_size() local
H A Ddxva2_av1.c270 dxva2_av1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) dxva2_av1_start_frame() argument
291 dxva2_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) dxva2_av1_decode_slice() argument
H A Ddxva2_h264.c346 unsigned position, size; in commit_bitstream_and_slice_buffer() local
199 fill_slice_short(DXVA_Slice_H264_Short *slice, unsigned position, unsigned size) fill_slice_short() argument
218 fill_slice_long(AVCodecContext *avctx, DXVA_Slice_H264_Long *slice, const DXVA_PicParams_H264 *pp, unsigned position, unsigned size) fill_slice_long() argument
443 dxva2_h264_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) dxva2_h264_start_frame() argument
467 dxva2_h264_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) dxva2_h264_decode_slice() argument
[all...]
H A Ddxva2_hevc.c285 unsigned position, size; in commit_bitstream_and_slice_buffer() local
230 fill_slice_short(DXVA_Slice_HEVC_Short *slice, unsigned position, unsigned size) fill_slice_short() argument
358 dxva2_hevc_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) dxva2_hevc_start_frame() argument
382 dxva2_hevc_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) dxva2_hevc_decode_slice() argument
[all...]
H A Ddxva2_vc1.c230 unsigned position, size; in commit_bitstream_and_slice_buffer() local
165 fill_slice(AVCodecContext *avctx, DXVA_SliceInfo *slice, unsigned position, unsigned size) fill_slice() argument
312 dxva2_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) dxva2_vc1_start_frame() argument
332 dxva2_vc1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) dxva2_vc1_decode_slice() argument
[all...]
H A Dhevc_sei.c181 int size = bytestream2_get_bytes_left(gb); in decode_nal_sei_user_data_unregistered() local
H A Dmidivid.c155 static ptrdiff_t lzss_uncompress(MidiVidContext *s, GetByteContext *gb, uint8_t *dst, unsigned int size) in lzss_uncompress() argument
H A Dbytestream.h168 bytestream2_skip(GetByteContext *g, unsigned int size) bytestream2_skip() argument
174 bytestream2_skipu(GetByteContext *g, unsigned int size) bytestream2_skipu() argument
180 bytestream2_skip_p(PutByteContext *p, unsigned int size) bytestream2_skip_p() argument
267 bytestream2_get_buffer(GetByteContext *g, uint8_t *dst, unsigned int size) bytestream2_get_buffer() argument
277 bytestream2_get_bufferu(GetByteContext *g, uint8_t *dst, unsigned int size) bytestream2_get_bufferu() argument
286 bytestream2_put_buffer(PutByteContext *p, const uint8_t *src, unsigned int size) bytestream2_put_buffer() argument
301 bytestream2_put_bufferu(PutByteContext *p, const uint8_t *src, unsigned int size) bytestream2_put_bufferu() argument
310 bytestream2_set_buffer(PutByteContext *p, const uint8_t c, unsigned int size) bytestream2_set_buffer() argument
324 bytestream2_set_bufferu(PutByteContext *p, const uint8_t c, unsigned int size) bytestream2_set_bufferu() argument
337 bytestream2_copy_bufferu(PutByteContext *p, GetByteContext *g, unsigned int size) bytestream2_copy_bufferu() argument
347 bytestream2_copy_buffer(PutByteContext *p, GetByteContext *g, unsigned int size) bytestream2_copy_buffer() argument
363 bytestream_get_buffer(const uint8_t **b, uint8_t *dst, unsigned int size) bytestream_get_buffer() argument
372 bytestream_put_buffer(uint8_t **b, const uint8_t *src, unsigned int size) bytestream_put_buffer() argument
[all...]
H A Dcbs_mpeg2.c356 size_t size, dp; in cbs_mpeg2_assemble_fragment() local
H A Dcbs_jpeg.c396 size_t size, dp, sp; in cbs_jpeg_assemble_fragment() local
H A Dfaxcompr.c366 static void put_line(uint8_t *dst, int size, int width, const int *runs) in put_line() argument
H A Diirfilter.c276 ff_iir_filter(const struct FFIIRFilterCoeffs *c, struct FFIIRFilterState *s, int size, const int16_t *src, ptrdiff_t sstep, int16_t *dst, ptrdiff_t dstep) ff_iir_filter() argument
301 iir_filter_flt(const struct FFIIRFilterCoeffs *c, struct FFIIRFilterState *s, int size, const float *src, ptrdiff_t sstep, float *dst, ptrdiff_t dstep) iir_filter_flt() argument
H A Dlibopenh264enc.c363 int i, size = 0; in svc_encode_init() local
391 int size = 0, layer, first_layer = 0; in svc_encode_frame() local
[all...]
H A Datrac9tab.h425 const int size; member

Completed in 26 milliseconds

1...<<501502503504505506507508509510>>...1080