MCPcopy Create free account

hub / github.com/FFmpeg/FFmpeg / functions

Functions7,226 in github.com/FFmpeg/FFmpeg

↓ 2 callersFunctionvc1_decode_sequence_header
* Decode Simple/Main Profiles sequence header * @see Figure 7-8, p16-17 * @param avctx Codec context * @param gb GetBit context initialized from Co
libavcodec/vc1.c:290
↓ 2 callersFunctionvc1_mc_1mv
Do motion compensation over 1 macroblock * Mostly adapted hpel_motion and qpel_motion from mpegvideo.c */
libavcodec/vc1dec.c:215
↓ 2 callersFunctionvc1_parse_frame_header
libavcodec/vc1.c:560
↓ 2 callersFunctionvc1_parse_frame_header_adv
libavcodec/vc1.c:775
↓ 2 callersFunctionvc1_pred_dc
Get predicted DC value * prediction dir: left=0, top=1 * @param s MpegEncContext * @param overlap flag indicating that overlap filtering is used *
libavcodec/vc1dec.c:1253
↓ 2 callersFunctionvc1_put_block
Put block onto picture */
libavcodec/vc1dec.c:181
↓ 2 callersFunctionvertical_compose53iH0
libavcodec/dwt.c:428
↓ 2 callersFunctionvertical_compose53iL0
libavcodec/dwt.c:436
↓ 2 callersFunctionvertical_compose97iH0
libavcodec/dwt.c:546
↓ 2 callersFunctionvertical_compose97iH1
libavcodec/dwt.c:554
↓ 2 callersFunctionvertical_compose97iL0
libavcodec/dwt.c:562
↓ 2 callersFunctionvertical_compose97iL1
libavcodec/dwt.c:574
↓ 2 callersFunctionvop_dquant_decoding
/ VOP Dquant decoding * @param v VC-1 Context */
libavcodec/vc1.c:240
↓ 2 callersFunctionvorbis_free
libavcodec/vorbis_dec.c:190
↓ 2 callersFunctionvp3_draw_horiz_band
* called when all pixels up to row y are complete */
libavcodec/vp3.c:1308
↓ 2 callersFunctionvp56_init
libavcodec/vp56.c:642
↓ 2 callersFunctionvp56_init_dequant
libavcodec/vp56.c:31
↓ 2 callersFunctionvp56_init_range_decoder
libavcodec/vp56.h:183
↓ 2 callersFunctionvp6_coeff_order_table_init
libavcodec/vp6.c:155
↓ 2 callersFunctionwp_exp2
libavcodec/wavpack.c:162
↓ 2 callersFunctionwrite_back_non_zero_count
libavcodec/h264.h:1181
↓ 2 callersFunctionwrite_float_3d_array
libavcodec/aacps_tablegen.c:28
↓ 2 callersFunctionwrite_packet_header
libavformat/rmenc.c:275
↓ 2 callersFunctionwrite_streaminfo
* Writes streaminfo metadata block to byte array */
libavcodec/flacenc.c:103
↓ 2 callersFunctionwrittenBytes
* Calculate number of bytes written * @param s LZW encode state * @return Number of bytes written */
libavcodec/lzwenc.c:187
↓ 2 callersFunctionwv_get_value
libavcodec/wavpack.c:261
↓ 2 callersFunctionwv_get_value_float
libavcodec/wavpack.c:380
↓ 2 callersFunctionwv_get_value_integer
libavcodec/wavpack.c:364
↓ 2 callersFunctionwv_read_block_header
libavformat/wv.c:72
↓ 2 callersFunctionx8_loop_filter
libavcodec/intrax8dsp.c:324
↓ 2 callersFunctionxor_32_to_8
XOR four bytes into one. */
libavcodec/mlp.h:120
↓ 2 callersFunctionyuv2nv12XinC
libswscale/swscale.c:396
↓ 2 callersFunctionyuv2packedXinC
libswscale/swscale.c:895
↓ 2 callersFunctionyuv2yuvXinC
libswscale/swscale.c:355
↓ 2 callersFunctionzero_remaining
Computes the number of samples left to decode for the current frame and * sets these samples to zero. */
libavcodec/alsdec.c:989
↓ 1 callersFunctionAC3_encode_frame
libavcodec/ac3enc.c:1180
↓ 1 callersFunctionAC3_encode_init
libavcodec/ac3enc.c:655
↓ 1 callersFunctionAV_RB32
libavutil/avr32/intreadwrite.h:95
↓ 1 callersFunctionAV_RL32
libavutil/avr32/intreadwrite.h:147
↓ 1 callersFunctionAV_RN16
libavutil/arm/intreadwrite.h:28
↓ 1 callersFunctionAV_RN32
libavutil/mips/intreadwrite.h:28
↓ 1 callersFunctionAV_WB32
libavutil/avr32/intreadwrite.h:103
↓ 1 callersFunctionAV_WL64
libavutil/ppc/intreadwrite.h:68
↓ 1 callersFunctionAV_WN32
libavutil/mips/intreadwrite.h:40
↓ 1 callersFunctionDiracFreeFrame
libavcodec/libdiracenc.c:220
↓ 1 callersFunctionFfmpegFindNextSchroParseUnit
libavcodec/libschroedingerdec.c:82
↓ 1 callersFunctionFfmpegSchroParseContextInit
libavcodec/libschroedingerdec.c:75
↓ 1 callersFunctionGetDiracChromaFormat
* Works out Dirac-compatible chroma format. */
libavcodec/libdiracenc.c:76
↓ 1 callersFunctionGetDiracVideoFormatPreset
* Returns the video format preset matching the input video dimensions and * time base. */
libavcodec/libdiracenc.c:116
↓ 1 callersFunctionGetFfmpegChromaFormat
* Returns FFmpeg chroma format. */
libavcodec/libschroedingerdec.c:122
↓ 1 callersFunctionGetFfmpegChromaFormat
* returns FFmpeg chroma format */
libavcodec/libdiracdec.c:51
↓ 1 callersFunctionIMLT
libavcodec/atrac3.c:140
↓ 1 callersFunctionM15
these functions do (a*C)>>16 things are tricky because a is signed, but C unsigned. M15 is used if C fits in 15 bit unsigned (C6,C7) M16 is used if C
libavcodec/ppc/vp3dsp_altivec.c:58
↓ 1 callersFunctionMPV_common_init_altivec
libavcodec/ppc/mpegvideo_altivec.c:576
↓ 1 callersFunctionMPV_common_init_arm
libavcodec/arm/mpegvideo_arm.c:26
↓ 1 callersFunctionMPV_common_init_armv5te
libavcodec/arm/mpegvideo_armv5te.c:97
↓ 1 callersFunctionMPV_common_init_axp
libavcodec/alpha/mpegvideo_alpha.c:106
↓ 1 callersFunctionMPV_common_init_bfin
libavcodec/bfin/mpegvideo_bfin.c:144
↓ 1 callersFunctionMPV_common_init_iwmmxt
libavcodec/arm/mpegvideo_iwmmxt.c:112
↓ 1 callersFunctionMPV_common_init_mlib
libavcodec/mlib/dsputil_mlib.c:452
↓ 1 callersFunctionMPV_common_init_mmi
libavcodec/ps2/mpegvideo_mmi.c:83
↓ 1 callersFunctionMPV_common_init_mmx
libavcodec/x86/mpegvideo_mmx.c:626
↓ 1 callersFunctionMPV_decode_mb_internal
generic function called after a macroblock has been parsed by the decoder or after it has been encoded by the encoder. Important variables used
libavcodec/mpegvideo.c:1830
↓ 1 callersFunctionMPV_encode_defaults
* sets the given MpegEncContext to defaults for encoding. * the changed fields will not depend upon the prior state of the MpegEncContext. */
libavcodec/mpegvideo_enc.c:227
↓ 1 callersFunctionMPV_motion_internal
* motion compensation of a single macroblock * @param s context * @param dest_y luma destination pointer * @param dest_cb chroma cb/u destination p
libavcodec/mpegvideo_common.h:638
↓ 1 callersFunctionMPV_motion_lowres
* motion compensation of a single macroblock * @param s context * @param dest_y luma destination pointer * @param dest_cb chroma cb/u destination p
libavcodec/mpegvideo.c:1645
↓ 1 callersFunctionSchroedingerFreeFrame
libavcodec/libschroedingerenc.c:237
↓ 1 callersFunctionSetSchroChromaFormat
* Works out Schro-compatible chroma format. */
libavcodec/libschroedingerenc.c:78
↓ 1 callersFunctionUMULH
libavcodec/mathops.h:57
↓ 1 callersFunctionVMUL2
libavcodec/aacdec.c:909
↓ 1 callersFunctionVMUL2S
libavcodec/aacdec.c:933
↓ 1 callersFunctionVMUL4
libavcodec/aacdec.c:920
↓ 1 callersFunctionVMUL4S
libavcodec/aacdec.c:950
↓ 1 callersFunctionWORD_VEC
libavcodec/alpha/asm.h:49
↓ 1 callersFunctionac3_5p1_mux
libavcodec/resample.c:127
↓ 1 callersFunctionac3_decode_transform_coeffs_ch
* Decode the transform coefficients for a particular channel * reference: Section 7.3 Quantization and Decoding of Mantissas */
libavcodec/ac3dec.c:453
↓ 1 callersFunctionac3_parse_header
* Parse the 'sync info' and 'bit stream info' from the AC-3 bitstream. * GetBitContext within AC3DecodeContext must point to * the start of the sync
libavcodec/ac3dec.c:231
↓ 1 callersFunctionac3_tables_init
* Initialize tables at runtime. */
libavcodec/ac3dec.c:132
↓ 1 callersFunctionac3_upmix_delay
* Upmix delay samples from stereo to original channel layout. */
libavcodec/ac3dec.c:682
↓ 1 callersFunctionacelp_decode_gain_codef
* Floating point version of ff_acelp_decode_gain_code(). */
libavcodec/sipr16k.c:159
↓ 1 callersFunctionacelp_lp_decodef
* Floating point version of ff_acelp_lp_decode(). */
libavcodec/sipr16k.c:140
↓ 1 callersFunctionadaptive_gain_control
* @defgroup postfilter Postfilter functions * Postfilter functions (gain control, wiener denoise filter, DC filter, * kalman smoothening, plus surro
libavcodec/wmavoice.c:454
↓ 1 callersFunctionadaptive_quantization
libavcodec/ratecontrol.c:531
↓ 1 callersFunctionaddCode
* Add block to LZW code table * @param s LZW state * @param c Last character in block * @param hash_prefix LZW code for prefix * @param hash_code
libavcodec/lzwenc.c:148
↓ 1 callersFunctionaddTonalComponents
libavcodec/atrac3.c:524
↓ 1 callersFunctionadd_audio_stream
* add an audio output stream */
libavformat/output-example.c:55
↓ 1 callersFunctionadd_av_stream
return the stream number in the feed */
ffserver.c:3491
↓ 1 callersFunctionadd_codec
add a codec and set the default parameters */
ffserver.c:3824
↓ 1 callersFunctionadd_dct
add block[] to dest[] */
libavcodec/mpegvideo.c:1769
↓ 1 callersFunctionadd_dequant_dct
libavcodec/mpegvideo.c:1777
↓ 1 callersFunctionadd_dstream
libavformat/rdt.c:449
↓ 1 callersFunctionadd_entry1
libavcodec/tiffenc.c:133
↓ 1 callersFunctionadd_frame_16
libavcodec/cscd.c:102
↓ 1 callersFunctionadd_frame_32
libavcodec/cscd.c:118
↓ 1 callersFunctionadd_frame_default
libavcodec/cscd.c:50
↓ 1 callersFunctionadd_metadata
libavformat/vqf.c:45
↓ 1 callersFunctionadd_pat_entry
libavformat/mpegts.c:177
↓ 1 callersFunctionadd_peak
* Sum to data a periodic peak of a given period, width and shape. * * @param period the period of the peak divised by 400.0 */
libavcodec/twinvq.c:443
↓ 1 callersFunctionadd_pixels_clamped2_c
libavcodec/dsputil.c:607
↓ 1 callersFunctionadd_pixels_clamped4_c
libavcodec/dsputil.c:590
← previousnext →1,501–1,600 of 7,226, ranked by callers