FFmpeg
Macros | Functions | Variables
input.c File Reference
#include <math.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "libavutil/avutil.h"
#include "libavutil/bswap.h"
#include "libavutil/cpu.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/pixdesc.h"
#include "libavutil/avassert.h"
#include "config.h"
#include "rgb2rgb.h"
#include "swscale.h"
#include "swscale_internal.h"

Go to the source code of this file.

Macros

#define input_pixel(pos)   (isBE(origin) ? AV_RB16(pos) : AV_RL16(pos))
 
#define r   ((origin == AV_PIX_FMT_BGR48BE || origin == AV_PIX_FMT_BGR48LE || origin == AV_PIX_FMT_BGRA64BE || origin == AV_PIX_FMT_BGRA64LE) ? b_r : r_b)
 
#define b   ((origin == AV_PIX_FMT_BGR48BE || origin == AV_PIX_FMT_BGR48LE || origin == AV_PIX_FMT_BGRA64BE || origin == AV_PIX_FMT_BGRA64LE) ? r_b : b_r)
 
#define rgb64funcs(pattern, BE_LE, origin)
 
#define rgb48funcs(pattern, BE_LE, origin)
 
#define input_pixel(i)
 
#define rgb16_32_wrapper(fmt, name, shr, shg, shb, shp, maskr, maskg, maskb, rsh, gsh, bsh, S)
 
#define input_pixel(pos)   (isBE(origin) ? AV_RB16(pos) : AV_RL16(pos))
 
#define rdpx(src)   is_be ? AV_RB16(src) : AV_RL16(src)
 
#define rdpx(src)   (is_be ? av_int2float(AV_RB32(src)): av_int2float(AV_RL32(src)))
 
#define rgb9plus_planar_funcs_endian(nbits, endian_name, endian)
 
#define rgb9plus_planar_transparency_funcs(nbits)
 
#define rgb9plus_planar_funcs(nbits)
 
#define rgbf32_planar_funcs_endian(endian_name, endian)
 

Functions

static av_always_inline void rgb64ToY_c_template (uint16_t *dst, const uint16_t *src, int width, enum AVPixelFormat origin, int32_t *rgb2yuv)
 
static av_always_inline void rgb64ToUV_c_template (uint16_t *dstU, uint16_t *dstV, const uint16_t *src1, const uint16_t *src2, int width, enum AVPixelFormat origin, int32_t *rgb2yuv)
 
static av_always_inline void rgb64ToUV_half_c_template (uint16_t *dstU, uint16_t *dstV, const uint16_t *src1, const uint16_t *src2, int width, enum AVPixelFormat origin, int32_t *rgb2yuv)
 
 rgb64funcs (rgb64funcs(rgb, rgb64funcs(LE, AV_PIX_FMT_RGBA64LE)
 
static av_always_inline void rgb48ToUV_c_template (uint16_t *dstU, uint16_t *dstV, const uint16_t *src1, const uint16_t *src2, int width, enum AVPixelFormat origin, int32_t *rgb2yuv)
 
static av_always_inline void rgb48ToUV_half_c_template (uint16_t *dstU, uint16_t *dstV, const uint16_t *src1, const uint16_t *src2, int width, enum AVPixelFormat origin, int32_t *rgb2yuv)
 
 rgb48funcs (rgb48funcs(rgb, rgb48funcs(LE, AV_PIX_FMT_RGB48LE)
 
static av_always_inline void rgb16_32ToUV_c_template (int16_t *dstU, int16_t *dstV, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv)
 
static av_always_inline void rgb16_32ToUV_half_c_template (int16_t *dstU, int16_t *dstV, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv)
 
 rgb16_32_wrapper (AV_PIX_FMT_BGR32, bgr32, 16, 0, 0, 0, 0xFF0000, 0xFF00, 0x00FF, 8, 0, 8, RGB2YUV_SHIFT+8) rgb16_32_wrapper(AV_PIX_FMT_BGR32_1
 
RGB2YUV_SHIFT rgb16_32_wrapper (AV_PIX_FMT_RGB32, rgb32, 0, 0, 16, 0, 0x00FF, 0xFF00, 0xFF0000, 8, 0, 8, RGB2YUV_SHIFT+8) rgb16_32_wrapper(AV_PIX_FMT_RGB32_1
 
RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper (AV_PIX_FMT_BGR565LE, bgr16le, 0, 0, 0, 0, 0x001F, 0x07E0, 0xF800, 11, 5, 0, RGB2YUV_SHIFT+8) rgb16_32_wrapper(AV_PIX_FMT_BGR555LE
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper (AV_PIX_FMT_BGR444LE, bgr12le, 0, 0, 0, 0, 0x000F, 0x00F0, 0x0F00, 8, 4, 0, RGB2YUV_SHIFT+4) rgb16_32_wrapper(AV_PIX_FMT_RGB565LE
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper (AV_PIX_FMT_RGB555LE, rgb15le, 0, 0, 0, 0, 0x7C00, 0x03E0, 0x001F, 0, 5, 10, RGB2YUV_SHIFT+7) rgb16_32_wrapper(AV_PIX_FMT_RGB444LE
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper (AV_PIX_FMT_BGR565BE, bgr16be, 0, 0, 0, 0, 0x001F, 0x07E0, 0xF800, 11, 5, 0, RGB2YUV_SHIFT+8) rgb16_32_wrapper(AV_PIX_FMT_BGR555BE
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper (AV_PIX_FMT_BGR444BE, bgr12be, 0, 0, 0, 0, 0x000F, 0x00F0, 0x0F00, 8, 4, 0, RGB2YUV_SHIFT+4) rgb16_32_wrapper(AV_PIX_FMT_RGB565BE
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper (AV_PIX_FMT_RGB555BE, rgb15be, 0, 0, 0, 0, 0x7C00, 0x03E0, 0x001F, 0, 5, 10, RGB2YUV_SHIFT+7) rgb16_32_wrapper(AV_PIX_FMT_RGB444BE
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper (AV_PIX_FMT_X2RGB10LE, rgb30le, 16, 6, 0, 0, 0x3FF00000, 0xFFC00, 0x3FF, 0, 0, 4, RGB2YUV_SHIFT+6) static void gbr24pToUV_half_c(uint8_t *_dstU
 
 for (i=0;i< width;i++)
 
static void rgba64leToA_c (uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void rgba64beToA_c (uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void abgrToA_c (uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void rgbaToA_c (uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void palToA_c (uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *pal)
 
static void palToY_c (uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *pal)
 
static void palToUV_c (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *pal)
 
static void monowhite2Y_c (uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void monoblack2Y_c (uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void yuy2ToY_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void yuy2ToUV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused)
 
static void yvy2ToUV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused)
 
static void y210le_UV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src, const uint8_t *unused1, int width, uint32_t *unused2)
 
static void y210le_Y_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused0, const uint8_t *unused1, int width, uint32_t *unused2)
 
static void bswap16Y_c (uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void bswap16UV_c (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *unused0, const uint8_t *_src1, const uint8_t *_src2, int width, uint32_t *unused)
 
static void read_ya16le_gray_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void read_ya16le_alpha_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void read_ya16be_gray_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void read_ya16be_alpha_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void read_ayuv64le_Y_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused0, const uint8_t *unused1, int width, uint32_t *unused2)
 
static void read_ayuv64le_UV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src, const uint8_t *unused1, int width, uint32_t *unused2)
 
static void read_ayuv64le_A_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused0, const uint8_t *unused1, int width, uint32_t *unused2)
 
static void uyvyToY_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void uyvyToUV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused)
 
static av_always_inline void nvXXtoUV_c (uint8_t *dst1, uint8_t *dst2, const uint8_t *src, int width)
 
static void nv12ToUV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused)
 
static void nv21ToUV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused)
 
static void p010LEToY_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void p010BEToY_c (uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static void p010LEToUV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused)
 
static void p010BEToUV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused)
 
static void p016LEToUV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused)
 
static void p016BEToUV_c (uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused)
 
static void bgr24ToY_c (uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *rgb2yuv)
 
static void bgr24ToUV_c (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *rgb2yuv)
 
static void bgr24ToUV_half_c (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *rgb2yuv)
 
static void rgb24ToY_c (uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *rgb2yuv)
 
static void rgb24ToUV_c (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *rgb2yuv)
 
static void rgb24ToUV_half_c (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *rgb2yuv)
 
static void planar_rgb_to_y (uint8_t *_dst, const uint8_t *src[4], int width, int32_t *rgb2yuv)
 
static void planar_rgb_to_a (uint8_t *_dst, const uint8_t *src[4], int width, int32_t *unused)
 
static void planar_rgb_to_uv (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *src[4], int width, int32_t *rgb2yuv)
 
static av_always_inline void planar_rgb16_to_y (uint8_t *_dst, const uint8_t *_src[4], int width, int bpc, int is_be, int32_t *rgb2yuv)
 
static av_always_inline void planar_rgb16_to_a (uint8_t *_dst, const uint8_t *_src[4], int width, int bpc, int is_be, int32_t *rgb2yuv)
 
static av_always_inline void planar_rgb16_to_uv (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *_src[4], int width, int bpc, int is_be, int32_t *rgb2yuv)
 
static av_always_inline void planar_rgbf32_to_a (uint8_t *_dst, const uint8_t *_src[4], int width, int is_be, int32_t *rgb2yuv)
 
static av_always_inline void planar_rgbf32_to_uv (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *_src[4], int width, int is_be, int32_t *rgb2yuv)
 
static av_always_inline void planar_rgbf32_to_y (uint8_t *_dst, const uint8_t *_src[4], int width, int is_be, int32_t *rgb2yuv)
 
static av_always_inline void grayf32ToY16_c (uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
static av_always_inline void grayf32ToY16_bswap_c (uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, const uint8_t *unused2, int width, uint32_t *unused)
 
 rgb9plus_planar_funcs (9)
 

Variables

 bgr321
 
RGB2YUV_SHIFT rgb321
 
RGB2YUV_SHIFT RGB2YUV_SHIFT bgr15le
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16le
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb12le
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT bgr15be
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16be
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb12be
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT uint8_t_dstV
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT uint8_t const uint8_tgsrc
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT uint8_t const uint8_t const uint8_tbsrc
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT uint8_t const uint8_t const uint8_t const uint8_trsrc
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT uint8_t const uint8_t const uint8_t const uint8_t int width
 
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT uint8_t const uint8_t const uint8_t const uint8_t int uint32_t * rgb2yuv
 
uint16_t * dstV = (uint16_t *)_dstV
 
int32_t ru = rgb2yuv[RU_IDX]
 
int32_t gu = rgb2yuv[GU_IDX]
 
int32_t bu = rgb2yuv[BU_IDX]
 
int32_t rv = rgb2yuv[RV_IDX]
 
int32_t gv = rgb2yuv[GV_IDX]
 
int32_t bv = rgb2yuv[BV_IDX]
 
int i
 

Macro Definition Documentation

◆ input_pixel [1/3]

#define input_pixel (   pos)    (isBE(origin) ? AV_RB16(pos) : AV_RL16(pos))

Definition at line 765 of file input.c.

◆ r

#define r   ((origin == AV_PIX_FMT_BGR48BE || origin == AV_PIX_FMT_BGR48LE || origin == AV_PIX_FMT_BGRA64BE || origin == AV_PIX_FMT_BGRA64LE) ? b_r : r_b)

Definition at line 40 of file input.c.

◆ b

here the reader knows that b   ((origin == AV_PIX_FMT_BGR48BE || origin == AV_PIX_FMT_BGR48LE || origin == AV_PIX_FMT_BGRA64BE || origin == AV_PIX_FMT_BGRA64LE) ? r_b : b_r)

Definition at line 41 of file input.c.

Referenced by add_bytes_c(), add_bytes_l2_c(), add_cb(), add_coefficients(), add_hfyu_left_pred_bgr32_c(), add_int16_c(), alias_pix_read_probe(), alloc_buffer(), apng_find_chunk(), apply_band_extension(), apply_gain(), apply_intensity_stereo(), apply_scalefactors(), ARRAY_RENAME(), ascii_to_wc(), atrac9_decode_block(), atrac9_decode_flush(), av_add_i(), av_add_q(), av_add_sf(), av_cmp_i(), av_cmp_q(), av_cmp_sf(), av_cmp_sf_ieee754(), av_compare_mod(), av_compare_ts(), av_div_i(), av_div_q(), av_div_sf(), av_div_sf_ieee754(), av_gcd(), av_gcd_q(), av_gt_sf(), av_mlfg_get(), av_mod_i(), av_mul_i(), av_mul_q(), av_mul_sf(), av_mul_sf_ieee754(), av_nearer_q(), av_rescale(), av_rescale_delta(), av_rescale_q_rnd(), av_rescale_rnd(), av_sat_add32_c(), av_sat_add64_c(), av_sat_dadd32_c(), av_sat_dsub32_c(), av_sat_sub32_c(), av_sat_sub64_c(), av_size_mult(), av_strcasecmp(), av_strncasecmp(), av_sub_i(), av_sub_q(), av_sub_sf(), avg2(), avg2_no_rnd(), avg_pixels16_l2_shift5_mmi(), avg_pixels8_l2_shift5_mmi(), avio_w8(), avpriv_set_systematic_pal2(), avpriv_trc_arib_std_b67(), avpriv_trc_bt1361(), avpriv_trc_bt709(), avpriv_trc_iec61966_2_1(), avpriv_trc_iec61966_2_4(), avpriv_trc_smpte240M(), bgr24ToUV_c(), bgr24ToUV_half_c(), bgr24ToY_c(), bidir_refine(), binkb_read_bundle(), biquad(), block_matching_multi(), blur_power(), bmp_probe(), body(), bprint_color(), bprint_pascal(), buffer_replace(), build_canonical_huff(), build_huffman(), bval2bmax(), bytestream_get_buffer(), bytestream_put_buffer(), calc_precision(), calc_sum5(), calculate_cubic_bc_coeffs(), calculate_visual_weight(), cas_slice16(), cas_slice8(), cbs_av1_get_relative_dist(), cbs_vp9_read_le(), cbs_vp9_write_le(), cdata_probe(), cdg_load_palette(), cdg_tile_block(), cdtoons_decode_frame(), cdxl_decode_ham6(), cdxl_decode_ham8(), ceil2(), celt_apply_preemph_filter(), celt_compute_qn(), celt_frame_mdct(), celt_frame_setup_input(), chebyshev1_bp_filter(), chebyshev1_fo_section(), chebyshev2_bp_filter(), chebyshev2_fo_section(), checkstride(), choose_rct_params(), chs_assemble_msbs_lsbs(), chs_clear_band_data(), chs_filter_band_data(), chs_parse_band_data(), chs_parse_header(), cin_decode_huffman(), cinepak_decode_codebook(), clamp_add_subtract_half(), cleanup_derivative_buffers(), cmp(), cmp_color(), cmp_func_names(), cmp_intervals(), cmp_nop(), cmp_pal_entry(), cmp_pkt_sub_pos_ts(), cmp_pkt_sub_ts_pos(), cmp_scores(), cmp_str(), codeblock(), color_balance16(), color_balance16_p(), color_balance8(), color_balance8_p(), color_correlation(), color_decorrelation(), color_distance(), color_get(), color_hash(), colorcontrast_slice16(), colorcontrast_slice16p(), colorcontrast_slice8(), colorcontrast_slice8p(), comb_c(), compare_addr(), compare_by_length(), compare_by_prob(), compare_codec_desc(), compare_encryption_info(), compare_encryption_init_info(), compare_int64(), compare_sl(), compare_vlcspec(), comparef(), compress_color(), compute_bit_allocation(), compute_error(), compute_lpc_coefs(), compute_metric(), compute_mod(), config_input(), constrain_rgb(), convert(), correlate(), correlate_slice_buffered(), count_hq_slice(), cqt_calc(), create_luma_lut(), cri_probe(), cubic_interpolate_func(), dds_probe(), debug_accuracy(), decode3(), decode_555(), decode_adaptive45(), decode_adaptive6(), decode_argb(), decode_argbi(), decode_argx(), decode_argxi(), decode_audio_s16(), decode_block(), decode_block_coeffs_internal(), decode_blocks(), decode_blocks_ind(), decode_coeffs(), decode_component(), decode_delta_j(), decode_frame(), decode_frame_lscr(), decode_gain_control(), decode_hybrid(), decode_init(), decode_inter(), decode_intra(), decode_mad1(), decode_mad1_24(), decode_mode(), decode_pal(), decode_plte_chunk(), decode_predictor_coeffs(), decode_raw_intra_rgb(), decode_read(), decode_rgb(), decode_rgb_frame_TMPL(), decode_rgbi(), decode_rgbx(), decode_rgbxi(), decode_rle(), decode_run_i(), decode_run_p(), decode_sb_mem(), decode_scale_factors(), decode_spectrum_and_dequant(), decode_subband_arith(), decode_subband_golomb(), decode_subband_internal(), decode_subband_slice_buffered(), decode_subframe(), decode_subframe_fixed(), decode_tonal_components(), decode_unit3(), decode_units(), decode_value3(), decompose_transform(), decompose_zp2biquads(), decompress(), decompress_2(), decompress_5(), decompress_68(), decompress_i(), decompress_i3(), decompress_p(), decompress_p3(), decorrelate(), decorrelate_ls(), decorrelate_sf(), decorrelate_sm(), decorrelate_sr(), decorrelate_stereo(), decorrelation(), deInterlaceBlendLinear_TMPL(), deInterlaceInterpolateLinear_TMPL(), deInterlaceMedian_TMPL(), dequantize(), dequantize_slice_buffered(), diff(), diff_bytes_c(), diff_c(), diff_int16_c(), distance_limited(), do_colorhold_slice(), do_colorkey_pixel(), do_lumakey_slice16(), do_lumakey_slice8(), double_near_abs_eps(), double_near_abs_eps_array(), dpx_probe(), draw_response(), dump_spherical(), dv100_actual_quantize(), dv_encode_video_segment(), dv_guess_qnos(), dv_guess_qnos_hd(), dvbsub_encode(), dvbsub_init_decoder(), dvbsub_parse_clut_segment(), dwt_plane(), dx2_decode_slice_5x5(), encode_15_7(), encode_all_blocks(), encode_bgr(), encode_block(), encode_frame(), encode_init(), encode_picture(), encode_q_branch2(), encode_residual_fixed(), encode_rgb_frame_TMPL(), encode_subband(), encode_subband_c0run(), encode_superframe(), encode_zlib(), encode_zlibprime(), eval_sse(), evaluate_parameters(), exr_probe(), extract_line(), ff_add_png_paeth_prediction(), ff_adx_calculate_coeffs(), ff_avg_pixels4_xy2_8_mmi(), ff_avg_pixels8_xy2_8_mmi(), ff_big_add(), ff_big_div(), ff_big_mul(), ff_can_merge_formats(), ff_can_merge_samplerates(), ff_celp_lp_synthesis_filterf(), ff_celt_quant_bands(), ff_dot_product(), ff_dot_productf(), ff_dsd2pcm_translate(), ff_eac3_decode_transform_coeffs_aht_ch(), ff_eval_refl(), ff_framequeue_add(), ff_framequeue_peek(), ff_framequeue_skip_samples(), ff_framequeue_take(), ff_g723_1_dot_product(), ff_get_qtpalette(), ff_h264_chroma_dc_dequant_idct(), ff_h264_chroma_dc_dequant_idct_8_mmi(), ff_h264_filter_mb(), ff_idet_filter_line_c(), ff_idet_filter_line_c_16bit(), ff_index_search_timestamp(), ff_interp(), ff_ivi_decode_frame(), ff_ivi_init_planes(), ff_ivi_init_tiles(), ff_jpeg2000_ceildiv(), ff_jpeg2000_ceildivpow2(), ff_jpeg2000_dwt_init(), ff_jpegls_decode_picture(), ff_lpc_calc_ref_coefs_f(), ff_match_2uint16(), ff_merge_channel_layouts(), ff_merge_formats(), ff_merge_samplerates(), ff_mjpeg_find_marker(), ff_mjpeg_receive_frame(), ff_mpeg4_pred_dc(), ff_mpv_export_qp_table(), ff_msmpeg4_coded_block_pred(), ff_msmpeg4_pred_dc(), ff_nut_sp_pos_cmp(), ff_nut_sp_pts_cmp(), ff_opus_rc_enc_uint_step(), ff_png_filter_row(), ff_put_no_rnd_pixels8_xy2_8_mmi(), ff_put_no_rnd_pixels_l2_mmi(), ff_put_no_rnd_pixels_l2_msa(), ff_put_pixels4_xy2_8_mmi(), ff_put_pixels8_xy2_8_mmi(), ff_put_vp8_bilinear16_h_mmi(), ff_put_vp8_bilinear16_hv_mmi(), ff_put_vp8_bilinear4_h_mmi(), ff_put_vp8_bilinear4_hv_mmi(), ff_put_vp8_bilinear8_h_mmi(), ff_put_vp8_bilinear8_hv_mmi(), ff_qp_table_extract(), ff_rgb24toyv12_c(), ff_rms(), ff_snow_common_end(), ff_snow_common_init_after_header(), ff_snow_horizontal_compose97i(), ff_sqrt(), ff_sws_alphablendaway(), ff_u8_to_s8(), ff_vc1_h_overlap_mmi(), ff_vc1_h_s_overlap_mmi(), ff_vc1_pred_dc(), ff_vc1_v_overlap_mmi(), ff_vc1_v_s_overlap_mmi(), ff_vp9_decode_block(), ff_vp9_fill_mv(), ff_wma_init(), ffat_compare_channel_descriptions(), ffio_fill(), fill24(), fill_elements(), fill_in_tongue(), fill_lut(), filter(), filter_frame(), filter_mb_dir(), filter_mb_edgech(), filter_mb_edgecv(), filter_mb_edgeh(), filter_mb_edgev(), filter_mb_mbaff_edgecv(), filter_mb_mbaff_edgev(), filter_plane(), filter_rgb24(), filter_rgb48(), filter_rgba(), filter_rgba64(), find_body_sid_by_absolute_offset(), find_ref_mvs(), fits_probe(), flac_decorrelate_ls_c(), flac_decorrelate_ms_c(), flac_decorrelate_rs_c(), flic_decode_frame_8BPP(), float_near_abs_eps(), float_near_abs_eps_array(), float_near_abs_eps_array_ulp(), float_near_abs_eps_ulp(), float_near_ulp(), float_near_ulp_array(), for(), frac64(), frame_header_obu(), gamma_convert(), gamma_correct_rgb(), gdv_decode_frame(), gdv_read_header(), gen_image(), gen_sub_bitmap(), generate_joint_tables(), generate_window_func(), get_4block_rd(), get_avg_color(), get_badness(), get_band_noise(), get_block_bits(), get_block_size(), get_block_sizes(), get_block_sum(), get_bs(), get_cmy_scale(), get_coeffs(), get_component(), get_dc(), get_default_pattern_localtime_fmt(), get_dst_color_err(), get_matching_parameters(), get_max_component_diff(), get_next_color(), get_palette_frame(), get_relative_dist(), get_response(), get_rgb_scale(), get_shift(), getSplineCoeff(), gfmul(), global_mv(), glyph_cmp(), gsm_mult(), gsm_probe(), guess_palette(), h264_export_enc_params(), h264_filter_mb_fast_internal(), h_block_filter(), hable(), half(), half3(), half_horz(), half_vert(), hammer_to_xyz(), handle_p_frame_apng(), hls_init(), horizontal_compose53i(), horizontal_compose_daub97i_TMPL(), horizontal_compose_dd137i_TMPL(), horizontal_compose_dd97i_TMPL(), horizontal_compose_dirac53i_TMPL(), horizontal_compose_fidelityi_TMPL(), horizontal_compose_haar0i_TMPL(), horizontal_compose_haar1i_TMPL(), horizontal_compose_haari_TMPL(), horizontal_decompose53i(), horizontal_decompose97i(), horizX1Filter(), hpel_motion_search(), hsl2rgb(), huff_cmp(), huff_cmp_sym(), id3v2_parse(), idcin_read_packet(), idct_1d(), if(), ilog2(), import_palette(), imx_decode_frame(), incr_cntdec(), init(), init_axis_color(), init_blocks(), init_planes(), int_sqrt(), inter_pred(), inter_recon(), interleave(), interpol(), intra_recon(), inv_cdf(), inv_log_scale(), inverse4(), invert_step(), ipmovie_probe(), iterate_frame(), iterative_me(), ivi_free_buffers(), ivi_init_tiles(), j2k_probe(), jp2_find_codestream(), jpeg_probe(), jpegls_probe(), k12(), k13(), k23(), k24(), k34(), k35(), k44(), k45(), latm_get_value(), layouts_compatible(), lbr_bank_c(), lfe_fir_fixed_c(), lfe_fir_float_c(), lfe_x96_fixed_c(), lfe_x96_float_c(), limit_gain(), linear(), loco_predict(), log16(), log_add(), log_scale(), LOOP_FILTER(), MAC64(), magy_decode_slice(), magy_decode_slice10(), magy_encode_frame(), main(), make_cdt15_entry(), make_cdt16_entry(), make_cdt24_entry(), map_idx_10_to_20(), mark_all_blocks(), mc_block(), median4(), merge_formats_internal(), merge_samplerates_internal(), mid_pred(), minima_cmp(), mix(), mix_core(), MLS64(), mobius(), mod(), monochrome_slice16(), monochrome_slice8(), mov_read_sv3d(), mov_write_video_tag(), mp_decode_layer2(), mp_yuv_to_rgb(), mpegts_write_section(), mul15(), mul16(), mul17(), mul22(), mul23(), mul31(), mul32(), mul__(), mul_poly(), MULH(), multiply(), multiply_quaternion(), multiswap_dec(), multiswap_enc(), mxf_absolute_bodysid_offset(), mxf_get_next_track_edit_unit(), mxf_read_sync(), next_byte(), nlmeans_slice(), no_rnd_avg32(), no_rnd_avg64(), on2avc_apply_ms(), on2avc_decode_band_scales(), on2avc_read_channel_data(), on2avc_read_ms_info(), optimize_colors(), opus_rc_enc_update(), output_audio_block(), pack16to32(), pack8to16(), paf_video_decode(), parse_3dl(), parse_band_ext(), parse_cinespace(), parse_gradient(), parse_ifo_palette(), parse_mantissas(), parse_palette(), parse_palette_segment(), parse_pixel_format(), pcx_probe(), pget(), pgx_probe(), pick_4(), pick_5(), pick_6(), pick_8(), pictor_probe(), pitch_search(), planar_rgb16_to_uv(), planar_rgb16_to_y(), planar_rgb_to_uv(), planar_rgb_to_y(), planar_rgbf32_to_uv(), planar_rgbf32_to_y(), png_get_interlaced_row(), png_probe(), png_put_interlaced_row(), pnm_decode_frame(), pnm_encode_frame(), pnm_magic_check(), pnm_probe(), pop_greys(), pop_integer(), pow_m1_4(), pred16x16_vertical(), pred8x16_plane(), pred8x16_vertical(), pred8x8_plane(), pred8x8_vertical(), pred8x8l_vertical(), pred_spatial_direct_motion(), premult2straight(), preservel(), print_audio_bytes(), print_pkt_side_data(), probe(), process_bayer(), process_ipmovie_chunk(), process_sample(), prompeg_create_bitstring(), prompeg_write_fec(), psd_probe(), pullup_lock_buffer(), pullup_release_buffer(), pullup_submit_field(), push_integer(), put_amf_bool(), put_cabac_bit(), put_pixel(), put_swf_matrix(), pvq_band_cost(), qdm2_fft_decode_tones(), qdmc_decode_init(), qdraw_probe(), qpel_motion_search(), qsort_comparison_function_int16(), qtrle_decode_24bpp(), quant_band_template(), QUANT_FN(), quantize(), ratecontrol_1pass(), rd_frame(), read16(), read32(), read_block_types(), read_close(), read_colors(), read_dcs(), read_frame_data(), read_header(), read_highpass(), read_line(), read_motion_values(), read_packet(), read_patterns(), read_runs(), read_scalefactors(), read_seek(), read_var_block_data(), read_xing_toc(), refine_colors(), remove_avoptions(), render_charset(), renew_table3(), resample_cubic(), rescale(), rescale_dec(), rescale_mdcv(), restore_rgb_planes10_c(), restore_rgb_planes_c(), resync(), rgb12to15(), rgb16_32ToUV_c_template(), rgb16_32ToUV_half_c_template(), rgb24_to_rgb555(), rgb24_to_yuv420p(), rgb24to15_c(), rgb24to15_TMPL(), rgb24to16_c(), rgb24to16_TMPL(), rgb24tobgr15_c(), rgb24tobgr15_TMPL(), rgb24tobgr16_c(), rgb24tobgr16_TMPL(), rgb24ToUV_c(), rgb24ToUV_half_c(), rgb24ToY_c(), rgb2yuv(), rgb48funcs(), rgb48ToUV_c_template(), rgb48ToUV_half_c_template(), rgb48Toxyz12(), rgb64funcs(), rgb64ToUV_c_template(), rgb64ToUV_half_c_template(), rgb64ToY_c_template(), rgb_to_yuv(), rgba2ycocg(), rgtc2_block_internal(), ripemd128_transform(), ripemd160_transform(), ripemd256_transform(), ripemd320_transform(), rnd_avg32(), rnd_avg64(), run_channel_fft(), run_postproc(), run_psnr(), sad_hpel_motion_search(), same_block(), search_for_quantizers_fast(), search_for_quantizers_twoloop(), search_frag_moof_offset(), search_frag_timestamp(), seq_decode_op1(), set_ap(), set_ap1(), set_frame(), set_hp(), set_lp(), set_palette(), set_string_binary(), setup_derivative_buffers(), sgi_probe(), sha1_transform(), sha256_transform(), sha512_transform(), shift(), shift_down(), silk_decode_excitation(), simbiosis_imx_read_packet(), sort_offsets(), spatial_compose_daub97i_dy_TMPL(), spatial_compose_dd137i_dy_TMPL(), spatial_compose_dd97i_dy_TMPL(), spatial_compose_dirac53i_dy_TMPL(), spatial_compose_fidelity_TMPL(), squared_diff_macroblock(), ssim_4x4x2_core(), ssim_4x4xn_16bit(), ssim_4x4xn_8bit(), stereo_processing(), sub_left_prediction_bgr32(), sub_left_prediction_rgb24(), sub_png_paeth_prediction(), subband_coeffs(), sum_bits(), sunrast_probe(), svg_probe(), sws_addVec(), sws_convVec(), sws_diffVec(), sws_getConvVec(), sws_scale(), sws_subVec(), sws_sumVec(), synth_filter_fixed(), synth_filter_fixed_64(), synth_filter_float(), synth_filter_float_64(), t15(), t27(), t37(), temperature_slice16(), temperature_slice16p(), temperature_slice8(), temperature_slice8p(), tgq_calculate_qtable(), tiff_probe(), transform_step(), try_8x8basis_c(), uintpow(), UMULH(), uninit(), unpack_14(), unpack_3(), unpack_coeffs(), update_model1_to_2(), update_palette_index(), upsample_plane_c(), url_bio_bputs(), url_bio_bread(), url_bio_bwrite(), url_bio_create(), url_bio_ctrl(), ut_huff_cmp_len(), utf8len(), v_block_filter(), vb_decode_framedata(), vc1_coded_block_pred(), vc1_h_overlap_c(), vc1_h_s_overlap_c(), vc1_i_pred_dc(), vc1_parse(), vc1_v_overlap_c(), vc1_v_s_overlap_c(), vc2_encode_init(), vertX1Filter_TMPL(), very_broken_op(), vibrance_slice16(), vibrance_slice16p(), vibrance_slice8(), vibrance_slice8p(), video_audio_display(), vmd_decode(), vmdvideo_decode_init(), vp56_add_predictors_dc(), vp56_conceal_mv(), vp56_decode_4mv(), vp56_decode_mv(), vp56_mc(), vp56_render_mb(), vp5_parse_coeff(), vp6_build_huff_tree(), vp6_huff_cmp(), vp6_parse_coeff(), vp6_parse_coeff_huffman(), vp9_export_enc_params(), vqa_decode_chunk(), wdec14(), wdec16(), webp_probe(), wma_lsp_to_curve_init(), wmv2_idct_col(), wmv2_idct_col_mmi(), wmv2_idct_row(), wmv2_idct_row_mmi(), write_all_blocks(), write_block(), write_matrix(), x8_get_prediction(), xan_decode_frame(), xface_decode_frame(), xface_encode_frame(), xfade_frame(), xpm_probe(), xwd_probe(), xyz12Torgb48(), xyz_to_rgb(), yae_load_data(), yae_load_frag(), yae_overlap_add(), ycocg2rgba(), yuv2rgb_1_c_template(), yuv2rgb_2_c_template(), yuv2rgb_write(), yuv2rgb_write_full(), yuv2rgb_X_c_template(), yuv_a_to_rgba(), yuv_from_cqt(), yuv_to_rgba(), and zero_remaining().

◆ rgb64funcs

#define rgb64funcs (   pattern,
  BE_LE,
  origin 
)
Value:
static void pattern ## 64 ## BE_LE ## ToY_c(uint8_t *_dst, const uint8_t *_src, const uint8_t *unused0, const uint8_t *unused1,\
int width, uint32_t *rgb2yuv) \
{ \
const uint16_t *src = (const uint16_t *) _src; \
uint16_t *dst = (uint16_t *) _dst; \
rgb64ToY_c_template(dst, src, width, origin, rgb2yuv); \
} \
\
static void pattern ## 64 ## BE_LE ## ToUV_c(uint8_t *_dstU, uint8_t *_dstV, \
const uint8_t *unused0, const uint8_t *_src1, const uint8_t *_src2, \
int width, uint32_t *rgb2yuv) \
{ \
const uint16_t *src1 = (const uint16_t *) _src1, \
*src2 = (const uint16_t *) _src2; \
uint16_t *dstU = (uint16_t *) _dstU, *dstV = (uint16_t *) _dstV; \
rgb64ToUV_c_template(dstU, dstV, src1, src2, width, origin, rgb2yuv); \
} \
\
static void pattern ## 64 ## BE_LE ## ToUV_half_c(uint8_t *_dstU, uint8_t *_dstV, \
const uint8_t *unused0, const uint8_t *_src1, const uint8_t *_src2, \
int width, uint32_t *rgb2yuv) \
{ \
const uint16_t *src1 = (const uint16_t *) _src1, \
*src2 = (const uint16_t *) _src2; \
uint16_t *dstU = (uint16_t *) _dstU, *dstV = (uint16_t *) _dstV; \
rgb64ToUV_half_c_template(dstU, dstV, src1, src2, width, origin, rgb2yuv); \
}

Definition at line 96 of file input.c.

◆ rgb48funcs

#define rgb48funcs (   pattern,
  BE_LE,
  origin 
)

Definition at line 197 of file input.c.

◆ input_pixel [2/3]

#define input_pixel (   i)
Value:
((origin == AV_PIX_FMT_RGBA || \
origin == AV_PIX_FMT_BGRA || \
origin == AV_PIX_FMT_ARGB || \
origin == AV_PIX_FMT_ABGR) \
? AV_RN32A(&src[(i) * 4]) \
: ((origin == AV_PIX_FMT_X2RGB10LE) \
? AV_RL32(&src[(i) * 4]) \
: (isBE(origin) ? AV_RB16(&src[(i) * 2]) \
: AV_RL16(&src[(i) * 2]))))

Definition at line 765 of file input.c.

◆ rgb16_32_wrapper

#define rgb16_32_wrapper (   fmt,
  name,
  shr,
  shg,
  shb,
  shp,
  maskr,
  maskg,
  maskb,
  rsh,
  gsh,
  bsh,
  S 
)
Value:
static void name ## ToY_c(uint8_t *dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unused2, \
int width, uint32_t *tab) \
{ \
rgb16_32ToY_c_template((int16_t*)dst, src, width, fmt, shr, shg, shb, shp, \
maskr, maskg, maskb, rsh, gsh, bsh, S, tab); \
} \
\
static void name ## ToUV_c(uint8_t *dstU, uint8_t *dstV, \
const uint8_t *unused0, const uint8_t *src, const uint8_t *dummy, \
int width, uint32_t *tab) \
{ \
rgb16_32ToUV_c_template((int16_t*)dstU, (int16_t*)dstV, src, width, fmt, \
shr, shg, shb, shp, \
maskr, maskg, maskb, rsh, gsh, bsh, S, tab);\
} \
\
static void name ## ToUV_half_c(uint8_t *dstU, uint8_t *dstV, \
const uint8_t *unused0, const uint8_t *src, \
const uint8_t *dummy, \
int width, uint32_t *tab) \
{ \
rgb16_32ToUV_half_c_template((int16_t*)dstU, (int16_t*)dstV, src, width, fmt, \
shr, shg, shb, shp, \
maskr, maskg, maskb, \
rsh, gsh, bsh, S, tab); \
}

Definition at line 351 of file input.c.

◆ input_pixel [3/3]

#define input_pixel (   pos)    (isBE(origin) ? AV_RB16(pos) : AV_RL16(pos))

Definition at line 765 of file input.c.

◆ rdpx [1/2]

#define rdpx (   src)    is_be ? AV_RB16(src) : AV_RL16(src)

Definition at line 966 of file input.c.

◆ rdpx [2/2]

#define rdpx (   src)    (is_be ? av_int2float(AV_RB32(src)): av_int2float(AV_RL32(src)))

Definition at line 966 of file input.c.

◆ rgb9plus_planar_funcs_endian

#define rgb9plus_planar_funcs_endian (   nbits,
  endian_name,
  endian 
)
Value:
static void planar_rgb##nbits##endian_name##_to_y(uint8_t *dst, const uint8_t *src[4], \
int w, int32_t *rgb2yuv) \
{ \
planar_rgb16_to_y(dst, src, w, nbits, endian, rgb2yuv); \
} \
static void planar_rgb##nbits##endian_name##_to_uv(uint8_t *dstU, uint8_t *dstV, \
const uint8_t *src[4], int w, int32_t *rgb2yuv) \
{ \
planar_rgb16_to_uv(dstU, dstV, src, w, nbits, endian, rgb2yuv); \
} \

Definition at line 1041 of file input.c.

◆ rgb9plus_planar_transparency_funcs

#define rgb9plus_planar_transparency_funcs (   nbits)
Value:
static void planar_rgb##nbits##le_to_a(uint8_t *dst, const uint8_t *src[4], \
int w, int32_t *rgb2yuv) \
{ \
planar_rgb16_to_a(dst, src, w, nbits, 0, rgb2yuv); \
} \
static void planar_rgb##nbits##be_to_a(uint8_t *dst, const uint8_t *src[4], \
int w, int32_t *rgb2yuv) \
{ \
planar_rgb16_to_a(dst, src, w, nbits, 1, rgb2yuv); \
}

Definition at line 1053 of file input.c.

◆ rgb9plus_planar_funcs

#define rgb9plus_planar_funcs (   nbits)
Value:
rgb9plus_planar_funcs_endian(nbits, be, 1)

Definition at line 1065 of file input.c.

◆ rgbf32_planar_funcs_endian

#define rgbf32_planar_funcs_endian (   endian_name,
  endian 
)
Value:
static void planar_rgbf32##endian_name##_to_y(uint8_t *dst, const uint8_t *src[4], \
int w, int32_t *rgb2yuv) \
{ \
planar_rgbf32_to_y(dst, src, w, endian, rgb2yuv); \
} \
static void planar_rgbf32##endian_name##_to_uv(uint8_t *dstU, uint8_t *dstV, \
const uint8_t *src[4], int w, int32_t *rgb2yuv) \
{ \
planar_rgbf32_to_uv(dstU, dstV, src, w, endian, rgb2yuv); \
} \
static void planar_rgbf32##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \
int w, int32_t *rgb2yuv) \
{ \
planar_rgbf32_to_a(dst, src, w, endian, rgb2yuv); \
}

Function Documentation

◆ rgb64ToY_c_template()

static av_always_inline void rgb64ToY_c_template ( uint16_t *  dst,
const uint16_t *  src,
int  width,
enum AVPixelFormat  origin,
int32_t rgb2yuv 
)
static

Definition at line 44 of file input.c.

◆ rgb64ToUV_c_template()

static av_always_inline void rgb64ToUV_c_template ( uint16_t *  dstU,
uint16_t *  dstV,
const uint16_t *  src1,
const uint16_t *  src2,
int  width,
enum AVPixelFormat  origin,
int32_t rgb2yuv 
)
static

Definition at line 59 of file input.c.

◆ rgb64ToUV_half_c_template()

static av_always_inline void rgb64ToUV_half_c_template ( uint16_t *  dstU,
uint16_t *  dstV,
const uint16_t *  src1,
const uint16_t *  src2,
int  width,
enum AVPixelFormat  origin,
int32_t rgb2yuv 
)
static

Definition at line 78 of file input.c.

◆ rgb64funcs()

rgb64funcs ( rgb64funcs(  rgb,
rgb64funcs(  LE,
AV_PIX_FMT_RGBA64LE   
)

Definition at line 125 of file input.c.

◆ rgb48ToUV_c_template()

static av_always_inline void rgb48ToUV_c_template ( uint16_t *  dstU,
uint16_t *  dstV,
const uint16_t *  src1,
const uint16_t *  src2,
int  width,
enum AVPixelFormat  origin,
int32_t rgb2yuv 
)
static

Definition at line 146 of file input.c.

◆ rgb48ToUV_half_c_template()

static av_always_inline void rgb48ToUV_half_c_template ( uint16_t *  dstU,
uint16_t *  dstV,
const uint16_t *  src1,
const uint16_t *  src2,
int  width,
enum AVPixelFormat  origin,
int32_t rgb2yuv 
)
static

Definition at line 168 of file input.c.

◆ rgb48funcs()

rgb48funcs ( rgb48funcs(  rgb,
rgb48funcs(  LE,
AV_PIX_FMT_RGB48LE   
)

Definition at line 239 of file input.c.

◆ rgb16_32ToUV_c_template()

static av_always_inline void rgb16_32ToUV_c_template ( int16_t *  dstU,
int16_t *  dstV,
const uint8_t src,
int  width,
enum AVPixelFormat  origin,
int  shr,
int  shg,
int  shb,
int  shp,
int  maskr,
int  maskg,
int  maskb,
int  rsh,
int  gsh,
int  bsh,
int  S,
int32_t rgb2yuv 
)
static

Definition at line 279 of file input.c.

◆ rgb16_32ToUV_half_c_template()

static av_always_inline void rgb16_32ToUV_half_c_template ( int16_t *  dstU,
int16_t *  dstV,
const uint8_t src,
int  width,
enum AVPixelFormat  origin,
int  shr,
int  shg,
int  shb,
int  shp,
int  maskr,
int  maskg,
int  maskb,
int  rsh,
int  gsh,
int  bsh,
int  S,
int32_t rgb2yuv 
)
static

Definition at line 307 of file input.c.

◆ rgb16_32_wrapper() [1/9]

rgb16_32_wrapper ( AV_PIX_FMT_BGR32  ,
bgr32  ,
16  ,
,
,
,
0xFF0000  ,
0xFF00  ,
0x00FF  ,
,
,
,
RGB2YUV_SHIFT 8 
)

◆ rgb16_32_wrapper() [2/9]

RGB2YUV_SHIFT rgb16_32_wrapper ( AV_PIX_FMT_RGB32  ,
rgb32  ,
,
,
16  ,
,
0x00FF  ,
0xFF00  ,
0xFF0000  ,
,
,
,
RGB2YUV_SHIFT 8 
)

◆ rgb16_32_wrapper() [3/9]

RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper ( AV_PIX_FMT_BGR565LE  ,
bgr16le  ,
,
,
,
,
0x001F  ,
0x07E0  ,
0xF800  ,
11  ,
,
,
RGB2YUV_SHIFT 8 
)

◆ rgb16_32_wrapper() [4/9]

RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper ( AV_PIX_FMT_BGR444LE  ,
bgr12le  ,
,
,
,
,
0x000F  ,
0x00F0  ,
0x0F00  ,
,
,
,
RGB2YUV_SHIFT 4 
)

◆ rgb16_32_wrapper() [5/9]

RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper ( AV_PIX_FMT_RGB555LE  ,
rgb15le  ,
,
,
,
,
0x7C00  ,
0x03E0  ,
0x001F  ,
,
,
10  ,
RGB2YUV_SHIFT 7 
)

◆ rgb16_32_wrapper() [6/9]

RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper ( AV_PIX_FMT_BGR565BE  ,
bgr16be  ,
,
,
,
,
0x001F  ,
0x07E0  ,
0xF800  ,
11  ,
,
,
RGB2YUV_SHIFT 8 
)

◆ rgb16_32_wrapper() [7/9]

RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper ( AV_PIX_FMT_BGR444BE  ,
bgr12be  ,
,
,
,
,
0x000F  ,
0x00F0  ,
0x0F00  ,
,
,
,
RGB2YUV_SHIFT 4 
)

◆ rgb16_32_wrapper() [8/9]

RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper ( AV_PIX_FMT_RGB555BE  ,
rgb15be  ,
,
,
,
,
0x7C00  ,
0x03E0  ,
0x001F  ,
,
,
10  ,
RGB2YUV_SHIFT 7 
)

◆ rgb16_32_wrapper() [9/9]

RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT rgb16_32_wrapper ( AV_PIX_FMT_X2RGB10LE  ,
rgb30le  ,
16  ,
,
,
,
0x3FF00000  ,
0xFFC00  ,
0x3FF  ,
,
,
,
RGB2YUV_SHIFT 6 
)

◆ for()

for ( )

Definition at line 408 of file input.c.

◆ rgba64leToA_c()

static void rgba64leToA_c ( uint8_t _dst,
const uint8_t _src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 418 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ rgba64beToA_c()

static void rgba64beToA_c ( uint8_t _dst,
const uint8_t _src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 428 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ abgrToA_c()

static void abgrToA_c ( uint8_t _dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 438 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ rgbaToA_c()

static void rgbaToA_c ( uint8_t _dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 447 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ palToA_c()

static void palToA_c ( uint8_t _dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  pal 
)
static

Definition at line 456 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ palToY_c()

static void palToY_c ( uint8_t _dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  pal 
)
static

Definition at line 467 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ palToUV_c()

static void palToUV_c ( uint8_t _dstU,
uint8_t _dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  pal 
)
static

Definition at line 478 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ monowhite2Y_c()

static void monowhite2Y_c ( uint8_t _dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 494 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ monoblack2Y_c()

static void monoblack2Y_c ( uint8_t _dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 511 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ yuy2ToY_c()

static void yuy2ToY_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 528 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ yuy2ToUV_c()

static void yuy2ToUV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 536 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ yvy2ToUV_c()

static void yvy2ToUV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 547 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ y210le_UV_c()

static void y210le_UV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src,
const uint8_t unused1,
int  width,
uint32_t *  unused2 
)
static

Definition at line 558 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ y210le_Y_c()

static void y210le_Y_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused0,
const uint8_t unused1,
int  width,
uint32_t *  unused2 
)
static

Definition at line 568 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ bswap16Y_c()

static void bswap16Y_c ( uint8_t _dst,
const uint8_t _src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 576 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ bswap16UV_c()

static void bswap16UV_c ( uint8_t _dstU,
uint8_t _dstV,
const uint8_t unused0,
const uint8_t _src1,
const uint8_t _src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 586 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ read_ya16le_gray_c()

static void read_ya16le_gray_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 599 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ read_ya16le_alpha_c()

static void read_ya16le_alpha_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 607 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ read_ya16be_gray_c()

static void read_ya16be_gray_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 615 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ read_ya16be_alpha_c()

static void read_ya16be_alpha_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 623 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ read_ayuv64le_Y_c()

static void read_ayuv64le_Y_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused0,
const uint8_t unused1,
int  width,
uint32_t *  unused2 
)
static

Definition at line 631 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ read_ayuv64le_UV_c()

static void read_ayuv64le_UV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src,
const uint8_t unused1,
int  width,
uint32_t *  unused2 
)
static

Definition at line 640 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ read_ayuv64le_A_c()

static void read_ayuv64le_A_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused0,
const uint8_t unused1,
int  width,
uint32_t *  unused2 
)
static

Definition at line 650 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ uyvyToY_c()

static void uyvyToY_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 660 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ uyvyToUV_c()

static void uyvyToUV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 668 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ nvXXtoUV_c()

static av_always_inline void nvXXtoUV_c ( uint8_t dst1,
uint8_t dst2,
const uint8_t src,
int  width 
)
static

Definition at line 679 of file input.c.

Referenced by nv12ToUV_c(), and nv21ToUV_c().

◆ nv12ToUV_c()

static void nv12ToUV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 689 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ nv21ToUV_c()

static void nv21ToUV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 696 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ p010LEToY_c()

static void p010LEToY_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 703 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ p010BEToY_c()

static void p010BEToY_c ( uint8_t dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 712 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ p010LEToUV_c()

static void p010LEToUV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 721 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ p010BEToUV_c()

static void p010BEToUV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 732 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ p016LEToUV_c()

static void p016LEToUV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 743 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ p016BEToUV_c()

static void p016BEToUV_c ( uint8_t dstU,
uint8_t dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  unused 
)
static

Definition at line 754 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ bgr24ToY_c()

static void bgr24ToY_c ( uint8_t _dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  rgb2yuv 
)
static

Definition at line 767 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ bgr24ToUV_c()

static void bgr24ToUV_c ( uint8_t _dstU,
uint8_t _dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  rgb2yuv 
)
static

Definition at line 782 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ bgr24ToUV_half_c()

static void bgr24ToUV_half_c ( uint8_t _dstU,
uint8_t _dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  rgb2yuv 
)
static

Definition at line 801 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ rgb24ToY_c()

static void rgb24ToY_c ( uint8_t _dst,
const uint8_t src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  rgb2yuv 
)
static

Definition at line 820 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ rgb24ToUV_c()

static void rgb24ToUV_c ( uint8_t _dstU,
uint8_t _dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  rgb2yuv 
)
static

Definition at line 835 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ rgb24ToUV_half_c()

static void rgb24ToUV_half_c ( uint8_t _dstU,
uint8_t _dstV,
const uint8_t unused0,
const uint8_t src1,
const uint8_t src2,
int  width,
uint32_t *  rgb2yuv 
)
static

Definition at line 854 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ planar_rgb_to_y()

static void planar_rgb_to_y ( uint8_t _dst,
const uint8_t src[4],
int  width,
int32_t rgb2yuv 
)
static

Definition at line 873 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ planar_rgb_to_a()

static void planar_rgb_to_a ( uint8_t _dst,
const uint8_t src[4],
int  width,
int32_t unused 
)
static

Definition at line 887 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ planar_rgb_to_uv()

static void planar_rgb_to_uv ( uint8_t _dstU,
uint8_t _dstV,
const uint8_t src[4],
int  width,
int32_t rgb2yuv 
)
static

Definition at line 895 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ planar_rgb16_to_y()

static av_always_inline void planar_rgb16_to_y ( uint8_t _dst,
const uint8_t _src[4],
int  width,
int  bpc,
int  is_be,
int32_t rgb2yuv 
)
static

Definition at line 914 of file input.c.

◆ planar_rgb16_to_a()

static av_always_inline void planar_rgb16_to_a ( uint8_t _dst,
const uint8_t _src[4],
int  width,
int  bpc,
int  is_be,
int32_t rgb2yuv 
)
static

Definition at line 931 of file input.c.

◆ planar_rgb16_to_uv()

static av_always_inline void planar_rgb16_to_uv ( uint8_t _dstU,
uint8_t _dstV,
const uint8_t _src[4],
int  width,
int  bpc,
int  is_be,
int32_t rgb2yuv 
)
static

Definition at line 944 of file input.c.

◆ planar_rgbf32_to_a()

static av_always_inline void planar_rgbf32_to_a ( uint8_t _dst,
const uint8_t _src[4],
int  width,
int  is_be,
int32_t rgb2yuv 
)
static

Definition at line 968 of file input.c.

◆ planar_rgbf32_to_uv()

static av_always_inline void planar_rgbf32_to_uv ( uint8_t _dstU,
uint8_t _dstV,
const uint8_t _src[4],
int  width,
int  is_be,
int32_t rgb2yuv 
)
static

Definition at line 979 of file input.c.

◆ planar_rgbf32_to_y()

static av_always_inline void planar_rgbf32_to_y ( uint8_t _dst,
const uint8_t _src[4],
int  width,
int  is_be,
int32_t rgb2yuv 
)
static

Definition at line 998 of file input.c.

◆ grayf32ToY16_c()

static av_always_inline void grayf32ToY16_c ( uint8_t _dst,
const uint8_t _src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 1017 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ grayf32ToY16_bswap_c()

static av_always_inline void grayf32ToY16_bswap_c ( uint8_t _dst,
const uint8_t _src,
const uint8_t unused1,
const uint8_t unused2,
int  width,
uint32_t *  unused 
)
static

Definition at line 1029 of file input.c.

Referenced by rgb9plus_planar_funcs().

◆ rgb9plus_planar_funcs()

rgb9plus_planar_funcs ( )

Definition at line 1069 of file input.c.

Variable Documentation

◆ bgr321

bgr321

Definition at line 381 of file input.c.

◆ rgb321

RGB2YUV_SHIFT rgb321

Definition at line 383 of file input.c.

◆ bgr15le

Definition at line 385 of file input.c.

◆ rgb16le

Definition at line 387 of file input.c.

◆ rgb12le

Definition at line 389 of file input.c.

◆ bgr15be

Definition at line 391 of file input.c.

◆ rgb16be

Definition at line 393 of file input.c.

◆ rgb12be

Definition at line 395 of file input.c.

◆ _dstV

◆ gsrc

Definition at line 399 of file input.c.

Referenced by for().

◆ bsrc

◆ rsrc

Definition at line 399 of file input.c.

Referenced by anaglyph(), anaglyph_ic(), decode_8(), and for().

◆ width

◆ rgb2yuv

◆ dstV

uint16_t* dstV = (uint16_t *)_dstV

◆ ru

◆ gu

◆ bu

◆ rv

◆ gv

◆ bv

◆ i

int i
Examples
decode_audio.c, decode_video.c, demuxing_decoding.c, encode_audio.c, encode_video.c, ffhash.c, filter_audio.c, hw_decode.c, muxing.c, qsvdec.c, remuxing.c, resampling_audio.c, scaling_video.c, and transcoding.c.

Definition at line 407 of file input.c.

Referenced by aa_read_header(), aa_read_packet(), aac_decode_close(), aac_decode_er_frame(), aac_decode_init(), aac_encode_frame(), aac_encode_init(), aac_static_table_init(), aac_tableinit(), aasc_decode_frame(), aasc_decode_init(), abgrToA_c(), abs_pow34_v(), ac3_apply_rematrixing(), ac3_decode_frame(), ac3_decode_init(), ac3_downmix_5_to_1_symmetric_c(), ac3_downmix_5_to_1_symmetric_c_fixed(), ac3_downmix_5_to_2_symmetric_c(), ac3_downmix_5_to_2_symmetric_c_fixed(), ac3_downmix_c(), ac3_downmix_c_fixed(), ac3_downmix_c_fixed16(), ac3_eac3_probe(), ac3_exponent_min_c(), ac3_extract_exponents_c(), ac3_fixed_mdct_init(), ac3_group_exponents(), ac3_parse_header(), ac3_sum_square_butterfly_float_c(), ac3_sum_square_butterfly_int32_c(), ac3_tables_init(), acb_excitation(), acb_search(), acelp_lp_decodef(), activate(), adaptation_set_add_stream(), adaptive_cb_search(), adaptive_gain_control(), adaptive_quantization(), add_8x8basis_c(), add_8x8basis_TMPL(), add_bell(), add_buf_dep_exec_ctx(), add_bytes_c(), add_bytes_l2_c(), add_coded_side_data(), add_dct(), add_dequant_dct(), add_frame(), add_frame_default(), add_gradient_pred_c(), add_hfyu_left_pred_bgr32_c(), add_hfyu_median_pred_int16_c(), add_input_streams(), add_int16_c(), add_interval(), add_keyframes_index(), add_lag_median_prediction(), add_left_pred_c(), add_left_pred_int16_c(), add_median_pred_c(), add_metadata_from_renditions(), add_noise(), add_peak(), add_pid_to_program(), add_pixels8_c(), add_pixels_clamped2_c(), add_pixels_clamped4_c(), add_renditions_to_variant(), add_sorted(), add_stream(), add_stream_to_programs(), add_tonal_components(), add_vector_and_shift(), add_video_device(), add_wav(), add_wordlen_weights(), addroi_config_input(), addroi_filter_frame(), addroi_init(), addroi_uninit(), adjust_frame_information(), adjust_jnd(), adp_probe(), adpcm_argo_compress_nibble(), adpcm_compress_trellis(), adpcm_decode_frame(), adpcm_encode_init(), adpcm_swf_decode(), adx_decode(), adx_encode(), adx_parse(), aea_read_probe(), aic_decode_init(), aic_decode_slice(), aiff_write_header(), aix_read_header(), aix_read_packet(), al_decode_frame(), alac_entropy_coder(), alac_linear_predictor(), alac_stereo_decorrelation(), alloc_bind_mem(), alloc_buffer(), alloc_buffers(), alloc_frame(), alloc_frame_buffer(), alloc_gamma_tbl(), alloc_lines(), alloc_mem(), alloc_picture(), alloc_picture_tables(), alloc_sequence_buffers(), alloc_slice(), allocate_3dlut(), allocate_buffers(), allocate_buffers2(), amf_av_to_amf_format(), amf_copy_surface(), amf_parse_object(), amplify_frame(), amr_handle_packet(), amrnb_decode_frame(), amrnb_decode_init(), amrwb_decode_frame(), amrwb_decode_init(), analyze(), analyze_chunk(), analyze_mono(), analyze_stereo(), anti_sparseness(), apcm_dequant_add(), ape_apply_filters(), ape_decode_close(), ape_decode_frame(), ape_decode_init(), ape_dumpinfo(), ape_read_header(), ape_tag_read_field(), append_extra_bits(), append_postfix(), application_data(), apply_8x8(), apply_band_extension(), apply_channel_coupling(), apply_color_indexing_transform(), apply_dependent_coupling(), apply_dependent_coupling_fixed(), apply_filter(), apply_gain(), apply_gain_ctrl(), apply_independent_coupling_fixed(), apply_intensity_stereo(), apply_ir_filter(), apply_lpc(), apply_ltp(), apply_luma_lut(), apply_luma_lut10(), apply_lut(), apply_lut10(), apply_mid_side_stereo(), apply_obmc(), apply_pitch_filters(), apply_scalefactors(), apply_tilt_comp(), apply_tns(), apply_unsharp_c(), apply_window_and_mdct(), aptx_bin_search(), aptx_insert_sync(), aptx_prediction_filtering(), aptx_qmf_convolution(), aptx_qmf_polyphase_analysis(), aptx_qmf_polyphase_synthesis(), aptx_qmf_tree_analysis(), aptx_qmf_tree_synthesis(), are_gains_pure(), arg_n(), argo_brp_read_header(), arith2_get_prob(), array_min_int16(), ARRAY_RENAME(), ascii2index(), asf_build_simple_index(), asf_parse_packet(), asf_read_close(), asf_read_content_desc(), asf_read_data(), asf_read_ext_content(), asf_read_ext_content_desc(), asf_read_ext_stream_properties(), asf_read_frame_header(), asf_read_header(), asf_read_language_list(), asf_read_marker(), asf_read_metadata(), asf_read_metadata_obj(), asf_read_packet(), asf_read_payload(), asf_read_pts(), asf_read_simple_index(), asf_read_stream_properties(), asf_read_subpayload(), asf_read_timestamp(), asf_reset_header(), asf_write_header1(), asf_write_index(), asf_write_markers(), asfrtp_parse_packet(), asfrtp_parse_sdp_line(), asink_query_formats(), ass_encode_frame(), ass_split(), ass_split_section(), assemble_freq_bands_c(), assert_file_overwrite(), asv1_decode_block(), asv1_encode_block(), asv2_decode_block(), asv2_encode_block(), at1_imdct(), at1_parse_bsm(), at1_unpack_dequant(), at_write_header(), ath_init1(), atrac3_decode_init(), atrac3_init_static_data(), atrac3p_decode_frame(), atrac3p_decode_init(), atrac9_decode_block(), atrac9_decode_flush(), atrac9_decode_frame(), atrac9_decode_init(), atrac9_init_static(), atrac_generate_tables(), audio_get_buffer(), audio_read_packet(), audiogen(), auto_correlation(), auto_matrix(), auto_sep(), autocorr_calc(), autocorr_max(), autocorrelate(), autocorrelation(), autoregression(), av1_decode_flush(), av1_decode_frame(), av1_decode_free(), av1_decode_init(), av1_frame_merge_filter(), av1_frame_split_filter(), av1_metadata_update_fragment(), av1_parser_parse(), av_add_i(), av_aes_init(), av_audio_fifo_alloc(), av_audio_fifo_drain(), av_audio_fifo_free(), av_audio_fifo_peek(), av_audio_fifo_peek_at(), av_audio_fifo_read(), av_audio_fifo_realloc(), av_audio_fifo_reset(), av_audio_fifo_write(), av_blowfish_crypt(), av_blowfish_crypt_ecb(), av_blowfish_init(), av_bprint_channel_layout(), av_bprint_utf8(), av_bsf_get_by_name(), av_bsf_init(), av_bsf_iterate(), av_bsf_list_free(), av_camellia_crypt(), av_cast5_crypt2(), av_cast5_init(), av_channel_layout_extract_channel(), av_chroma_location_from_name(), av_cmp_i(), av_codec_get_id(), av_codec_get_tag2(), av_codec_init_next(), av_codec_init_static(), av_codec_iterate(), av_color_primaries_from_name(), av_color_range_from_name(), av_color_space_from_name(), av_color_transfer_from_name(), av_copy_packet_side_data(), av_crc_init(), av_demuxer_iterate(), av_dict_get(), av_display_matrix_flip(), av_dump_format(), av_dv_codec_profile2(), av_encryption_info_add_side_data(), av_encryption_info_get_side_data(), av_encryption_init_info_add_side_data(), av_encryption_init_info_alloc(), av_encryption_init_info_free(), av_encryption_init_info_get_side_data(), av_filter_iterate(), av_find_best_stream(), av_find_default_stream_index(), av_find_input_format(), av_find_nearest_q_idx(), av_find_program_from_stream(), av_format_inject_global_side_data(), av_fourcc_make_string(), av_frame_apply_cropping(), av_frame_get_plane_buffer(), av_frame_get_side_data(), av_frame_is_writable(), av_frame_ref(), av_frame_remove_side_data(), av_frame_unref(), av_get_channel_description(), av_get_channel_name(), av_get_codec_tag_string(), av_get_default_channel_layout(), av_get_sample_fmt(), av_guess_format(), av_hash_alloc(), av_hash_final_hex(), av_hash_names(), av_hmac_final(), av_hmac_init(), av_hwdevice_ctx_alloc(), av_hwdevice_iterate_types(), av_i2int(), av_image_alloc(), av_image_copy(), av_image_copy_to_buffer(), av_image_fill_arrays(), av_image_fill_linesizes(), av_image_fill_max_pixsteps(), av_image_fill_plane_sizes(), av_image_fill_pointers(), av_image_get_buffer_size(), av_int2double(), av_int2float(), av_int2i(), av_int_list_length_for_size(), av_lfg_init(), av_log2_i(), av_map_videotoolbox_format_from_pixfmt2(), av_map_videotoolbox_format_to_pixfmt(), av_md5_final(), av_mod_i(), av_mul_i(), av_muxer_iterate(), av_new_program(), av_opt_freep_ranges(), av_opt_get(), av_packet_add_side_data(), av_packet_copy_props(), av_packet_free_side_data(), av_packet_get_side_data(), av_packet_merge_side_data(), av_packet_pack_dictionary(), av_packet_shrink_side_data(), av_packet_split_side_data(), av_parse_time(), av_parse_video_rate(), av_parse_video_size(), av_parser_change(), av_parser_init(), av_parser_init_next(), av_parser_iterate(), av_parser_parse2(), av_picture_pad(), av_pix_fmt_count_planes(), av_pix_fmt_swap_endianness(), av_probe_input_format3(), av_program_add_stream_index(), av_rc4_init(), av_rescale_rnd(), av_ripemd_final(), av_ripemd_update(), av_samples_copy(), av_samples_set_silence(), av_sha512_final(), av_sha512_update(), av_sha_final(), av_sha_update(), av_shr_i(), av_spherical_from_name(), av_stereo3d_from_name(), av_stream_add_side_data(), av_stream_get_side_data(), av_strerror(), av_strnlen(), av_sub_i(), av_tea_crypt(), av_tea_init(), av_tree_insert(), av_twofish_crypt(), av_twofish_init(), av_vkfmt_from_pixfmt(), av_write_trailer(), av_xtea_init(), av_xtea_le_init(), avcodec_align_dimensions2(), avcodec_close(), avcodec_decode_subtitle2(), avcodec_default_execute(), avcodec_default_execute2(), avcodec_default_get_format(), avcodec_find_best_pix_fmt_of_list(), avcodec_get_hw_config(), avcodec_get_hw_frames_parameters(), avdevice_free_list_devices(), average_quantized_coeffs(), avf_read_header(), avfilter_add_matrix(), avfilter_config_links(), avfilter_free(), avfilter_graph_dump_to_buf(), avfilter_graph_get_filter(), avfilter_graph_queue_command(), avfilter_graph_send_command(), avfilter_mul_matrix(), avfilter_sub_matrix(), avformat_find_stream_info(), avformat_free_context(), avformat_match_stream_specifier(), avformat_new_stream(), avformat_open_input(), avformat_queue_attached_pictures(), avg_h264_qpel4_hv_lowpass_mmi(), avg_no_rnd_vc1_chroma_mc4_c(), avg_no_rnd_vc1_chroma_mc8_c(), avg_tpel_pixels_mc01_c(), avg_tpel_pixels_mc02_c(), avg_tpel_pixels_mc10_c(), avg_tpel_pixels_mc11_c(), avg_tpel_pixels_mc12_c(), avg_tpel_pixels_mc20_c(), avg_tpel_pixels_mc21_c(), avg_tpel_pixels_mc22_c(), avgblur_opencl_filter_frame(), avgblur_opencl_make_filter_params(), avi_deinit(), avi_metadata_creation_time(), avi_probe(), avi_read_close(), avi_read_header(), avi_read_idx1(), avi_read_seek(), avi_start_new_riff(), avi_sync(), avi_write_header(), avi_write_idx1(), avi_write_ix(), avi_write_packet(), avi_write_trailer(), avio_get_str(), avio_protocol_get_class(), avisynth_read_packet_video(), avoid_clipping(), avpriv_dca_convert_bitstream(), avpriv_do_elbg(), avpriv_dv_get_packet(), avpriv_dv_produce_packet(), avpriv_find_start_code(), avpriv_init_elbg(), avpriv_new_chapter(), avpriv_register_devices(), avpriv_scalarproduct_float_c(), avpriv_set_systematic_pal2(), avpriv_solve_lls(), avpriv_split_xiph_headers(), avresample_build_matrix(), avresample_get_matrix(), avresample_set_channel_mapping(), avresample_set_matrix(), avs_decode_frame(), avsubtitle_free(), avui_decode_frame(), avui_encode_frame(), await_references(), ball_to_xyz(), bands_dist(), bandwidth_expansion(), barrel_to_xyz(), barrelsplit_to_xyz(), basic_block_filtering(), bayer_to_rgb24_wrapper(), bayer_to_rgb48_wrapper(), bayer_to_yv12_wrapper(), bessel(), bessel_I_0(), bfi_decode_frame(), bgmc_lut_fillp(), bgmc_lut_getp(), bgr24ToUV_c(), bgr24ToUV_half_c(), bgr24ToY_c(), bicubic_kernel(), bidir_refine(), bilinear_kernel(), binary_export(), bink_decode_plane(), bink_idct_add_c(), bink_idct_c(), bink_idct_put_c(), binkb_calc_quant(), binkb_decode_plane(), binkb_init_bundles(), binkb_read_bundle(), biquad(), biquad_process(), bit8x8_c(), bit_allocate(), bit_allocation(), bitpacked_decode_yuv422p10(), bitstream_switching(), bl_intrp(), black_counter(), blend_normal_16bit(), blend_normal_32bit(), blend_normal_8bit(), blend_slice_packed_rgb(), block_cmp(), block_contrast(), block_matching(), block_matching_multi(), block_sse(), blockCopy_TMPL(), blur_pixel(), blur_power(), bluray_open(), bmp_decode_frame(), bmp_encode_frame(), bmp_parse(), bmv_aud_decode_frame(), body(), boxblur_opencl_make_filter_params(), bprint_bytes(), bprint_pascal(), bsf_list_close(), bsf_list_flush(), bsf_list_init(), bsf_list_item_name(), bswap16UV_c(), bswap16Y_c(), bswap_16bpc(), bswap_32bpc(), bswap_buf(), bswap_buf24(), buffer_needs_copy(), build_basis(), build_canonical_huff(), build_chunks(), build_color_map(), build_def_list(), build_elision_headers(), build_filter(), build_histogram(), build_huff(), build_huffman(), build_huffman_codes(), build_luma_lut(), build_qp_table(), build_requant_tab(), build_table(), build_vlc(), build_xlaw_table(), butter_filter_stereo_samples(), butterflies_fixed_c(), butterflies_float_c(), butterworth_bp_filter(), butterworth_init_coeffs(), bw_expand(), byte2_read(), byte3_read(), byte4_read(), cabac_init_state(), caf_write_packet(), calc_active_inputs(), calc_codebook_idx(), calc_coefficients(), calc_coefs(), calc_correction(), calc_cropping_offsets(), calc_diffs(), calc_lowcomp(), calc_lsq_max_fit_error(), calc_masking(), calc_max_seg_no(), calc_next_seg_no_from_timelines(), calc_optimal_rice_params(), calc_persp_luts(), calc_plane_dct(), calc_power(), calc_precision(), calc_prediction_gain(), calc_q_factors(), calc_quant_matrix(), calc_replaygain(), calc_rice_params(), calc_slice_sizes(), calc_sum_next(), calc_sum_top(), calc_thr_3gpp(), calculate_bitrate(), calculate_codes(), calculate_cubic_bc_coeffs(), calculate_gaussian_coeffs(), calculate_lanczos_coeffs(), calculate_scales(), calculate_sfm(), calculate_skip_errors(), capture_screen(), cas_slice16(), cas_slice8(), categorize(), categorize_regions(), cavs_filter_ch_c(), cavs_filter_cv_c(), cavs_filter_lh_c(), cavs_filter_lv_c(), cavs_find_frame_end(), cavs_idct8_add_c(), cbs_av1_assemble_fragment(), cbs_av1_get_payload_bytes_left(), cbs_av1_read_increment(), cbs_av1_read_leb128(), cbs_av1_read_ns(), cbs_av1_read_uvlc(), cbs_av1_write_increment(), cbs_av1_write_leb128(), cbs_av1_write_ns(), cbs_av1_write_uvlc(), cbs_clone_unit_content(), cbs_default_free_unit_content(), cbs_find_unit_type_desc(), cbs_jpeg_assemble_fragment(), cbs_jpeg_split_fragment(), cbs_mpeg2_assemble_fragment(), cbs_mpeg2_split_fragment(), cbs_read_fragment_content(), cbs_sei_get_unit(), cbs_vp9_assemble_fragment(), cbs_vp9_read_increment(), cbs_vp9_read_le(), cbs_vp9_read_s(), cbs_vp9_split_fragment(), cbs_vp9_write_increment(), cbs_vp9_write_le(), cbs_vp9_write_s(), ccitt_unpack_init(), cdef_params(), cdg_load_palette(), cdtoons_decode_end(), cdtoons_decode_frame(), cdtoons_flush(), celt_apply_preemph_filter(), celt_autocorr(), celt_bits2pulses(), celt_calc_theta(), celt_cwrsi(), celt_decode_coarse_energy(), celt_decode_final_energy(), celt_decode_fine_energy(), celt_decode_tf_changes(), celt_deinterleave_hadamard(), celt_denormalize(), celt_enc_quant_pfilter(), celt_enc_tf(), celt_encode_frame(), celt_exp_rotation(), celt_exp_rotation_impl(), celt_extract_collapse_mask(), celt_fir5(), celt_frame_mdct(), celt_gauge_psy_weight(), celt_haar1(), celt_icwrsi(), celt_inner_prod(), celt_interleave_hadamard(), celt_lpc(), celt_normalize_residual(), celt_pitch_xcorr(), celt_postfilter_apply_transition(), celt_quant_final(), celt_quant_fine(), celt_renormalize_vector(), celt_search_for_intensity(), celt_search_for_tf(), celt_stereo_is_decouple(), celt_stereo_merge(), celt_stereo_ms_decouple(), cenc_decrypt(), cfhd_decode(), cfhd_encode_close(), cfhd_encode_frame(), cfhd_encode_init(), cfhd_init(), channel_decorrelation(), channelmap_config_input(), channelmap_init(), chebyshev1_bp_filter(), chebyshev2_bp_filter(), check_add_res(), check_consistency(), check_cpu_flag(), check_dcbzl_effect(), check_diff(), check_diff_bytes(), check_extensions(), check_filter_outputs(), check_fps(), check_header_mismatch(), check_hflip(), check_hscale(), check_idct(), check_idct_dc(), check_idct_dc4(), check_idct_multiple(), check_image_pointers(), check_init_output_file(), check_interleave_bytes(), check_intra_mode(), check_keyboard_interaction(), check_lengths(), check_list(), check_loop_filter(), check_loop_filter_intra(), check_matching_height(), check_matching_sample_rate(), check_matching_width(), check_mc(), check_params(), check_qmf(), check_sao_band(), check_sao_edge(), check_shuffle_bytes(), check_stream_max_drift(), check_sub_left_pred(), check_uyvy_to_422p(), check_vanc_parity_checksum(), check_yuv2yuvX(), checkasm_check_audiodsp(), checkasm_check_flacdsp(), checkasm_check_fmtconvert(), checkasm_check_h264qpel(), checkasm_check_hevc_epel(), checkasm_check_hevc_epel_bi(), checkasm_check_hevc_epel_bi_w(), checkasm_check_hevc_epel_uni(), checkasm_check_hevc_epel_uni_w(), checkasm_check_hevc_qpel(), checkasm_check_hevc_qpel_bi(), checkasm_check_hevc_qpel_bi_w(), checkasm_check_hevc_qpel_uni(), checkasm_check_hevc_qpel_uni_w(), checkasm_check_synth_filter(), checkstride(), choose_implementation(), choose_output(), choose_rct_params(), choose_tiling(), chr_convert(), chr_h_scale(), chrRangeFromJpeg16_c(), chrRangeFromJpeg_c(), chrRangeToJpeg16_c(), chrRangeToJpeg_c(), chs_alloc_lsb_band_data(), chs_alloc_msb_band_data(), chs_clear_band_data(), chs_filter_band_data(), chs_parse_band_data(), chs_parse_header(), cin_decode_lzss(), cine_read_header(), cinepak_decode(), cinepak_decode_codebook(), cinvideo_decode_frame(), clean_index(), clean_tracks(), cleanup(), cleanup_filtergraph(), cleanup_redundant_layouts(), clear_avprogram(), clear_blocks_dcbz128_ppc(), clear_blocks_dcbz32_ppc(), clear_context(), clear_image(), clear_index_entries(), clear_less_significant_bits(), clear_log(), clear_parity_bits(), clear_picture(), clearTable(), clip_coeffs(), close_all_output_streams(), close_input_file(), close_out(), close_slave(), close_slaves(), clp_v(), clv_dct(), clv_decode_frame(), clv_init_static(), cmap_read_palette(), cmp_direct_inline(), cmv_decode_inter(), cmv_decode_intra(), cmv_motcomp(), cmv_process_header(), cng_decode_frame(), cng_encode_frame(), codebook_bits_offset(), codebook_sanity_check_for_rate_quarter(), codebook_trellis_rate(), codec37_mv(), coded_lossless_param(), coef_sf2zf(), coeff_abs_level_remaining_decode(), coeff_sign_flag_decode(), color_balance16(), color_balance16_p(), color_balance8(), color_balance8_p(), color_distance(), color_get(), color_graticule(), color_graticule16(), color_inc(), color_mix(), colorkey_opencl_init(), colormap_nearest_bruteforce(), comb_c(), combine_fft(), comment(), commit_bitstream_and_slice_buffer(), comp(), comp_autocorr(), comp_harmonic_coeff(), comp_lpc_coeff(), comp_ppf_coeff(), compand_delay(), compand_drain(), compand_nodelay(), compare_crc_in_array(), compare_encryption_init_info(), compare_filter_params(), compose(), compress_coeffs(), compress_texture(), compressor(), compute_acc_den(), compute_acc_num(), compute_affinity(), compute_antialias(), compute_avg_bitrate(), compute_band_corr(), compute_band_energy(), compute_bit_allocation(), compute_breaks(), compute_cache_c(), compute_chapters_end(), compute_contrast_change(), compute_default_clut(), compute_dense(), compute_error(), compute_frame_features(), compute_frame_rms(), compute_frame_std_dev(), compute_gru(), compute_images_identity(), compute_images_mse(), compute_imdct(), compute_lpc_coefs(), compute_moov_size(), compute_pkt_fields(), compute_quant_matrix(), compute_rates(), compute_ref_coefs(), compute_sat_hue_metrics16(), compute_sat_hue_metrics8(), compute_scale_factors(), compute_sidx_size(), compute_stereo(), compute_svector(), computeSP(), concat_close(), concat_open(), concat_read(), concat_read_close(), concat_read_header(), concat_seek(), config_audio_output(), config_filter(), config_input(), config_input_main(), config_input_ref(), config_out_props(), config_output(), config_params(), config_props(), config_props_output(), config_video_output(), configure_filtergraph(), configure_output_audio_filter(), connect_ports(), consume_from_fifos(), contains_non_128(), conv(), convert_coeffs(), convert_lpc(), convert_sub_to_old_ass_form(), convert_zp2tf(), convertmantissa(), convolute_with_sparse(), convolution_opencl_make_filter_params(), convolution_opencl_uninit(), convolution_x(), cook_decode_close(), cook_decode_frame(), copy_avframe_to_pixel_buffer(), copy_bits(), copy_block(), copy_block16(), copy_block17(), copy_block2(), copy_block4(), copy_block8(), copy_block9(), copy_chapters(), copy_chroma(), copy_color_mask(), copy_context_after_encode(), copy_context_before_encode(), copy_context_reset(), copy_CTB(), copy_cvpixelbuffer(), copy_emulation_prev(), copy_field(), copy_frame_default(), copy_metadata(), copy_param_sets(), copy_picture_range(), copy_region_enc(), copy_replace_length_codes(), copy_rev(), copy_samples(), copy_src_mask(), copy_TMPL(), copy_uv_planes(), copy_vert(), copyadd_block(), copyh(), copyPlane(), copyv(), correlate(), count_bits(), count_channels(), count_colors(), count_nalus(), count_paired_channels(), count_ports(), count_usage(), cpia_decode_frame(), cpu_suffix(), cqt_calc(), cqueue_resize(), create_adapt_vect(), create_all_formats(), create_cel_evals(), create_chrominance_lut(), create_clusters(), create_default_qtables(), create_exec_ctx(), create_frame(), create_instance(), create_iv(), create_luma_lut(), create_lut(), create_master_playlist(), create_vorbis_context(), cri_decode_frame(), cri_parse(), crossover_setup(), cube1x6_to_xyz(), cube3x2_to_xyz(), cube6x1_to_xyz(), cuda_device_derive(), cuda_frames_get_constraints(), cuda_frames_init(), cuda_transfer_data(), curves_init(), curves_uninit(), cuvid_output_frame(), cylindrical_to_xyz(), D(), d3d11va_frames_get_constraints(), d3d11va_frames_init(), dash_flush(), dash_free(), dash_init(), dash_read_header(), dash_read_packet(), dash_read_seek(), dash_seek(), dash_write_header(), dash_write_trailer(), dashenc_delete_media_segments(), data_packets_seen(), date_get_month(), date_get_num(), dc1394_read_header(), dca_find_frame_end(), dca_get_vlc(), dcadec_decode_frame(), dct(), dct4x4(), dct_a(), dct_b(), dct_calc_I_c(), dct_calc_II_c(), dct_calc_III_c(), dct_error(), dct_get(), dct_init(), dct_inverse(), dct_max8x8_c(), dct_quantize_refine(), dct_quantize_trellis_c(), dct_single_coeff_elimination(), dct_unquantize_h263_axp(), dct_unquantize_h263_inter_c(), dct_unquantize_h263_intra_c(), dct_unquantize_mpeg1_inter_c(), dct_unquantize_mpeg1_intra_c(), dct_unquantize_mpeg2_inter_c(), dct_unquantize_mpeg2_intra_bitexact(), dct_unquantize_mpeg2_intra_c(), dctA_c(), dctB_c(), dds_decode(), de_emphasis(), dec_bark_env(), dec_gain(), dec_lpc_spectrum_inv(), dec_ref_pic_marking(), decfloat(), decide_ac_pred(), decide_frame_length(), decimate_uninit(), decklink_autodetect(), decode(), decode2x2(), decode4x4(), decode8x8(), decode_0(), decode_13(), decode_422_bitstream(), decode_8_pulses_31bits(), decode_8_pulses_35bits(), decode_ac_coeffs(), decode_ac_filter(), decode_argb_frame(), decode_array_0000(), decode_audio_block(), decode_audio_specific_config(), decode_audio_specific_config_gb(), decode_band(), decode_band_hdr(), decode_bgr_1(), decode_block(), decode_block_coeffs(), decode_block_coeffs_internal(), decode_block_intra(), decode_block_params(), decode_block_progressive(), decode_block_refinement(), decode_blocks(), decode_bmv_frame(), decode_byte_vertical_delta(), decode_byterun2(), decode_bytes(), decode_cdlms(), decode_channel(), decode_channel_code_tab(), decode_channel_residues(), decode_channel_sf_idx(), decode_channel_transform(), decode_channel_wordlen(), decode_chunks(), decode_close(), decode_coeffs(), decode_coeffs_b_generic(), decode_component(), decode_cpe(), decode_dc_coeffs(), decode_dct_block(), decode_dds1(), decode_decorrelation_matrix(), decode_deep_rle32(), decode_deep_tvdc32(), decode_delta_l(), decode_drc_channel_exclusions(), decode_dvd_subtitles(), decode_dynamic_range(), decode_element(), decode_end(), decode_entropy_coded_image(), decode_envelope(), decode_exp_lsp(), decode_exponents(), decode_extradata_ps(), decode_fill(), decode_fill_block(), decode_fint(), decode_fixed_sparse(), decode_fixed_vector(), decode_flush(), decode_format80(), decode_frame(), decode_frame_common(), decode_frame_header(), decode_frame_headers(), decode_gain_and_index(), decode_gain_info(), decode_gainc_levels(), decode_gainc_loc_codes(), decode_gainc_npoints(), decode_gop_header(), decode_gray_bitstream(), decode_grid(), decode_haar_block(), decode_header(), decode_hextile(), decode_hf_c(), decode_hq_slice(), decode_hq_slice_row(), decode_hrd(), decode_hrd_parameters(), decode_huffman2(), decode_i_block(), decode_i_mb(), decode_ics_info(), decode_image_block(), decode_index_tilemap(), decode_info_header(), decode_init(), decode_init_static(), decode_inter_block(), decode_inter_blocks(), decode_inter_plane(), decode_intra4x4_modes(), decode_intra_block(), decode_intra_blocks(), decode_isf_indices_36b(), decode_isf_indices_46b(), decode_joint_c(), decode_key(), decode_kfrm(), decode_line_TMPL(), decode_long_vertical_delta(), decode_long_vertical_delta2(), decode_lowdelay(), decode_lpc(), decode_lsp(), decode_lspf(), decode_lt_rps(), decode_mad1(), decode_main_header(), decode_mb(), decode_mb_coeffs(), decode_mb_mode(), decode_mclms(), decode_motion_vectors(), decode_move(), decode_mvc1(), decode_mvc2(), decode_nal_sei_active_parameter_sets(), decode_nal_sei_decoded_picture_hash(), decode_nal_sei_mastering_display_info(), decode_nal_sei_timecode(), decode_nal_sei_user_data_unregistered(), decode_nal_units(), decode_packet(), decode_pal(), decode_pal8(), decode_pal_v2(), decode_parameters(), decode_part_stereo(), decode_pic_hdr(), decode_picture(), decode_picture_header(), decode_pitch_vector(), decode_pixel(), decode_pixel_in_context(), decode_plane(), decode_plane10(), decode_plane_bitstream(), decode_plane_subdivision(), decode_plte_chunk(), decode_predictor_coeffs(), decode_profile_tier_level(), decode_pulses(), decode_qu_spectra(), decode_quant_wordlen(), decode_read(), decode_region(), decode_region_intra(), decode_region_masked(), decode_residual(), decode_residual_block(), decode_residual_spectrum(), decode_residuals(), decode_residues(), decode_rgb24_frame(), decode_rgb8(), decode_rgbn(), decode_rle(), decode_rle16(), decode_rle_bpp2(), decode_rle_bpp4(), decode_runlen(), decode_runlen_rgb(), decode_scale_factors(), decode_scalefactors(), decode_scaling_list(), decode_segment(), decode_sequence_header_adv(), decode_short_horizontal_delta(), decode_short_vertical_delta(), decode_short_vertical_delta2(), decode_slice(), decode_slice_alpha(), decode_slice_chroma(), decode_slice_header(), decode_slice_luma(), decode_slice_thread(), decode_spectrum(), decode_spectrum_and_dequant(), decode_static1(), decode_static2(), decode_static3(), decode_string(), decode_styl(), decode_subframe(), decode_subframe_fixed(), decode_subframe_lpc(), decode_sublayer_hrd(), decode_tag(), decode_tile_info(), decode_tiledata(), decode_tilehdr(), decode_tns(), decode_tonal_components(), decode_tones_amplitude(), decode_tones_frequency(), decode_tones_info(), decode_tones_phase(), decode_trns_chunk(), decode_type1(), decode_type2(), decode_unit(), decode_unregistered_user_data(), decode_user_data(), decode_v4_vector(), decode_value(), decode_value3(), decode_vector(), decode_video(), decode_vol_header(), decode_wdlt(), decode_yuv_frame(), decoder_init(), decompose(), decompose_zp2biquads(), decompress(), decompress_2(), decompress_68(), decompress_indices(), decompress_p(), decompress_p3(), decor_c(), decorr_mono(), decorr_stereo(), decorr_stereo_pass2(), decorr_stereo_pass_id2(), decorr_stereo_quick(), decorrelate(), decorrelate_ls(), decorrelate_sf(), decorrelate_sm(), decorrelate_sr(), decorrelate_stereo(), decorrelation(), decouple_info(), decrypt_init(), deemphasis_c(), default_execute(), default_setup_lru(), deflate(), deflate16(), deint_vaapi_build_filter_params(), deint_vaapi_filter_frame(), deint_vaapi_pipeline_uninit(), deinvert_buffer(), delta_mono(), delta_stereo(), denoise_dct_c(), dequant(), dequantization_float(), dequantization_int(), dequantization_int_97(), dequantize(), dequantize_coefficients(), dequantize_slice_buffered(), derive_temporal_colocated_mvs(), des_encdec(), deshake_opencl_init(), deshake_opencl_uninit(), deshake_transform_c(), destroy_buffers(), detect_clicks(), detect_clips(), detect_peak(), determine_bits(), determine_quant_step_size(), device_try_init(), dfa_decode_frame(), dfisheye_to_xyz(), dht(), diagonal_transformation(), diff_bytes_c(), diff_c(), diff_int16_c(), diff_pixels_c(), difference_coding(), dilation(), dilation16(), dirac_decode_data_unit(), dirac_decode_end(), dirac_decode_frame(), dirac_decode_frame_internal(), dirac_decode_init(), dirac_decode_picture_header(), dirac_unpack_block_motion_data(), dirac_unpack_idwt_params(), direct_search(), discard_pid(), disp_palette(), display_end_segment(), distance_limited(), distortion_correction_filter_slice(), dither_highpass_filter(), dither_int_to_float_rectangular_c(), dither_int_to_float_triangular_c(), dmix_add_c(), dmix_scale_c(), dmix_scale_inv_c(), dmix_sub_c(), dmix_sub_xch_c(), dnxhd_10bit_dct_quantize(), dnxhd_10bit_dct_quantize_444(), dnxhd_8bit_get_pixels_8x4_sym(), dnxhd_calc_ac_bits(), dnxhd_calc_bits_thread(), dnxhd_decode_dct_block(), dnxhd_decode_frame(), dnxhd_decode_header(), dnxhd_decode_macroblock(), dnxhd_encode_block(), dnxhd_encode_end(), dnxhd_encode_init(), dnxhd_encode_picture(), dnxhd_encode_rdo(), dnxhd_encode_thread(), dnxhd_find_frame_end(), dnxhd_init_qmat(), dnxhd_init_vlc(), dnxhd_load_picture(), dnxhd_mb_var_thread(), dnxhd_ssd_block(), dnxhd_switch_matrix(), dnxhd_unquantize_c(), do_block_matching_multi(), do_chromakey16_slice(), do_chromakey_pixel(), do_chromakey_pixel16(), do_eval(), do_hybrid_window(), do_imdct(), do_interpolation(), do_output(), do_output16(), do_pitchfilter(), do_plc(), do_rematrixing(), do_ssim(), do_subtitle_out(), do_swizzle(), do_vertical_columns(), do_video_out(), do_vif(), dolby_e_close(), dolby_e_decode_frame(), dolby_e_init(), doTest(), double_near_abs_eps_array(), double_threshold(), doubles2str(), dpb_add(), dpcm_decode_init(), dpx_parse(), dqt(), draw_cursor(), draw_curves(), draw_edges_8_c(), draw_glyphs(), draw_horiz_band(), draw_htext(), draw_htext16(), draw_ihtext(), draw_ihtext16(), draw_line(), draw_mandelbrot(), draw_response(), draw_scope(), draw_slice(), draw_sono(), draw_spatial(), draw_text(), draw_trace16(), draw_trace8(), draw_vtext(), draw_vtext16(), drawline(), drawtext(), drm_unmap_frame(), drop_dups(), dshow_cycle_formats(), dss_sp_32to16bit(), dss_sp_add_pulses(), dss_sp_byte_swap(), dss_sp_convert_coeffs(), dss_sp_decode_one_frame(), dss_sp_gen_exc(), dss_sp_get_normalize_bits(), dss_sp_scale_vector(), dss_sp_sf_synthesis(), dss_sp_shift_sq_add(), dss_sp_shift_sq_sub(), dss_sp_unpack_coeffs(), dss_sp_unpack_filter(), dss_sp_update_buf(), dss_sp_update_state(), dss_sp_vec_mult(), dss_sp_vector_sum(), dst_calc_I_c(), dts_probe(), dual_inner_prod(), dump_code(), dump_curves(), dump_dynamic_hdr_plus(), dump_enc_cfg(), dump_fir(), dump_roi(), dump_sei_unregistered_metadata(), dump_sidedata(), dump_stream_format(), duplicate_TMPL(), dv_assemble_frame(), dv_calc_mb_coordinates(), dv_deinit(), dv_encode_video_segment(), dv_extract_audio(), dv_extract_audio_info(), dv_format_frame(), dv_guess_qnos(), dv_guess_qnos_hd(), dv_init_mux(), dv_init_weight_tables(), dv_inject_audio(), dv_probe(), dv_revise_cnos(), dv_set_class_number_hd(), dv_set_class_number_sd(), dv_vlc_map_tableinit(), dv_write_header(), dvbsub_decode(), dvbsub_encode(), dvbsub_init_decoder(), dvbsub_parse(), dvbsub_parse_clut_segment(), dvbsub_parse_pixel_data_block(), dvbsub_probe(), dvdsub_init(), dvvideo_decode_init(), dwt_decode53(), dwt_decode97_float(), dwt_decode97_int(), dwt_encode53(), dwt_encode97_float(), dwt_encode97_int(), dx2_decode_slice_410(), dxv_decode(), dxva2_frames_uninit(), dxva2_init_pool(), dxva2_map_frame(), dxva2_transfer_data_from(), dxva_check_codec_compatibility(), dxva_get_decoder_configuration(), dxva_get_decoder_guid(), dxva_list_guids_debug(), eac_to_xyz(), ebur128_calc_gating_block(), ebur128_calc_relative_threshold(), ebur128_gated_loudness(), ebur128_init_channel_map(), ebur128_init_filter(), enable_tracks(), encode_15_7(), encode_422_bitstream(), encode_ac_coeffs(), encode_acs(), encode_bgr(), encode_bgra_bitstream(), encode_bitstream(), encode_block(), encode_close(), encode_dc_coeffs(), encode_dcs(), encode_dvd_subtitles(), encode_exponents_blk_ch(), encode_frame(), encode_gbrp10(), encode_gbrp12(), encode_gray_bitstream(), encode_header(), encode_headers(), encode_init(), encode_intervals(), encode_line_TMPL(), encode_low(), encode_mb(), encode_mb_internal(), encode_ms_info(), encode_nals(), encode_packet(), encode_picture(), encode_picture_ls(), encode_plane(), encode_plane_bitstream(), encode_pulses(), encode_residual_ch(), encode_residual_fixed(), encode_rgb_frame_TMPL(), encode_sample_description(), encode_scale_factors(), encode_slice(), encode_spectral_coeffs(), encode_superframe(), encode_table(), encode_thread(), encode_window_bands_info(), encrypt_counter(), envelope_instant(), envelope_instant16(), envelope_peak(), envelope_peak16(), epic_free_pixel_cache(), epic_hash_find(), epic_jb_decode_tile(), equ_init(), equirect_to_xyz(), equisolid_to_xyz(), erase_line(), erase_screen(), erosion(), erosion16(), escape124_decode_close(), escape124_decode_frame(), escape130_decode_frame(), estimate_acs(), estimate_affine_2d(), estimate_best_b_count(), estimate_best_order(), estimate_dcs(), estimate_pitch(), estimate_sid_gain(), estimate_stereo_mode(), estimate_timings(), estimate_timings_from_bit_rate(), estimate_timings_from_pts(), eval_expr(), eval_function(), eval_ir(), eval_lpcenv(), eval_lpcenv_or_interp(), eval_poly(), evaluate_lls(), evaluate_utility_inc(), evolve(), evrc_decode_frame(), evrc_decode_init(), execute_code(), execute_model_native(), execute_model_tf(), exif_get_tag_name(), exp_quant_coarse(), expand(), expand_category(), expand_function(), expand_script(), expand_timestamps(), expand_tseq(), exponent_init(), exponents_from_scale_factors(), export_film_grain(), export_orphan_timecode(), export_plane(), expr_count(), extend97_float(), extend97_int(), extend_edges(), extract_extradata(), extract_extradata_av1(), extract_extradata_h2645(), extract_extradata_init(), extract_extradata_mpeg12(), extract_field(), extract_header(), extract_line(), extract_lines(), extract_luma_from_v210(), extrapolate_isf(), f_func(), fact(), factor(), factorization(), fade(), failing_deinit(), fastaudio_decode(), fastaudio_init(), fbdev_read_packet(), fbdev_write_packet(), fcb_excitation(), fcb_search(), fdct16_1d(), fdct8_1d(), fetch_diagonal_mv(), ff_aac_ac3_parse(), ff_aac_adjust_common_pred(), ff_aac_apply_tns(), ff_aac_encode_ltp_info(), ff_aac_encode_tns_info(), ff_aac_is_encoding_err(), ff_aac_ltp_insert_new_frame(), ff_aac_search_for_is(), ff_aac_search_for_ltp(), ff_aac_search_for_pred(), ff_ac3_bit_alloc_calc_mask(), ff_acelp_apply_order_2_transfer_function(), ff_acelp_decode_gain_code(), ff_acelp_fc_pulse_per_track(), ff_acelp_high_pass_filter(), ff_acelp_interpolate(), ff_acelp_interpolatef(), ff_acelp_lp_decode(), ff_acelp_lsf2lsp(), ff_acelp_lsf2lspd(), ff_acelp_lsp2lpc(), ff_acelp_reorder_lsf(), ff_acelp_update_past_gain(), ff_acelp_weighted_vector_sum(), ff_adaptive_gain_control(), ff_add_cpb_side_data(), ff_add_pixels_clamped_c(), ff_add_png_paeth_prediction(), ff_af_queue_remove(), ff_alloc_entries(), ff_alloc_picture(), ff_AMediaCodecList_getCodecNameByType(), ff_amrwb_lsp2lpc(), ff_ape_parse_tag(), ff_argo_asf_parse_file_header(), ff_asfcrypt_dec(), ff_ass_split_dialog(), ff_ass_split_dialog2(), ff_ass_split_free(), ff_ass_style_get(), ff_atrac3p_generate_tones(), ff_atrac3p_imdct(), ff_atrac3p_init_dsp_static(), ff_atrac3p_init_vlcs(), ff_atrac3p_ipqf(), ff_atrac3p_power_compensation(), ff_atrac_gain_compensation(), ff_atrac_init_gain_compensation(), ff_atrac_iqmf(), ff_audio_mix(), ff_audio_mix_get_matrix(), ff_audio_mix_set_matrix(), ff_audio_resample(), ff_avc_decode_sps(), ff_avg_pixels4_xy2_8_mmi(), ff_avg_pixels8_xy2_8_mmi(), ff_bgmc_decode(), ff_big_add(), ff_big_div(), ff_big_mul(), ff_block_permute(), ff_build_rac_states(), ff_calculate_operand_data_length(), ff_calculate_operand_dims_count(), ff_cavs_filter(), ff_cavs_init_mb(), ff_cavs_init_pic(), ff_cavs_load_intra_pred_luma(), ff_cavs_next_mb(), ff_cbrt_tableinit(), ff_cbs_fragment_reset(), ff_cbs_init(), ff_cbs_read_signed(), ff_cbs_read_unsigned(), ff_cbs_sei_delete_message_type(), ff_cbs_sei_find_message(), ff_cbs_sei_free_message_list(), ff_cbs_trace_syntax_element(), ff_cbs_write_fragment_data(), ff_cbs_write_signed(), ff_cbs_write_unsigned(), ff_celp_convolve_circ(), ff_celp_lp_synthesis_filter(), ff_celp_lp_synthesis_filterf(), ff_celp_lp_zero_synthesis_filterf(), ff_celt_bitalloc(), ff_celt_decode_frame(), ff_celt_flush(), ff_celt_free(), ff_celt_init(), ff_celt_quant_bands(), ff_cfhd_init_vlcs(), ff_check_pixfmt_descriptors(), ff_clean_h263_qscales(), ff_clean_mpeg4_qscales(), ff_clear_fixed_vector(), ff_clz_c(), ff_codec_get_id(), ff_codec_guid_get_id(), ff_connect_parallel(), ff_convert_lang_to(), ff_convert_matrix(), ff_convolution_init_x86(), ff_copy_bits(), ff_data_to_hex(), ff_dca_exss_parse(), ff_dca_init_vlcs(), ff_dca_lbr_filter_frame(), ff_dca_lbr_parse(), ff_dca_vlc_calc_alloc_bits(), ff_dca_vlc_calc_quant_bits(), ff_dca_vlc_enc_alloc(), ff_dca_vlc_enc_quant(), ff_dca_xll_close(), ff_dca_xll_filter_frame(), ff_dcaadpcm_do_real(), ff_dcaadpcm_predict(), ff_dcaadpcm_subband_analysis(), ff_dct_init(), ff_dct_quantize_c(), ff_decklink_list_devices_legacy(), ff_decklink_set_format(), ff_decode_10_pulses_35bits(), ff_decode_frame_props(), ff_dirac_golomb_read_16bit(), ff_dirac_golomb_read_32bit(), ff_dirac_init_arith_decoder(), ff_dirac_init_arith_tables(), ff_dnn_execute_layer_conv2d(), ff_dnn_execute_layer_math_binary(), ff_dnn_execute_layer_math_unary(), ff_dnn_execute_layer_maximum(), ff_dnn_execute_layer_pad(), ff_dnn_load_layer_conv2d(), ff_dnn_load_layer_dense(), ff_dnn_load_layer_pad(), ff_dnn_load_model_native(), ff_dnxhd_find_cid(), ff_dnxhd_get_cid_table(), ff_dnxhd_print_profiles(), ff_dolby_e_convert_input(), ff_dolby_e_parse_header(), ff_dot_product(), ff_dot_productf(), ff_draw_color(), ff_draw_horiz_band(), ff_draw_init(), ff_draw_supported_pixel_formats(), ff_dsd2pcm_translate(), ff_dshow_meminputpin_ReceiveMultiple(), ff_dv_frame_profile(), ff_dv_init_dynamic_tables(), ff_dvdsub_parse_palette(), ff_dvvideo_init(), ff_dxva2_decode_uninit(), ff_dxva2_get_surface_index(), ff_ea_idct_put_c(), ff_eac3_apply_spectral_extension(), ff_eac3_exponent_init(), ff_eac3_parse_header(), ff_ebur128_loudness_range_multiple(), ff_els_decode_unsigned(), ff_encode_preinit(), ff_er_add_slice(), ff_er_frame_end(), ff_estimate_p_frame_motion(), ff_eval_coefs(), ff_eval_poly(), ff_eval_refl(), ff_exif_decode_ifd(), ff_faandct(), ff_faandct248(), ff_faanidct(), ff_faanidct_add(), ff_faanidct_put(), ff_fbdev_get_device_list(), ff_fetch_timestamp(), ff_fft_init(), ff_ffv1_allocate_initial_states(), ff_ffv1_clear_slice_state(), ff_ffv1_close(), ff_ffv1_init_slice_contexts(), ff_ffv1_init_slice_state(), ff_ffv1_init_slices_state(), ff_fill_rgb2xyz_table(), ff_filter_activate_default(), ff_filter_graph_remove_filter(), ff_filter_graph_run_once(), ff_find_stream_index(), ff_fix_long_p_mvs(), ff_fmt_ff2v4l(), ff_fmt_v4l2codec(), ff_fmt_v4l2ff(), ff_formats_check_channel_layouts(), ff_frame_pool_get(), ff_frame_pool_uninit(), ff_frame_pool_video_init(), ff_frame_thread_encoder_free(), ff_frame_thread_encoder_init(), ff_frame_thread_free(), ff_frame_thread_init(), ff_framehash_write_header(), ff_framequeue_skip_samples(), ff_framesync_configure(), ff_framesync_get_frame(), ff_framesync_uninit(), ff_free_filters(), ff_free_picture_tables(), ff_g723_1_gen_acb_excitation(), ff_g723_1_gen_dirac_train(), ff_g723_1_get_residual(), ff_g723_1_inverse_quant(), ff_g723_1_lsp_interpolate(), ff_g723_1_scale_vector(), ff_g729_postfilter(), ff_generate_wave_table(), ff_get_best_fcode(), ff_get_codec_guid(), ff_get_cpu_flags_ppc(), ff_get_cpu_flags_x86(), ff_get_format(), ff_get_line(), ff_get_packet_palette(), ff_get_pixfmt_from_fb_varinfo(), ff_get_qtpalette(), ff_get_wav_header(), ff_h261_encode_mb(), ff_h263_aspect_to_info(), ff_h263_decode_frame(), ff_h263_decode_mb(), ff_h263_decode_mba(), ff_h263_decode_picture_header(), ff_h263_encode_mb(), ff_h263_encode_mba(), ff_h263_encode_picture_header(), ff_h263_find_frame_end(), ff_h263_pred_acdc(), ff_h263_update_motion_val(), ff_h2645_extract_rbsp(), ff_h2645_packet_split(), ff_h2645_packet_uninit(), ff_h264_add_pixels4(), ff_h264_add_pixels8(), ff_h264_build_ref_list(), ff_h264_check_intra4x4_pred_mode(), ff_h264_chroma422_dc_dequant_idct(), ff_h264_decode_extradata(), ff_h264_decode_init_vlc(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_decode_ref_pic_marking(), ff_h264_decode_seq_parameter_set(), ff_h264_direct_dist_scale_factor(), ff_h264_draw_horiz_band(), ff_h264_execute_decode_slices(), ff_h264_execute_ref_pic_marking(), ff_h264_filter_mb(), ff_h264_flush_change(), ff_h264_free_tables(), ff_h264_guess_level(), ff_h264_idct8_add(), ff_h264_idct8_add4(), ff_h264_idct8_add4_8_mmi(), ff_h264_idct8_dc_add(), ff_h264_idct_add(), ff_h264_idct_add16(), ff_h264_idct_add16_8_mmi(), ff_h264_idct_add16_intra_msa(), ff_h264_idct_add16_msa(), ff_h264_idct_add16intra(), ff_h264_idct_add16intra_8_mmi(), ff_h264_idct_add8(), ff_h264_idct_add8_422(), ff_h264_idct_add8_422_8_mmi(), ff_h264_idct_add8_422_msa(), ff_h264_idct_add8_8_mmi(), ff_h264_idct_add8_msa(), ff_h264_idct_dc_add(), ff_h264_init_cabac_states(), ff_h264_init_poc(), ff_h264_luma_dc_dequant_idct(), ff_h264_pred_weight_table(), ff_h264_ps_uninit(), ff_h264_ref_picture(), ff_h264_remove_all_refs(), ff_h264_sei_process_picture_timing(), ff_h264_sei_uninit(), ff_h264_set_erpic(), ff_h264_slice_context_init(), ff_h264_unref_picture(), ff_h264_update_thread_context(), ff_h265_get_profile(), ff_h265_guess_level(), ff_hcscale_fast_c(), ff_hevc_bump_frame(), ff_hevc_clear_refs(), ff_hevc_cu_chroma_qp_offset_idx(), ff_hevc_deblocking_boundary_strengths(), ff_hevc_decode_extradata(), ff_hevc_decode_nal_pps(), ff_hevc_decode_nal_vps(), ff_hevc_decode_short_term_rps(), ff_hevc_dsp_init(), ff_hevc_encode_nal_vps(), ff_hevc_flush_dpb(), ff_hevc_frame_nb_refs(), ff_hevc_frame_rps(), ff_hevc_hls_residual_coding(), ff_hevc_log2_res_scale_abs(), ff_hevc_merge_idx_decode(), ff_hevc_mpm_idx_decode(), ff_hevc_output_frame(), ff_hevc_parse_sps(), ff_hevc_ps_uninit(), ff_hevc_ref_idx_lx_decode(), ff_hevc_rem_intra_luma_pred_mode_decode(), ff_hevc_reset_sei(), ff_hevc_sao_band_position_decode(), ff_hevc_sao_offset_abs_decode(), ff_hevc_set_new_ref(), ff_hevc_slice_rpl(), ff_hflip_init(), ff_hflip_init_x86(), ff_htmlmarkup_to_ass(), ff_huff_build_tree(), ff_huff_gen_len_table(), ff_huffyuv_alloc_temp(), ff_huffyuv_common_end(), ff_hyscale_fast_c(), ff_id3v2_parse_chapters(), ff_id3v2_parse_priv_dict(), ff_id3v2_write_apic(), ff_id3v2_write_metadata(), ff_img_read_packet(), ff_init_2d_vlc_rl(), ff_init_filters(), ff_init_qscale_tab(), ff_init_scantable(), ff_init_scantable_permutation(), ff_init_scantable_permutation_x86(), ff_init_slice_from_src(), ff_init_vlc_from_lengths(), ff_init_vlc_sparse(), ff_insert_pad(), ff_int_from_list_or_default(), ff_int_to_int16(), ff_interleave_packet_per_dts(), ff_interp(), ff_intra_pred_8_16x16_msa(), ff_intra_pred_8_32x32_msa(), ff_ip_check_source_lists(), ff_ivi_col_haar4(), ff_ivi_col_haar8(), ff_ivi_col_slant4(), ff_ivi_col_slant8(), ff_ivi_dec_huff_desc(), ff_ivi_inverse_haar_4x4(), ff_ivi_inverse_haar_8x8(), ff_ivi_inverse_slant_4x4(), ff_ivi_inverse_slant_8x8(), ff_ivi_row_haar4(), ff_ivi_row_haar8(), ff_ivi_row_slant4(), ff_ivi_row_slant8(), ff_jni_init_jfields(), ff_jni_reset_jfields(), ff_jpeg2000_dwt_init(), ff_jpeg2000_init_component(), ff_jpeg2000_init_tier1_luts(), ff_jpeg2000_tag_tree_init(), ff_jpegls_decode_lse(), ff_jpegls_decode_picture(), ff_jpegls_init_state(), ff_kbd_window_init(), ff_kbd_window_init_fixed(), ff_lag_rac_init(), ff_line_noise_avg_c(), ff_line_noise_c(), ff_lpc_calc_coefs(), ff_lpc_calc_ref_coefs_f(), ff_lsp2polyf(), ff_lzw_encode(), ff_match_2uint16(), ff_matrix_invert_3x3(), ff_mdct15_init(), ff_mdct_calc_c(), ff_mdct_init(), ff_me_cmp_sad(), ff_me_search_ds(), ff_me_search_epzs(), ff_me_search_fss(), ff_me_search_hexbs(), ff_me_search_ntss(), ff_me_search_tdls(), ff_me_search_tss(), ff_me_search_umh(), ff_media_type_to_pix_fmt(), ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar(), ff_mediacodec_sw_buffer_copy_yuv420_planar(), ff_mediacodec_sw_buffer_copy_yuv420_semi_planar(), ff_merge_channel_layouts(), ff_metadata_conv_ctx(), ff_mjpeg_build_huffman_codes(), ff_mjpeg_build_vlc(), ff_mjpeg_decode_dht(), ff_mjpeg_decode_dqt(), ff_mjpeg_decode_end(), ff_mjpeg_decode_sof(), ff_mjpeg_decode_sos(), ff_mjpeg_encode_huffman_close(), ff_mjpeg_encode_mb(), ff_mjpeg_encode_picture_header(), ff_mjpeg_encode_stuffing(), ff_mjpeg_escape_FF(), ff_mjpeg_receive_frame(), ff_mjpegenc_huffman_compute_bits(), ff_mlp_pack_output(), ff_mlp_rematrix_channel(), ff_mlp_restart_checksum(), ff_mlz_flush_dict(), ff_mov_get_channel_layout(), ff_mov_get_channel_layout_tag(), ff_mov_iso639_to_lang(), ff_mov_lang_to_iso639(), ff_mov_read_chan(), ff_mov_write_packet(), ff_mpadsp_init_x86_tabs(), ff_mpc_dequantize_and_synth(), ff_mpeg1_decode_block_intra(), ff_mpeg1_find_frame_end(), ff_mpeg1_init_uni_ac_vlc(), ff_mpeg4_encode_mb(), ff_mpeg4_find_frame_end(), ff_mpeg4_frame_end(), ff_mpeg4_init_direct_mv(), ff_mpeg4_pred_ac(), ff_mpeg4_set_direct_mv(), ff_mpeg4_set_one_direct_mv(), ff_mpeg_er_init(), ff_mpeg_flush(), ff_mpeg_update_thread_context(), ff_mpv_common_end(), ff_mpv_common_frame_size_change(), ff_mpv_common_init(), ff_mpv_encode_end(), ff_mpv_encode_init(), ff_mpv_encode_picture(), ff_mpv_frame_start(), ff_mqc_init_context_tables(), ff_msmpeg4_decode_block(), ff_msmpeg4_decode_init(), ff_msmpeg4_encode_block(), ff_msmpeg4_encode_init(), ff_msmpeg4_encode_mb(), ff_mss12_decode_init(), ff_mss12_model_update(), ff_mss34_dct_put(), ff_mss34_gen_quant_mat(), ff_mxf_get_content_package_rate(), ff_nal_unit_extract_rbsp(), ff_nelly_get_sample_bits(), ff_nut_reset_ts(), ff_nvenc_encode_close(), ff_opencl_print_const_matrix_3x3(), ff_openssl_deinit(), ff_openssl_init(), ff_opus_parse_extradata(), ff_opus_parse_packet(), ff_opus_psy_celt_frame_init(), ff_opus_psy_end(), ff_opus_psy_init(), ff_opus_psy_postencode_update(), ff_opus_psy_process(), ff_opus_rc_enc_end(), ff_opus_rc_enc_laplace(), ff_parse_a53_cc(), ff_parse_itu_t_t35_to_dynamic_hdr10_plus(), ff_parse_mpeg2_descriptor(), ff_pca(), ff_pca_add(), ff_pix_fmt_to_guid(), ff_png_filter_row(), ff_print_debug_info2(), ff_prores_idct_10(), ff_prores_idct_12(), ff_prores_idct_wrap(), ff_psy_find_group(), ff_psy_init(), ff_psy_preprocess_end(), ff_psy_preprocess_init(), ff_pulse_audio_get_devices(), ff_put_bmp_header(), ff_put_no_rnd_pixels8_xy2_8_mmi(), ff_put_no_rnd_pixels_l2_mmi(), ff_put_no_rnd_pixels_l2_msa(), ff_put_pixels4_xy2_8_mmi(), ff_put_pixels8_xy2_8_mmi(), ff_put_pixels_clamped_c(), ff_put_vp8_pixels16_mmi(), ff_put_vp8_pixels4_mmi(), ff_put_vp8_pixels8_mmi(), ff_qsv_enc_init(), ff_qsv_find_surface_idx(), ff_qsv_map_error(), ff_qsv_print_iopattern(), ff_qsvvpp_create(), ff_qsvvpp_print_iopattern(), ff_rate_control_init(), ff_rdt_calc_response_and_checksum(), ff_read_frame_flush(), ff_read_packet(), ff_reduce_index(), ff_ref_dct_init(), ff_ref_fdct(), ff_ref_idct(), ff_removegrain_init_x86(), ff_rfps_add_frame(), ff_rfps_calculate(), ff_rgb24toyv12_c(), ff_riff_write_info(), ff_rl_init(), ff_rl_init_vlc(), ff_rm_read_mdpr_codecdata(), ff_rm_reorder_sipr_data(), ff_rms(), ff_rotate_slice(), ff_rtjpeg_decode_init(), ff_rtjpeg_init(), ff_rtmp_calc_digest_pos(), ff_rtmpe_encrypt_sig(), ff_rtp_codec_id(), ff_rtp_enc_name(), ff_rtp_get_codec_info(), ff_rtp_get_payload_type(), ff_rtp_handler_find_by_id(), ff_rtp_handler_find_by_name(), ff_rtp_handler_iterate(), ff_rtp_send_jpeg(), ff_rtsp_close_streams(), ff_rtsp_setup_output_streams(), ff_rtsp_tcp_read_packet(), ff_rtsp_undo_setup(), ff_rv34_decode_frame(), ff_rv34_get_start_offset(), ff_sauce_read(), ff_scale_vector_to_given_sum_of_squares(), ff_set_cmp(), ff_set_fixed_vector(), ff_set_min_dist_lsf(), ff_side_data_set_encoder_stats(), ff_silk_decode_superframe(), ff_simple_idct248_put(), ff_simple_idct44_add(), ff_simple_idct48_add(), ff_simple_idct84_add(), ff_simple_idct_axp(), ff_simple_idct_put(), ff_sine_window_init(), ff_sipr_decode_frame_16k(), ff_sipr_init_16k(), ff_slice_buffer_destroy(), ff_slice_buffer_flush(), ff_slice_buffer_init(), ff_slice_thread_free(), ff_smil_extract_next_text_chunk(), ff_snow_common_end(), ff_snow_common_init(), ff_snow_frame_start(), ff_snow_get_buffer(), ff_snow_release_buffer(), ff_snow_vertical_compose97i(), ff_sort_nearly_sorted_floats(), ff_sp5x_process_packet(), ff_spdif_bswap_buf16(), ff_speedhq_encode_mb(), ff_startcode_find_candidate_c(), ff_stream_encode_params_copy(), ff_subtitles_queue_clean(), ff_subtitles_queue_finalize(), ff_subtitles_queue_seek(), ff_subtitles_read_text_chunk(), ff_tadd_bytes_metadata(), ff_tadd_doubles_metadata(), ff_tadd_long_metadata(), ff_tadd_rational_metadata(), ff_tadd_shorts_metadata(), ff_tag_tree_zero(), ff_tak_parse_streaminfo(), ff_text_init_avio(), ff_tget_double(), ff_thread_flush(), ff_tilt_compensation(), ff_tis_ifd(), ff_twinvq_decode_close(), ff_tx_gen_compound_mapping(), ff_tx_gen_ptwo_revtab(), ff_tx_init_mdct_fft(), ff_update_cur_dts(), ff_update_duplicate_context(), ff_update_picture_tables(), ff_urlcontext_child_class_iterate(), ff_v4l2_buffer_initialize(), ff_v4l2_context_init(), ff_v4l2_format_avcodec_to_v4l2(), ff_v4l2_format_avfmt_to_v4l2(), ff_v4l2_format_v4l2_to_avfmt(), ff_vaapi_decode_destroy_buffers(), ff_vaapi_vpp_config_output(), ff_vaapi_vpp_ctx_init(), ff_vaapi_vpp_pipeline_uninit(), ff_vc1_b_intfi_loop_filter(), ff_vc1_decode_end(), ff_vc1_decode_entry_point(), ff_vc1_decode_init_alloc_tables(), ff_vc1_h_overlap_mmi(), ff_vc1_h_s_overlap_mmi(), ff_vc1_i_loop_filter(), ff_vc1_i_overlap_filter(), ff_vc1_init_transposed_scantables(), ff_vc1_mc_1mv(), ff_vc1_mc_4mv_chroma4(), ff_vc1_p_intfr_loop_filter(), ff_vc1_p_loop_filter(), ff_vc1_p_overlap_filter(), ff_vc1_v_overlap_mmi(), ff_vc1_v_s_overlap_mmi(), ff_vector_fmul_add_altivec(), ff_vector_fmul_add_vsx(), ff_vector_fmul_altivec(), ff_vector_fmul_reverse_altivec(), ff_vector_fmul_reverse_vsx(), ff_vector_fmul_vsx(), ff_vector_fmul_window_altivec(), ff_vector_fmul_window_vsx(), ff_vfscanf(), ff_videotoolbox_hvcc_extradata_create(), ff_vk_add_dep_exec_ctx(), ff_vk_add_descriptor_set(), ff_vk_add_exec_dep(), ff_vk_create_exec_ctx(), ff_vk_filter_uninit(), ff_vk_init_compute_pipeline(), ff_vk_init_pipeline_layout(), ff_vk_init_shader(), ff_vk_map_buffers(), ff_vk_unmap_buffers(), ff_vmafmotion_init(), ff_vorbis_floor1_render_list(), ff_vorbis_inverse_coupling(), ff_vorbis_len2vlc(), ff_vorbis_nth_root(), ff_vorbis_ready_floor1_list(), ff_vorbiscomment_length(), ff_vorbiscomment_write(), ff_vp3_h_loop_filter_msa(), ff_vp3_idct_dc_add_msa(), ff_vp3_v_loop_filter_msa(), ff_vp56_decode_frame(), ff_vp56_free_context(), ff_vp56_init_context(), ff_vp8_decode_free(), ff_vp8_h_loop_filter16_inner_mmi(), ff_vp8_h_loop_filter16_inner_msa(), ff_vp8_h_loop_filter_simple_mmi(), ff_vp8_idct_add_mmi(), ff_vp8_idct_dc_add_mmi(), ff_vp8_v_loop_filter16_inner_mmi(), ff_vp8_v_loop_filter16_inner_msa(), ff_vp8_v_loop_filter_simple_mmi(), ff_vp9_adapt_probs(), ff_weighted_vector_sumf(), ff_wma_end(), ff_wma_init(), ff_wmv2_decode_mb(), ff_wmv2_encode_mb(), ff_wmv2_idct_add_mmi(), ff_wmv2_idct_put_mmi(), ff_write_quant_matrix(), ff_xface_generate_face(), ff_xvid_idct(), ff_xvmc_decode_mb(), ff_xvmc_pack_pblocks(), ff_yuv2rgb_c_init_tables(), ffat_create_decoder(), ffat_init_encoder(), ffat_update_ctx(), fffloatscan(), ffmpeg_cleanup(), ffprobe_cleanup(), ffprobe_show_pixel_formats(), fft15(), fft_perm_avx(), fft_ref(), fft_ref_init(), ffurl_get_protocols(), fic_alpha_blend(), fic_decode_block(), fic_draw_cursor(), fic_idct_put(), fifo_basic_test(), fifo_mux_init(), fifo_overflow_drop_test(), fifo_thread_write_header(), fill_all_stream_timings(), fill_audiodata(), fill_block(), fill_block16_c(), fill_block8_c(), fill_buffer(), fill_data_min_max(), fill_decode_caches(), fill_elements(), fill_gv_table(), fill_items(), fill_l1distlut(), fill_lut(), fill_model_input_ov(), fill_noise_buffer(), fill_ones(), fill_optable(), fill_picture(), fill_picture_monoblack(), fill_picture_parameters(), fill_picture_rgb(), fill_pred_weight_table(), fill_quantization_matrices(), fill_random(), fill_rgb2yuv_table(), fill_samples(), fill_scaling_lists(), fill_slice_long(), fill_table(), fill_texture_ptrs(), fill_tile4(), fill_tileX(), fill_tone_level_array(), fill_vaapi_plain_pred_weight_table(), fill_vaapi_reference_frames(), fill_vaapi_ReferenceFrames(), fill_vaapi_RefPicList(), fill_with_noise(), fill_xyztables(), fill_yuv_image(), filler(), filler_payload(), fillPlane(), fillPlane16(), fillPlane32(), film_grain_params(), film_init(), film_read_header(), filter(), filter0(), filter1(), filter16_5x5(), filter16_7x7(), filter16_column(), filter16_complex_high(), filter16_complex_low(), filter16_row(), filter16_simple_high(), filter16_simple_low(), filter_5x5(), filter_7x7(), filter_arfq12(), filter_channel(), filter_channels(), filter_check_formats(), filter_column(), filter_complex_high(), filter_complex_low(), filter_frame(), filter_frame16(), filter_frame8(), filter_frame_fixed(), filter_frame_float(), filter_mafq12(), filter_mb_dir(), filter_plane(), filter_plane2d(), filter_plane3d1(), filter_plane3d2(), filter_query_formats(), filter_rgb(), filter_rgb_planar(), filter_row(), filter_simple_high(), filter_simple_low(), filter_slice(), filter_slice_alpha(), filter_slice_alpha16(), filter_slice_chroma(), filter_slice_chroma16(), filter_slice_luma(), filter_slice_luma16(), filter_slice_rgba16_packed(), filter_slice_rgba16_planar(), filter_slice_rgba_packed(), filter_slice_rgba_planar(), filter_ts(), filter_unblock(), filter_units_filter(), filter_value(), filterfn(), final_block_filtering(), find_and_decode_index(), find_best(), find_best_filter(), find_best_header_idx(), find_best_pitch(), find_best_state(), find_best_tables(), find_best_vect(), find_black_and_white(), find_codec(), find_codec_by_name(), find_component(), find_device(), find_first_break(), find_font_id(), find_form_factor(), find_frame_end(), find_frame_rps_type(), find_header_idx(), find_headers_search(), find_headers_search_validate(), find_index(), find_inliers(), find_matching_stream(), find_max_val(), find_missing_packets(), find_next_delta_ts(), find_next_start_code(), find_object(), find_optimal_param_exact(), find_palette(), find_peak(), find_peak_magnitude(), find_prev_closest_index(), find_record(), find_ref_idx(), find_ref_mvs(), find_rms(), find_short(), find_sidx(), find_slice_quant(), find_smallest_bounding_rectangle(), find_stream(), find_timestamp_in_playlist(), find_tongue(), find_tracked_method(), find_unused_picture(), finish_output_stream(), finish_sample_noise(), fir_quantum(), fir_to_phase(), fisheye_to_xyz(), fits_decode_frame(), fits_encode_frame(), fits_read_header(), fix_bitshift(), fix_frag_index_entries(), fix_index_entry_timestamps(), fixed_cb_search(), fixed_exp(), fixed_gain_smooth(), fixed_log(), fixed_sqrt(), fixup_vorbis_headers(), flac_decorrelate_indep_c(), flac_decorrelate_ls_c(), flac_decorrelate_ms_c(), flac_decorrelate_rs_c(), flac_deinit(), flac_encode_init(), flac_finish_header(), flac_init(), flac_lpc_16_c(), flac_lpc_32_c(), flac_lpc_encode_c(), flac_read_header(), flac_write_picture(), flashsv_decode_frame(), flat_to_xyz(), flic_decode_frame_15_16BPP(), flic_decode_frame_24BPP(), flic_decode_frame_8BPP(), flic_decode_init(), flip_bayer(), flip_swap_frame(), float2half_tables(), float_near_abs_eps_array(), float_near_abs_eps_array_ulp(), float_near_ulp_array(), floor_encode(), floor_fit(), flush(), flush_buffer(), flush_cache(), flush_encoders(), flush_packet(), flv_data_packet(), flv_init(), flv_read_close(), flv_read_metabody(), flv_read_packet(), flv_write_header(), flv_write_trailer(), for(), formant_postfilter(), format_is_supported(), formats_declared(), forward_transform(), fourxm_read_header(), frac64(), frame_add_buf(), frame_alloc(), frame_block_to_cell(), frame_copy_audio(), frame_copy_props(), frame_copy_video(), frame_erasure(), frame_header(), frame_header_obu(), frame_needs_copy(), frame_pool_free(), frame_queue_destory(), frame_queue_init(), frame_size_with_refs(), frame_start(), frame_sum_square_err(), framecrc_write_header(), framecrc_write_packet(), framesync_advance(), framesync_sync_level_update(), fraps2_decode_plane(), free_adaptation_sets(), free_audio_list(), free_buffers(), free_context_frame(), free_data_planes(), free_duplicate_contexts(), free_encoder_ctrl_payloads(), free_exec_ctx(), free_fragment_list(), free_frames(), free_geotags(), free_init_section_list(), free_lines(), free_picture(), free_pipeline(), free_playlist_list(), free_rendition_list(), free_section(), free_segment_dynarray(), free_segment_list(), free_sequence_buffers(), free_slice(), free_stream(), free_subtitle_list(), free_timelines_list(), free_tracked_methods(), free_variant_list(), free_video_list(), frei0r_init(), frm_read_packet(), fsb_read_packet(), ftp_current_dir(), ftp_passive_mode(), ftp_passive_mode_epsv(), ftp_status(), ftx_2d(), g2m_decode_frame(), g2m_load_cursor(), g2m_paint_cursor(), g722_encode_close(), g722_encode_init(), g722_encode_trellis(), g723_1_decode_frame(), g723_1_encode_frame(), g726_decode(), g726_reset(), g729d_get_new_exc(), g729d_voice_decision(), gain_scale(), gainc_level_mode1m(), gainc_level_mode3s(), gainc_loc_mode1(), gamma_convert(), gammafilter(), gather_data_for_cel(), gather_data_for_subcel(), gather_input(), gaussian_blur(), gaussian_filter(), gaussian_kernel(), gbr16ptopacked16(), gbr24ptopacked24(), gbr24ptopacked32(), gbraptopacked32(), gdv_decode_frame(), gdv_decode_init(), gdv_read_header(), gen_fcb_excitation(), gen_image(), gen_mdct_exptab(), gen_roundkeys(), gen_sub_ass(), gen_vector_table15(), gen_vector_table16(), gen_vector_table24(), generate_2_noise_channels(), generate_codebook(), generate_dither_noise(), generate_fake_vps(), generate_intervals(), generate_joint_tables(), generate_missing_ref(), generate_new_codebooks(), generate_noise(), generate_plateau(), generate_raw_frame(), generate_round_keys(), generate_samples(), generate_transition(), genh_read_packet(), geq_init(), geq_uninit(), get(), get_4block_rd(), get_alpha_data(), get_array(), get_audio_buffer(), get_audio_frame(), get_auto_noise_levels(), get_avg_color(), get_b_cbp(), get_band_edge(), get_best_frame(), get_bits1_vector(), get_block(), get_block_rd(), get_buffer(), get_buffer_with_edge(), get_cb(), get_cbp(), get_channel_layout_single(), get_closest_codebook(), get_codecs_sorted(), get_content_type(), get_content_url(), get_cox(), get_current_encryption_info(), get_cv_pixel_info(), get_dc(), get_default_field_orders(), get_deinterleaved_format(), get_delayed_pic(), get_duration(), get_exponent_dynamic(), get_extra_meta_func(), get_fcb_param(), get_floor_average(), get_format(), get_format_from_sample_fmt(), get_format_str(), get_frag_stream_info(), get_frag_time(), get_frame_mb(), get_generic_seed(), get_high_utility_cell(), get_histogram(), get_image_format(), get_input(), get_input_native(), get_input_ov(), get_input_packet(), get_jaccarddist(), get_jss_cmd(), get_l1dist(), get_lag(), get_last_needed_nal(), get_line(), get_linear_array(), get_lsp_poly(), get_match_score(), get_matching_parameters(), get_metadata_duration(), get_nalsize(), get_new_centroids(), get_next_box_id_to_split(), get_next_color(), get_opcodes(), get_p_cbp(), get_palette_frame(), get_palette_transparency_index(), get_params_size(), get_pit_avg3(), get_pix_fmt_depth(), get_pix_fmt_score(), get_pixel_format(), get_pixels_8_c(), get_plt(), get_poc(), get_preset_file(), get_preset_file_2(), get_private_data(), get_program(), get_qcx(), get_qscale(), get_qtable(), get_quant(), get_quant_quality(), get_ref_pic_index(), get_refpic_index(), get_rgb2xyz_matrix(), get_rice_array(), get_riff(), get_sad_ob(), get_samples_per_packet(), get_sbad(), get_sbad_ob(), get_scale_factor(), get_sdl_pix_fmt_and_blendmode(), get_segment_start_time_based_on_timeline(), get_send_time(), get_sindex(), get_siz(), get_slice_data(), get_std_framerate(), get_stream_info(), get_string(), get_subband_flags(), get_subset(), get_subtitle_pkt(), get_symbol(), get_symbol2(), get_symbol_inline(), get_system_header_size(), get_tiles_info(), get_tilt_comp(), get_tlm(), get_token(), get_trim_info(), get_ue_golomb(), get_unary(), get_ur_golomb_jpegls(), get_v_length(), get_val_from_nodes_tab(), get_vanc_line_idx(), get_video_buffer(), get_vlc_symbol(), get_volume(), get_wb_bitrate_mode(), gif_crop_translucent(), gif_read_palette(), global_motion_params(), gmc1_c(), got_eagain(), gradient_predict(), graph_check_links(), graph_check_validity(), graph_config_links(), graph_config_pointers(), gray8aToPacked24(), gray8aToPacked32(), gray8aToPacked32_1(), gray_frame(), grayf32ToY16_bswap_c(), grayf32ToY16_c(), green_graticule(), green_graticule16(), gsm_decode_block(), guess_map_any(), guess_map_matching(), guess_mv(), guess_ni_flag(), guess_palette(), guess_status_pts(), gxf_compare_field_nb(), gxf_find_lines_index(), gxf_header(), gxf_parse_mpeg_frame(), gxf_read_index(), gxf_write_flt_packet(), gxf_write_header(), gxf_write_track_description_section(), gxf_write_trailer(), gxf_write_umf_media_description(), gxf_write_umf_track_description(), h261_decode_block(), h261_decode_mb(), h261_decode_mb_skipped(), h261_decode_picture_header(), h261_encode_block(), h261_find_frame_end(), h261_probe(), h263_decode_block(), h263_encode_block(), h263_handle_packet(), h263_mv4_search(), h263_probe(), h263_skip_b_part(), h263p_encode_umotion(), h264_decode_end(), h264_decode_flush(), h264_export_frame_props(), h264_field_start(), h264_fill_mbaff_ref_list(), h264_find_frame_end(), h264_frame_start(), h264_get_br_factor(), h264_init_context(), h264_initialise_ref_list(), h264_loop_filter_chroma(), h264_loop_filter_luma(), h264_metadata_handle_display_orientation(), h264_metadata_init(), h264_metadata_insert_aud(), h264_metadata_update_fragment(), h264_metadata_update_sps(), h264_mp4toannexb_filter(), h264_probe(), h264_redundant_pps_update_fragment(), h264_select_output_frame(), h264_slice_header_init(), h264_slice_header_parse(), h264_slice_init(), h265_metadata_guess_level(), h265_metadata_update_fragment(), h265_metadata_update_sps(), hadamard8_diff8x8_c(), hadamard8_intra8x8_c(), hadd(), half2float_table(), halfpel_interpol(), hammer_to_xyz(), handle_bgattr(), handle_connect_error(), handle_file(), handle_invoke_status(), handle_klv(), handle_p_frame_png(), handle_pac(), handle_packet(), handle_packets(), handle_rstn(), handle_small_bpp(), handle_textattr(), hap_can_use_tex_in_place(), hap_compress_frame(), hap_decode(), hap_parse_decode_instructions(), hap_parse_frame_header(), hap_write_frame_header(), hardthresh_c(), harmonic_filter(), harmonic_noise_sub(), has_duration(), hash_free(), hb_fir_filter(), hcom_init(), hdcd_analyze(), hdcd_envelope(), hdcd_integrate(), hdcd_reset(), hdcd_scan(), hds_flush(), hds_free(), hds_write_header(), hds_write_trailer(), headphone_convolute(), headphone_fast_convolute(), hequirect_to_xyz(), hevc_decode_extradata(), hevc_decode_free(), hevc_decode_nal_units(), hevc_extradata_to_annexb(), hevc_find_frame_end(), hevc_idct_16x16_msa(), hevc_idct_8x32_column_msa(), hevc_idct_transpose_32x8_to_8x32(), hevc_idct_transpose_8x32_to_32x8(), hevc_init_context(), hevc_mp4toannexb_filter(), hevc_parse_slice_header(), hevc_probe(), hex_dump_internal(), highpass_filter(), hl_decode_mb(), hl_decode_mb_444(), hl_decode_mb_idct_luma(), hl_decode_mb_predict_luma(), hl_motion(), hls_deinit(), hls_init(), hls_mux_init(), hls_open(), hls_prediction_unit(), hls_read_header(), hls_read_packet(), hls_read_seek(), hls_sao_param(), hls_slice_data_wpp(), hls_slice_header(), hls_transform_tree(), hls_transform_unit(), hls_write_header(), hls_write_packet(), hls_write_trailer(), hmuladd(), hn(), horiz_filter(), horizontal_compose_fidelityi_TMPL(), horizontal_fill(), horizontal_frame_pack(), horizX1Filter(), hp_output(), hq_decode_frame(), hq_decode_mb(), hq_idct_put(), hqa_decode_frame(), hqa_decode_mb(), hqa_decode_slice(), hqx_decode_422(), hqx_decode_422a(), hqx_decode_444(), hqx_decode_444a(), hqx_decode_close(), hqx_decode_frame(), hqx_idct_put(), hrd_parameters(), hScale16To15_c(), hScale16To19_c(), hScale8To15_c(), hScale8To19_c(), hScale_real(), hscroll(), hsub(), huf_build_dec_table(), huf_canonical_code_table(), huff_build(), huff_build_tree(), huff_smallest_node(), huffman_decode(), huffman_table(), hvcc_array_add_nal_unit(), hvcc_close(), hvcc_parse_ptl(), hvcc_parse_sps(), hvcc_write(), hw_device_free_all(), hw_device_get_by_name(), hw_device_get_by_type(), hw_device_match_by_codec(), hw_device_setup_for_decode(), hw_device_setup_for_encode(), hw_device_setup_for_filter(), hwdownload_config_output(), hwframe_pool_prealloc(), hwupload_query_formats(), hybrid2_re(), hybrid4_8_12_cx(), hybrid6_cx(), hybrid_analysis(), hybrid_synthesis(), i2f(), iac_generate_tabs(), ico_write_header(), ico_write_packet(), ico_write_trailer(), ict_float(), ict_int(), id3v1_create_tag(), id3v2_3_metadata_split_date(), id3v2_check_write_tag(), idcin_decode_init(), idcin_probe(), idcin_read_packet(), idct(), idct10(), idct16_1d(), idct248_error(), idct248_ref(), idct2_add(), idct2_put(), idct32(), idct8_1d(), idct_add(), idct_col2(), idct_column_false_mmi(), idct_column_true_mmi(), idct_put(), idr(), idraw_htext(), idraw_htext16(), idraw_vtext(), idraw_vtext16(), idx_to_quant(), iec61883_read_header(), if(), iff_read_header(), ifilter_has_all_input_formats(), ifilter_send_frame(), ifv_read_seek(), ilbc_decode_frame(), image_copy(), image_copy_16_to_8(), image_ctx_free(), image_sad(), imc_adjust_bit_allocation(), imc_calculate_coeffs(), imc_decode_block(), imc_decode_frame(), imc_decode_init(), imc_decode_level_coefficients(), imc_decode_level_coefficients2(), imc_decode_level_coefficients_raw(), imc_get_coeffs(), imc_get_skip_coeff(), imc_imdct256(), imc_init_static(), imc_read_level_coeffs(), imc_read_level_coeffs_raw(), imc_refine_bit_allocation(), imdct15_half(), imdct36(), imdct_and_windowing(), imdct_and_windowing_960(), imdct_and_windowing_eld(), imdct_and_windowing_ld(), imdct_calc(), imdct_half_32(), imdct_half_64(), imdct_output(), imlt(), imlt_gain(), imlt_window_float(), implicit_weight_table(), import_palette(), import_plane(), in_table_int16(), index_mb(), infer_completion_callback(), infer_size(), inflate(), inflate16(), ini_escape_str(), init(), init_band(), init_bitstream_params(), init_block(), init_block_mapping(), init_bundles(), init_cavlc_level_tab(), init_coders(), init_coef_vlc(), init_complex_filters(), init_context_frame(), init_cook_vlc_tables(), init_cos_tabs_idx(), init_cplscales_table(), init_decoder(), init_default_huffman_tables(), init_demo(), init_dequant4_coeff_table(), init_dequant8_coeff_table(), init_dequant_tables(), init_dequantizer(), init_duplicate_context(), init_duplicate_contexts(), init_ff_cos_tabs(), init_file(), init_filter(), init_filters(), init_frame(), init_frame_decoder(), init_frames(), init_framesync(), init_gain_table(), init_gaussian_filter(), init_histogram(), init_idct(), init_image(), init_imdct_window(), init_input_filter(), init_luts(), init_mdct_win(), init_model_ov(), init_multbl2(), init_muxer(), init_mv(), init_mv_table(), init_noise(), init_noise_samples(), init_offset(), init_out_pool(), init_out_session(), init_output_stream(), init_output_stream_streamcopy(), init_parse_context(), init_pass2(), init_pattern_from_file(), init_pattern_from_string(), init_pfa_reindex_tabs(), init_planes(), init_pow2table(), init_processing_chain(), init_ptable(), init_pts(), init_qexp(), init_quantized_coeffs_elem0(), init_ralf_vlc(), init_ref(), init_sample_buffers(), init_sample_noise(), init_sample_rate(), init_scan_tables(), init_segment_types(), init_slice_rpl(), init_stage(), init_static(), init_tables(), init_thres2(), init_tiles(), init_uni_ac_vlc(), init_vlcs(), init_vpp_session(), initFilter(), inject_frame(), input_code(), input_data_internal(), input_flip(), input_to_sample_buffer(), int32_to_float_c(), int32_to_float_fmul_array8_c(), int32_to_float_fmul_scalar_c(), int_sin(), interlaced_vertical_filter(), interleave_TMPL(), interp_band_gain(), interpol(), interpolate(), interpolate_bilinear16(), interpolate_bilinear8(), interpolate_float(), interpolate_isp(), interpolate_lsf(), interpolate_refplane(), interpolation(), intersection_word(), intlist_read(), intlist_write(), intra_pred(), intra_prediction_unit(), inverse_adpcm(), inverse_channel_transform(), inverse_quant(), inverse_quant_coeff(), inverse_temporal_filter(), inverse_transform(), invert(), invert_graticule(), invert_graticule16(), invert_matrix3x3(), invert_step(), ipdopd_reset(), ipmovie_read_header(), ipu_decode_init(), ipu_parse(), ir2_decode_plane(), ircam_read_header(), irdft_horizontal16(), irdft_horizontal8(), irdft_vertical(), is_common_init_section_exist(), is_format_supported(), is_image(), is_intra_more_likely(), is_pixel_on_stack(), is_planar_yuv(), is_second_half_of_fft32(), is_transp(), is_yuv_planar(), isf_add_mean_and_past(), isfinite_array(), isHorizMinMaxOk_C(), ism_flush(), ism_free(), ism_seek(), ism_write_header(), isnan_vec(), iso88591_to_utf8(), iterative_me(), ivi_create_huff_from_desc(), ivi_init_static_vlc(), ivr_read_header(), j2kenc_init(), jacosub_read_header(), jacosub_to_ass(), join_config_output(), join_init(), join_query_formats(), join_uninit(), joint_decode(), jp2_find_codestream(), jpeg2000_decode_packets(), jpeg_create_header(), jpeg_create_huffman_table(), jpeg_probe(), jpeg_table_header(), jpg_decode_data(), jpg_free_context(), juggle(), juggle_block(), k12(), k13(), k23(), k24(), k34(), k35(), k44(), k45(), kempf_decode_tile(), kempf_restore_buf(), kmsgrab_free_desc(), kmsgrab_read_header(), kmvc_decode_inter_8x8(), kmvc_decode_intra_8x8(), l2s_dia_search(), lag_decode_arith_plane(), lag_decode_frame(), lag_decode_line(), lag_decode_prob(), lag_decode_zero_run_line(), lag_pred_line_yuy2(), lag_read_prob_header(), lagrange_kernel(), lame_calc_attack_threshold(), lame_window_init(), lanczos_kernel(), last_significant_coeff_suffix_decode(), last_significant_coeff_xy_prefix_decode(), latm_decode_audio_specific_config(), latm_find_frame_end(), latm_write_packet(), lavfi_read_header(), lavfi_read_packet(), lbr_bank_c(), leastsquares(), leb128(), left_predict(), lerp_colors(), lerp_colors16(), levinson_durbin(), lfe_downsample(), lfe_fir_fixed_c(), lfe_fir_float_c(), lfe_iir_c(), lfe_x96_fixed_c(), lfe_x96_float_c(), libcodec2_decode(), libdav1d_receive_frame(), libgsm_decode_frame(), libopenjpeg_decode_frame(), libopenjpeg_ispacked(), libopus_decode(), librav1e_receive_packet(), libx265_encode_frame(), libx265_encode_init(), libx265_encode_set_roi(), lift(), liftS(), lin_calc(), linear(), linear_perm(), lininterp(), list_drivers(), list_voices(), ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), ljpeg_encode_bgr(), ljpeg_encode_yuv_mb(), LLVMFuzzerTestOneInput(), load_color_refs(), load_colormap(), load_cursor(), load_data(), load_input_picture(), load_matrix(), load_palette(), load_sb_block(), load_tf_model(), locate_option(), loco_decode_plane(), log16(), log_callback(), log_int_value(), log_slave(), long_filter_ehigh_3830(), long_filter_high_3800(), long_term_filter(), long_term_synth(), lookup_signatures(), LOOP_FILTER(), loop_filter(), loop_filter_params(), lowest_referenced_row(), lowpass(), lowpass16(), lowpass_line_c(), lowpass_line_c_16(), lowpass_line_complex_c(), lowpass_line_complex_c_16(), lowpass_prediction(), lpc2lsp(), lpc_analyze_remodulate(), lpc_apply_welch_window_c(), lpc_compute_autocorr_c(), lpc_encode_unrolled(), lpc_prediction(), lpc_weighting(), LR128(), lr_params(), ls_decode_line(), lsf2lsp(), lsf2lsp_3(), lsf2lsp_5(), lsf2lsp_for_mode12k2(), lsf2poly(), lsf_check_stability(), lsf_decode(), lsf_decode_fp(), lsf_decode_fp_16k(), lsf_dequantization(), lsf_interpolate(), lsf_restore_from_previous(), lsp2lpc(), lsp2poly(), lsp_interpolate(), lsp_quantize(), lspf2lpc(), lum_convert(), lum_h_scale(), luma_intra_pred_mode(), lumRangeFromJpeg16_c(), lumRangeFromJpeg_c(), lumRangeToJpeg16_c(), lumRangeToJpeg_c(), lut_packed_16bits(), lut_packed_8bits(), lut_planar_16bits(), lut_planar_8bits(), lz_copy(), lz_unpack(), lzss_decompress(), lzss_uncompress(), m4sl_cb(), mace_decode_frame(), magicyuv_median_pred16(), magy_decode_end(), magy_decode_frame(), magy_decode_slice(), magy_decode_slice10(), magy_encode_close(), magy_encode_frame(), magy_encode_init(), magy_huffman_compute_bits(), main(), make_block_map(), make_command_flags_str(), make_digest_auth(), make_fir(), make_gauss_kernel(), make_glyphs(), make_horizontal_map(), make_lpc_coefs(), make_lpf(), make_new_tree(), make_noises(), make_sin_table(), make_tables_writable(), make_tc(), make_vectors_contig(), make_vertical_map(), makelayers(), makenan_vec(), mangle_rgb_planes(), map_buffers(), match_framerate(), match_group_separator(), match_pixfmt(), match_section(), match_stream_specifier(), match_streams(), match_streams_exact_id(), match_streams_one_to_one(), match_video_size(), math_binary_commutative(), math_binary_not_commutative(), max_abs_value_w16(), mc_subpel(), mca(), mcc_read_header(), mcdc(), mcdec_map_color_format(), mclms_predict(), mclms_update(), mcompand_channel(), mct_decode(), md5_close(), mdct15(), mdec_decode_block_intra(), mean(), mean_sum(), meanf(), measure_nop_time(), median_frames16(), median_frames8(), median_predict(), mediumthresh_c(), memset_bytes(), mercator_to_xyz(), merge_context_after_encode(), merge_formats_internal(), message(), message_list(), metadata_hdr_mdcv(), metadata_itut_t35(), metasound_read_bitstream(), microdvd_close_no_persistent_tags(), microdvd_init(), microdvd_open_tags(), microdvd_probe(), microdvd_read_header(), midequalizer16(), mimic_decode_end(), mimic_decode_frame(), mimic_decode_init(), minimize_error(), minimum_filter(), mitchell_kernel(), mix6to2_TMPL(), mix8to2_TMPL(), mix_frames(), mj2_create_image(), mjpeg_build_optimal_huffman(), mjpeg_decode_app(), mjpeg_decode_com(), mjpeg_decode_scan(), mjpeg_encode_picture_frame(), mjpega_dump_header(), mkv_end_cluster(), mkv_get_uid(), mkv_init(), mkv_new_chapter_ids_needed(), mkv_query_codec(), mkv_write_attachments(), mkv_write_chapters(), mkv_write_codecprivate(), mkv_write_header(), mkv_write_seekhead(), mkv_write_stereo_mode(), mkv_write_tags(), mkv_write_tracks(), mkv_write_trailer(), mlp_filter_channel(), mlp_parse(), mm_decode_inter(), mm_decode_pal(), mmap_close(), mmap_init(), mmap_start(), mmsh_open_internal(), mobiclip_close(), mobiclip_flush(), mobiclip_init(), mobiclip_init_static(), mod64_a(), mod64_b(), mod64_c(), mod_a(), mod_b(), mod_c(), mod_strcspn(), model256_reset(), model256_update(), model_rescale_weights(), model_reset(), model_update(), moflex_read_close(), mono_decode(), monoblack2Y_c(), monolithic_fft(), monolithic_imdct(), monolithic_mdct(), monowhite2Y_c(), motion_search(), mov_add_tfra_entries(), mov_build_index(), mov_create_chapter_track(), mov_create_dvd_sub_decoder_specific_info(), mov_find_next_sample(), mov_fix_index(), mov_flush_fragment(), mov_flush_fragment_interleaving(), mov_free(), mov_free_encryption_index(), mov_get_rawvideo_codec_tag(), mov_init(), mov_metadata_hmmt(), mov_open_dref(), mov_parse_auxiliary_info(), mov_parse_mpeg2_frame(), mov_parse_vc1_frame(), mov_preroll_write_stbl_atoms(), mov_prune_frag_info(), mov_read_adrm(), mov_read_chap(), mov_read_chapters(), mov_read_chpl(), mov_read_close(), mov_read_ctts(), mov_read_custom(), mov_read_default(), mov_read_dref(), mov_read_elst(), mov_read_header(), mov_read_keys(), mov_read_mac_string(), mov_read_mdcv(), mov_read_mvhd(), mov_read_pssh(), mov_read_saio(), mov_read_sample_encryption_info(), mov_read_sbgp(), mov_read_sdtp(), mov_read_seek(), mov_read_senc(), mov_read_sidx(), mov_read_smdm(), mov_read_stco(), mov_read_stps(), mov_read_stsc(), mov_read_stss(), mov_read_stsz(), mov_read_stts(), mov_read_tfdt(), mov_read_tfhd(), mov_read_tkhd(), mov_read_trun(), mov_rewrite_dvd_sub_extradata(), mov_seek_stream(), mov_setup_track_ids(), mov_text_cleanup_ftab(), mov_text_decode_frame(), mov_text_encode_frame(), mov_text_tx3g(), mov_write_avid_tag(), mov_write_chpl_tag(), mov_write_covr(), mov_write_ctts_tag(), mov_write_eac3_tag(), mov_write_ftyp_tag(), mov_write_header(), mov_write_identification(), mov_write_iods_tag(), mov_write_isml_manifest(), mov_write_mfra_tag(), mov_write_moof_tag_internal(), mov_write_moov_tag(), mov_write_mvex_tag(), mov_write_mvhd_tag(), mov_write_packet(), mov_write_sdtp_tag(), mov_write_sidx_tag(), mov_write_sidx_tags(), mov_write_single_packet(), mov_write_stco_tag(), mov_write_stsc_tag(), mov_write_stss_tag(), mov_write_stsz_tag(), mov_write_stts_tag(), mov_write_tfra_tag(), mov_write_tfrf_tag(), mov_write_tfrf_tags(), mov_write_tkhd_tag(), mov_write_traf_tag(), mov_write_trailer(), mov_write_trun_tag(), mov_write_video_tag(), movie_common_init(), movie_decode_packet(), movie_query_formats(), movie_request_frame(), movie_uninit(), mp3_init(), mp3_read_header(), mp3_sync(), mp3_update_xing(), mp3_write_xing(), mp3_xing_add_frame(), mp_build_rgb_yuv_table(), mp_decode_frame(), mp_decode_layer1(), mp_decode_layer2(), mp_decode_layer3(), mp_decode_line(), mp_read_changes_map(), mp_read_codes_table(), mp_set_zero_yuv(), MPA_encode_frame(), MPA_encode_init(), mpa_synth_init(), mpadsp_init_tabs(), mpc7_decode_frame(), mpc7_init_static(), mpc8_decode_frame(), mpc8_init_static(), mpc8_parse_seektable(), mpc_synth(), mpeg1_decode_block_inter(), mpeg1_decode_sequence(), mpeg1_fast_decode_block_inter(), mpeg2_decode_block_intra(), mpeg2_decode_block_non_intra(), mpeg2_fast_decode_block_intra(), mpeg2_fast_decode_block_non_intra(), mpeg2_metadata_update_fragment(), mpeg4_decode_block(), mpeg4_decode_dpcm_macroblock(), mpeg4_decode_mb(), mpeg4_decode_partition_a(), mpeg4_decode_partition_b(), mpeg4_decode_partitioned_mb(), mpeg4_decode_sprite_trajectory(), mpeg4_decode_studio_mb(), mpeg4_encode_block(), mpeg4_encode_blocks(), mpeg4_get_block_length(), mpeg4_init_static(), mpeg4_load_default_matrices(), mpeg4video_probe(), mpeg_decode_a53_cc(), mpeg_decode_mb(), mpeg_decode_picture_display_extension(), mpeg_decode_slice(), mpeg_decode_user_data(), mpeg_field_start(), mpeg_mux_deinit(), mpeg_mux_end(), mpeg_mux_init(), mpegaudio_parse(), mpegaudio_tableinit(), mpegaudiodec_common_init_static(), mpegaudiodec_common_tableinit(), mpegps_probe(), mpegps_read_packet(), mpegps_read_pes_header(), mpegts_deinit(), mpegts_free(), mpegts_init(), mpegts_probe(), mpegts_push_data(), mpegts_raw_read_packet(), mpegts_read_packet(), mpegts_resync(), mpegts_write_flush(), mpegts_write_packet_internal(), mpegts_write_pat(), mpegts_write_pes(), mpegts_write_pmt(), mpegts_write_sdt(), mpegvideo_split(), mpl2_probe(), mpsub_read_header(), mpv_encode_init_static(), mpv_motion_internal(), MPV_motion_lowres(), mpv_reconstruct_mb_internal(), msmpeg4v12_decode_mb(), msmpeg4v1_pred_dc(), msmpeg4v34_decode_mb(), msnwc_tcp_probe(), msp_probe(), msp_read_packet(), msrle_decode_8_16_24_32(), msrle_decode_frame(), msrle_decode_init(), msrle_decode_pal4(), mss2_blit_wmv9_template(), mss2_decode_frame(), mss3_decode_end(), mss3_decode_frame(), mss3_decode_init(), mss4_decode_dct_block(), mss4_decode_end(), mss4_decode_frame(), mss4_decode_image_block(), mss4_decode_init(), mss4_init_vlc(), mss4_init_vlcs(), mss4_update_dc_cache(), multiple_resample(), multiswap_init(), multiswap_inv_step(), multiswap_invert_keys(), multiswap_step(), mv_read_header(), mv_read_seek(), mvi_update_row(), mxf_compute_edit_unit_byte_count(), mxf_compute_index_tables(), mxf_compute_ptses_fake_index(), mxf_edit_unit_absolute_offset(), mxf_find_index_table(), mxf_get_d10_aes3_packet(), mxf_get_eia608_packet(), mxf_get_essence_container_ul_index(), mxf_get_sorted_table_segments(), mxf_get_stream_index(), mxf_get_wrapping_by_body_sid(), mxf_handle_missing_index_segment(), mxf_interleave_get_packet(), mxf_lookup_local_tag(), mxf_match_uid(), mxf_parse_dnxhd_frame(), mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), mxf_parse_package_comments(), mxf_parse_physical_source_package(), mxf_parse_prores_frame(), mxf_parse_structural_metadata(), mxf_read_close(), mxf_read_generic_descriptor(), mxf_read_header(), mxf_read_index_entry_array(), mxf_read_local_tags(), mxf_read_seek(), mxf_read_sync(), mxf_resolve_essence_group_choice(), mxf_resolve_multidescriptor(), mxf_resolve_source_package(), mxf_resolve_strong_ref(), mxf_uid_to_str(), mxf_umid_to_str(), mxf_write_content_storage(), mxf_write_d10_audio_packet(), mxf_write_essence_container_refs(), mxf_write_footer(), mxf_write_header(), mxf_write_header_metadata_sets(), mxf_write_index_table_segment(), mxf_write_multi_descriptor(), mxf_write_package(), mxf_write_primer_pack(), mxf_write_random_index_pack(), mxf_write_structural_component(), mxf_write_system_item(), mxpeg_check_dimensions(), mxpeg_decode_end(), mxpeg_decode_mxm(), naive_fft(), naive_imdct(), naive_mdct(), nearest_kernel(), need_output(), neighbor_opencl_make_filter_params(), nelly_decode_block(), nellymoser_init_static(), new_audio_stream(), new_key_frame(), new_output_stream(), new_subtitle_stream(), new_video_stream(), next_input(), next_output(), ni_prepare_read(), nlmeans_plane(), noise(), noise_scale(), non_maximum_suppression(), normalize_coeffs(), nppscale_init(), nppscale_resize(), nppscale_scale(), nppscale_uninit(), npptranspose_filter(), npptranspose_init(), npptranspose_rotate(), npptranspose_transpose(), npptranspose_uninit(), nsv_parse_NSVf_header(), nsv_parse_NSVs_header(), nsv_probe(), nsv_read_chunk(), nsv_read_header(), nsv_read_packet(), nsv_resync(), nut_probe(), nut_read_close(), nut_read_packet(), nut_write_deinit(), nut_write_header(), nut_write_packet(), nvdec_av1_decode_slice(), nvdec_av1_start_frame(), nvdec_h264_start_frame(), nvdec_hevc_start_frame(), nvdec_mpeg12_start_frame(), nvdec_mpeg4_start_frame(), nvdec_retrieve_data(), nvdec_vp9_start_frame(), nvenc_check_codec_support(), nvenc_find_free_reg_resource(), nvenc_map_error(), nvenc_send_frame(), nvenc_setup_device(), nvenc_setup_surfaces(), nvXXtoUV_c(), obmc_motion(), octahedron_to_xyz(), ogg_buffer_data(), ogg_find_codec(), ogg_find_stream(), ogg_free(), ogg_get_length(), ogg_gptopts(), ogg_init(), ogg_packet(), ogg_page_packets(), ogg_read_close(), ogg_read_header(), ogg_read_page(), ogg_read_timestamp(), ogg_replace_stream(), ogg_reset(), ogg_restore(), ogg_save(), ogg_write_header(), ogg_write_packet(), ogg_write_trailer(), oggvorbis_decode_init(), ogm_chapter(), old_codec1(), old_codec37(), old_codec47(), oma_write_header(), omx_component_init(), omx_encode_init(), on2avc_apply_ms(), on2avc_decode_band_types(), on2avc_decode_init(), on2avc_decode_pairs(), on2avc_decode_quads(), on2avc_decode_subframe(), on2avc_free_vlcs(), on2avc_reconstruct_channel(), on2avc_reconstruct_channel_ext(), open_demux_for_component(), open_filter_param(), open_input_file(), open_output_file(), open_slave(), opencl_device_init(), opencl_filter_device(), opencl_filter_platform(), opencl_frames_get_constraints(), opencl_frames_uninit(), opencl_wait_events(), opengl_get_fragment_shader_code(), opengl_get_texture_params(), opengl_init_context(), opengl_prepare(), opengl_read_limits(), opt_list(), opt_loglevel(), opt_map(), opt_target(), opus_decode_close(), opus_decode_flush(), opus_decode_frame(), opus_decode_init(), opus_decode_packet(), opus_decode_subpacket(), opus_encode_end(), opus_encode_frame(), opus_encode_init(), opus_fade(), opus_find_frame_end(), opus_flush_resample(), opus_gen_toc(), opus_packet_assembler(), opus_rc_tell_frac(), orthogonalize(), orthographic_to_xyz(), oscilloscope_filter_frame(), output_audio_block(), output_chunk_list(), output_client_manifest(), output_configure(), output_frame(), output_mpd(), output_packet(), output_segment_list(), output_server_manifest(), output_single_frame(), overlay_opencl_load(), overlay_qsv_query_formats(), p010BEToUV_c(), p010BEToY_c(), p010LEToUV_c(), p010LEToY_c(), p016BEToUV_c(), p016LEToUV_c(), p8idct(), pack_bitstream(), pack_fcb_param(), pack_float(), pack_int32(), pack_yuv(), packed16togbra16(), packedCopyWrapper(), pad_opencl_init(), padding_obu(), paf_audio_decode(), paf_video_close(), paf_video_decode(), paf_video_init(), paint_raw(), paint_rect(), palToA_c(), palToRgbWrapper(), palToUV_c(), palToY_c(), pam_encode_frame(), pannini_to_xyz(), parcor_to_lpc(), park_frame_worker_threads(), parse_3dl(), parse_adaptation_sets(), parse_aux_data(), parse_band_ext(), parse_bit_alloc(), parse_boolean(), parse_ch(), parse_channel(), parse_channel_expressions(), parse_channel_name(), parse_chunk_headers(), parse_cinespace(), parse_cube(), parse_dat(), parse_definition(), parse_descriptor(), parse_dmix_coeffs(), parse_dsd_prop(), parse_exponents(), parse_fmtp(), parse_fmtp_config(), parse_forced_key_frames(), parse_frames(), parse_gains(), parse_gradient(), parse_grid_2(), parse_grid_3(), parse_huffman_codes(), parse_ifo_palette(), parse_indices(), parse_keyframes_index(), parse_layer_rates(), parse_lfe_16(), parse_lfe_24(), parse_loglevel(), parse_lpc(), parse_m3d(), parse_mantissas(), parse_matrix_coeffs(), parse_nal_units(), parse_optgroup(), parse_palette(), parse_playlist(), parse_points(), parse_postfilter(), parse_presentation_segment(), parse_primary(), parse_psfile(), parse_ptl(), parse_read_intervals(), parse_rps(), parse_scale_factors(), parse_segment_info(), parse_sequence_header(), parse_set_cookie_expiry_time(), parse_setup_header(), parse_string(), parse_sub_headers(), parse_timecode(), parse_times(), parse_variant_stream_mapstring(), parse_weights(), parse_x96_frame_exss(), parse_xbr_frame(), pat_cb(), pcm_decode_frame(), pcm_decode_init(), pcm_dvd_decode_samples(), pcm_dvd_encode_frame(), pcx_decode_frame(), pcx_encode_frame(), pcx_palette(), pcx_rle_decode(), peak_table(), perceptual_filter(), perform_compression(), perform_dc_correction(), periods(), permutate_in_line(), permute(), permute_x86(), perspective_to_xyz(), pgm_save(), pgmyuv_save(), photocd_decode_close(), pic_as_field(), pick_color(), pick_color16(), pick_color8(), pick_format(), pick_formats(), pick_palette_entry(), picture_display_extension(), pink_fill(), pitch_downsample(), pitch_enhancer(), pitch_filter(), pitch_search(), pitch_sharpening(), pix_abs16_c(), pix_abs16_x2_c(), pix_abs16_xy2_c(), pix_abs16_y2_c(), pix_abs8_c(), pix_abs8_x2_c(), pix_abs8_xy2_c(), pix_abs8_y2_c(), pix_decode_frame(), pix_median_abs16_c(), pix_median_abs8_c(), pix_norm1(), pix_norm1_c(), pix_sum(), pix_sum_c(), pixctx_init(), pixctx_reset(), pixel_color7_slow(), pixfmt_is_supported(), pixlet_decode_frame(), pixscope_filter_frame(), piz_uncompress(), planar_rgb16_to_a(), planar_rgb16_to_uv(), planar_rgb16_to_y(), planar_rgb_to_a(), planar_rgb_to_uv(), planar_rgb_to_y(), planar_rgbf32_to_a(), planar_rgbf32_to_uv(), planar_rgbf32_to_y(), planarCopyWrapper(), playlist_needed(), plot_freq(), plot_gamuts(), pmp_header(), pmp_packet(), pmt_cb(), png_choose_filter(), png_filter_row(), png_parse(), pnm_decode_frame(), pnm_encode_frame(), points_not_collinear(), poly_eval(), pop_int(), pop_integer(), postfilter(), postfilter_5k0(), postfilter_c(), postprocess(), postprocess_chroma(), postprocess_luma(), postProcess_TMPL(), postrotate_c(), postscale_c(), pp_bnk_read_header(), pp_bnk_read_packet(), pp_free_context(), pp_get_mode_by_name_and_quality(), pp_init(), pp_postprocess(), pp_uninit(), ppp_pvq_search_c(), pps(), pps_range_extension(), pps_range_extensions(), pps_scc_extension(), precalc(), precalc_coefs(), precomputeMDS(), pred16x16_dc(), pred16x16_horizontal(), pred16x16_horizontal_add(), pred16x16_left_dc(), pred16x16_top_dc(), pred16x16_vertical(), pred16x16_vertical_add(), pred4x4_horizontal_add(), pred4x4_vertical_add(), pred8x16_dc(), pred8x16_horizontal(), pred8x16_horizontal_add(), pred8x16_top_dc(), pred8x16_vertical(), pred8x16_vertical_add(), pred8x8_dc(), pred8x8_dc_rv40_c(), pred8x8_horizontal(), pred8x8_horizontal_add(), pred8x8_left_dc_rv40_c(), pred8x8_top_dc(), pred8x8_top_dc_rv40_c(), pred8x8_vertical(), pred8x8_vertical_add(), pred8x8l_horizontal_add(), pred8x8l_horizontal_filter_add(), pred8x8l_vertical_add(), pred8x8l_vertical_filter_add(), pred_block_dc(), pred_dc(), pred_non_zero_count(), pred_weight_table(), predict(), predict_motion(), predictor(), predictor_calc_error(), predictor_init_state(), predictor_scalar(), prepare_buf(), prepare_frame(), preprocess(), prescale_down_mix(), pretwiddle(), preview_obmc(), print(), print_codec(), print_codecs(), print_cpu_flags(), print_data(), print_digraph(), print_dynamic_hdr10_plus(), print_final_stats(), print_formats(), print_long_term(), print_matrix(), print_md5(), print_pix_fmt_fourccs(), print_pkt_side_data(), print_profile(), print_ratecontrol(), print_report(), print_sdp(), print_sequence(), print_shader(), print_short_term(), print_stats(), print_times(), print_track_chunks(), probe(), probe_file(), procamp_vaapi_build_filter_params(), process_alpha(), process_anticollapse(), process_callback(), process_cc608(), process_command(), process_cqt(), process_ea_header(), process_frame(), process_frames(), process_get_band_noise(), process_input(), process_input_packet(), process_ipmovie_chunk(), process_new(), process_old(), process_output(), process_param(), process_sample(), process_slice(), process_subpacket_9(), profile_tier_level(), program_opencl_config_output(), program_opencl_filter(), program_opencl_init(), program_opencl_uninit(), prompeg_close(), prompeg_init(), prores_encode_init(), prores_encode_picture(), ps_add_squares_c(), ps_hybrid_analysis_c(), ps_hybrid_analysis_ileave_c(), ps_hybrid_synthesis_deint_c(), ps_mul_pair_single_c(), psy_3gpp_analyze_channel(), psy_3gpp_init(), psy_3gpp_window(), psy_hp_filter(), psycho_acoustic_model(), pullup_get_buffer(), pullup_get_frame(), pullup_pack_frame(), pullup_release_frame(), pulse_audio_sink_input_cb(), pulse_server_info_cb(), push_frame(), push_single_pic(), put_bitstream_info(), put_block_8x4(), put_codebook_header(), put_cursor(), put_dc(), put_dct(), put_descr(), put_ebml_id(), put_ebml_num(), put_ebml_sint(), put_ebml_uint(), put_floor_header(), put_h264_qpel4_hv_lowpass_mmi(), put_huffman_table(), put_main_header(), put_no_rnd_vc1_chroma_mc4_c(), put_no_rnd_vc1_chroma_mc8_c(), put_padding_packet(), put_payload_parsing_info(), put_pce(), put_pixels8x8_overlapped(), put_pixels_clamped2_c(), put_pixels_clamped4_c(), put_primary_audio_header(), put_qcd(), put_residue_header(), put_signed_pixels_clamped_c(), put_siz(), put_subframe(), put_subframe_samples(), put_symbol(), put_symbol2(), put_symbol_inline(), put_system_header(), put_tpel_pixels_mc01_c(), put_tpel_pixels_mc02_c(), put_tpel_pixels_mc10_c(), put_tpel_pixels_mc11_c(), put_tpel_pixels_mc12_c(), put_tpel_pixels_mc20_c(), put_tpel_pixels_mc21_c(), put_tpel_pixels_mc22_c(), put_v(), put_vc2_ue_uint(), put_vcd_padding_sector(), put_vector(), put_vlc_symbol(), pvq_band_cost(), pxr24_uncompress(), qcelp_decode_frame(), qcelp_decode_init(), qcp_read_header(), qdm2_calculate_fft(), qdm2_decode(), qdm2_decode_fft_packets(), qdm2_decode_frame(), qdm2_decode_super_block(), qdm2_fft_generate_tone(), qdm2_fft_tone_synthesizer(), qdm2_init_vlc(), qdm2_packet_checksum(), qdm2_synthesis_filter(), qdmc_init_static_data(), qpeg_decode_inter(), qpeg_decode_intra(), qpel_motion_search(), qsv_create_mids(), qsv_device_init(), qsv_fourcc_from_pix_fmt(), qsv_frame_alloc(), qsv_frames_derive_from(), qsv_frames_derive_to(), qsv_frames_get_constraints(), qsv_frames_init(), qsv_init_child_ctx(), qsv_init_opaque_alloc(), qsv_init_pool(), qsv_load_plugins(), qsv_map_error(), qsv_map_to(), qsv_setup_mids(), qtrle_decode_2n4bpp(), qtrle_encode_line(), quant(), quant_array_idx(), quant_band_template(), quant_matrix_extension(), quant_matrix_rebuild(), quant_psnr8x8_c(), quantisation_table(), quantize(), quantize_and_encode_band_cost_template(), quantize_band(), quantize_bands(), quantize_c(), quantize_coefs(), quantize_lpc_coefs(), quantize_mantissas_blk_ch(), quantize_triangular_ns(), query_codec(), query_formats(), queue_callback(), r3d_read_rdvo(), ra144_decode_frame(), ra144_encode_frame(), ra144_encode_subblock(), ra288_decode_frame(), rac_init(), radix_count(), radix_sort_pass(), random_ts(), randomize_buffers(), randomize_loopfilter_buffers(), raw_decode(), rbg323_to_bgr8(), rct_int(), rd8x8_c(), rd_frame(), rdft_calc_c(), rdft_horizontal16(), rdft_horizontal8(), rdft_vertical(), rdt_close_context(), read4x4block(), read_and_decode_spectrum(), read_arbitrary(), read_argb_line(), read_ayuv64le_A_c(), read_ayuv64le_UV_c(), read_ayuv64le_Y_c(), read_block_data(), read_bundle(), read_cb_data(), read_channels(), read_close(), read_code_table(), read_coeffs_coarse(), read_coeffs_fine(), read_custom_noise(), read_dcs(), read_dct_coeffs(), read_diff_float_data(), read_extra_header(), read_filter_params(), read_frame_header(), read_frame_internal(), read_gains(), read_header(), read_high_coeffs(), read_highpass(), read_huffman_code_normal(), read_huffman_tables(), read_in_data(), read_index(), read_info_chunk(), read_interval_packets(), read_ints(), read_keyword_value(), read_len_table(), read_line(), read_low_coeffs(), read_mv_component(), read_odml_index(), read_old_huffman_tables(), read_packet(), read_packet_vs(), read_packets(), read_pakt_chunk(), read_probe(), read_quant_matrix_ext(), read_quant_spectral_coeffs(), read_quant_table(), read_quant_tables(), read_residue(), read_restart_header(), read_rgb24_component_line(), read_samples_from_audio_fifo(), read_sbr_envelope(), read_sbr_grid(), read_sbr_invf(), read_sbr_noise(), read_scalefactors(), read_seek(), read_shape_from_file(), read_sm_data(), read_specific_config(), read_table(), read_tf_coefficients(), read_tfra(), read_thread(), read_tree(), read_trun_duration(), read_uncoded_coeff(), read_vec_pos(), read_wave_data(), read_weights(), read_xing_toc(), read_ya16be_alpha_c(), read_ya16be_gray_c(), read_ya16le_alpha_c(), read_ya16le_gray_c(), read_yuv_component_line(), read_zp_coefficients(), ready_codebook(), ready_residue(), reallocBuffers(), reap_filters(), rearrange_lsp(), receiver_thread(), recheck_discard_flags(), recombine_block(), recombine_block_il(), reconstruct_and_encode_image(), reconstruct_hfr(), reconstruction(), record_block(), recover(), recurse_mono(), recurse_stereo(), redspark_read_header(), reduce_formats(), reduce_formats_on_filter(), reduce_matrix(), ref_function(), ref_pic_list_modification(), ref_pic_lists_modification(), refill2(), refresh_manifest(), region_offset2size(), reinit_tables(), reinit_tables3(), release_unused_pictures(), remap_codebooks(), remap_frame_to_palette(), remap_layout(), rematrix_channels(), remove_decoded_packets(), remove_dithering(), remove_doubling(), remove_extradata(), remove_frame(), remove_long(), remove_short(), remove_short_at_index(), remove_sps(), remove_vps(), remove_wasted_bits(), render_charset(), render_fontconfig(), render_slice(), reopen_demux_for_component(), reorder_block(), reorder_pixels(), reorder_pixels_scalar(), request_frame(), request_samples(), resample_common_TMPL(), resample_flush(), resample_linear(), resample_linear_TMPL(), resample_one(), reset_all_predictors(), reset_coders(), reset_eagain(), reset_icc_profile(), reset_index_position(), reset_packet_state(), reset_predictor_group(), reset_rects(), residual_filter(), residual_interp(), residue_encode(), resolve_content_path(), restore_ac_coeffs(), restore_gradient_planar(), restore_gradient_planar_il(), restore_median_planar(), restore_median_planar_il(), restore_rgb_planes10_c(), restore_rgb_planes_c(), restore_tree(), resync(), retransmit_si_info(), reverse_code(), reverse_dc_prediction(), reverse_decorr(), reverse_lut(), reverse_matrixing(), reverse_mono_decorr(), reversefill_audiodata(), revert_acfilter(), rewind_file(), rgb12tobgr12(), rgb15tobgr15(), rgb15tobgr16(), rgb16_32ToUV_c_template(), rgb16_32ToUV_half_c_template(), rgb16tobgr15(), rgb16tobgr16(), Rgb16ToPlanarRgb16Wrapper(), rgb24_copy(), rgb24_interpolate(), rgb24to32(), rgb24tobgr24_c(), rgb24tobgr24_TMPL(), rgb24ToUV_c(), rgb24ToUV_half_c(), rgb24ToY_c(), rgb32to24(), rgb48_copy(), rgb48_interpolate(), rgb48funcs(), rgb48ToUV_c_template(), rgb48ToUV_half_c_template(), rgb64funcs(), rgb64ToUV_c_template(), rgb64ToUV_half_c_template(), rgb64ToY_c_template(), rgba64beToA_c(), rgba64leToA_c(), rgbaToA_c(), rgbToRgbWrapper(), rgtc_block_internal(), rice_count_exact(), rice_decompress(), riff_has_valid_tags(), ripemd160_transform(), ripemd320_transform(), rl2_decode_init(), rl2_read_header(), rl2_read_packet(), rl2_read_seek(), rl2_rle_decode(), rle_compress(), rle_unpack(), rm_read_close(), rm_read_metadata(), rm_read_multi(), rm_read_packet(), rm_sync(), rm_write_audio(), rm_write_trailer(), rnd_table_init(), rnnoise_channel(), roi_scale_cblk(), roll_up(), roq_dpcm_encode_frame(), roq_encode_video(), roqvideo_decode_frame(), row_fdct(), rpl_read_header(), rpza_encode_stream(), rscc_decode_frame(), rsd_read_header(), rsd_read_packet(), rtmp_close(), rtmp_handshake(), rtmp_open(), rtp_mpegts_write_header(), rtp_open(), rtp_parse_mp4_au(), rtp_read(), rtsp_read_packet(), rtsp_read_play(), run_implementation(), run_postproc(), run_psnr(), run_test(), rv10_build_vlc(), rv10_decode_frame(), rv10_init_static(), rv10_write_header(), rv20_decode_picture_header(), rv30_decode_intra_types(), rv30_loop_filter(), rv30_weak_loop_filter(), rv34_decode_cbp(), rv34_decode_inter_macroblock(), rv34_decode_inter_mb_header(), rv34_decode_mv(), rv34_gen_vlc(), rv34_idct_add_c(), rv34_idct_dc_add_c(), rv34_init_tables(), rv34_inv_transform_dc_noround_c(), rv34_inv_transform_noround_c(), rv34_mc_2mv_skip(), rv34_output_i16x16(), rv34_output_intra(), rv34_pred_mv(), rv34_pred_mv_b(), rv34_pred_mv_rv3(), rv34_row_transform(), rv34_set_deblock_coef(), rv40_decode_intra_types(), rv40_decode_mb_info(), rv40_init_tables(), rv40_loop_filter(), rv40_loop_filter_strength(), rv40_strong_loop_filter(), rv40_weak_loop_filter(), s302m_decode_frame(), s337m_probe(), sab_diamond_search(), sample_noise_block(), sample_queue_free(), sample_queue_retain(), samplecpy(), sap_fetch_packet(), sap_read_header(), sap_write_close(), sap_write_header(), save_subtitle_set(), sbc_analyze_simd(), sbc_decode_init(), sbc_encode_init(), sbc_synthesize_eight(), sbc_synthesize_four(), sbr_autocorrelate_c(), sbr_chirp(), sbr_hf_assemble(), sbr_hf_calc_npatches(), sbr_hf_gen_c(), sbr_lf_gen(), sbr_mapping(), sbr_neg_odd_64_c(), sbr_qmf_analysis(), sbr_qmf_deint_bfly_c(), sbr_qmf_deint_neg_c(), sbr_qmf_synthesis(), sbr_sum_square_c(), sbr_x_gen(), scalability_structure(), scalar_dequant_float(), scalarproduct_fixed_c(), scale_band_ext_coeffs(), scale_block_c(), scale_coefs(), scale_dot_product(), scale_down_mix(), scale_frame(), scale_mat(), scale_samples_s16(), scale_samples_s16_small(), scale_samples_s32(), scale_samples_u8(), scale_samples_u8_small(), scale_slice(), scaled_hb_excitation(), scaleforsame(), scaling_list(), scaling_list_data(), scan_buffer(), scan_float(), scan_int23(), scan_int32(), scan_mmco_reset(), scc_read_header(), scc_write_packet(), sd_1d53(), sd_1d97_float(), sd_1d97_int(), sdl2_write_header(), search_for_change_points(), search_for_ms(), search_for_pns(), search_for_quantizers_anmr(), search_for_quantizers_fast(), search_for_quantizers_twoloop(), search_queue_families(), seek_chapter(), seek_test(), seek_to_start(), seg_init(), segment_end(), segment_mux_init(), segmentation_params(), sei_active_parameter_sets(), sei_buffering_period(), sei_decoded_picture_hash(), sei_pan_scan_rect(), sei_pic_timing(), sei_time_code(), select_blocksize(), select_delta_tables(), select_from_pts_buffer(), select_input_picture(), select_palette(), select_pcr_streams(), select_reference_stream(), select_voice(), selfTest(), send_filter_eof(), send_frame_to_filters(), send_next_delayed_frame(), send_packet(), send_stream_selection_request(), sender_thread(), seq_decode_op1(), seq_decode_op2(), seq_init_frame_buffers(), seq_parse_frame_data(), seq_probe(), seq_read_close(), seq_read_header(), seq_unpack_rle_block(), sequence_header(), sequence_header_obu(), seqvideo_decode(), set_4x4_block(), set_band_parameters(), set_bandwidth(), set_best_abits_code(), set_best_code(), set_blocks(), set_codec_from_probe_data(), set_codec_str(), set_deblocking_bypass(), set_direct_mv(), set_disposition_bits(), set_downmix_coeffs(), set_erpic(), set_filter(), set_filter_params(), set_frag_stream(), set_frame_data(), set_frame_refs(), set_gamma(), set_gauss(), set_identity_matrix(), set_noise_profile(), set_one_direct_mv(), set_params(), set_roi_map(), set_sample(), set_samplerate(), set_saturation(), set_se_golomb(), set_side_data(), set_sps(), set_sr_golomb(), set_sr_golomb_flac(), set_stream_info_from_input_stream(), set_string_number(), set_te_golomb(), set_ue_golomb(), set_ue_golomb_long(), set_ur_golomb(), set_ur_golomb_jpegls(), setup_3x3(), setup_5x5(), setup_7x7(), setup_array(), setup_classifs(), setup_column(), setup_crossbar_options(), setup_find_stream_info_opts(), setup_partitions(), setup_pps(), setup_qtables(), setup_row(), sga_decode_frame(), sga_probe(), sgi_rle_encode(), sha1_transform(), sha256_transform(), sha512_transform(), shift_mono(), shift_stereo(), short_term_synth(), shorten_decode_close(), shorten_decode_frame(), show_chapters(), show_codecs(), show_colors(), show_filters(), show_frame(), show_layouts(), show_log(), show_program(), show_programs(), show_sample_fmts(), show_streams(), shrink88(), shrink_palette(), shuffle(), shuffle_inv(), shuffleplanes_config_input(), shuffleplanes_filter_frame(), signed_shift(), silk_decode_excitation(), silk_decode_frame(), silk_decode_lpc(), silk_lsf2lpc(), silk_lsp2poly(), silk_stabilize_lsf(), silk_unmix_ms(), simbiosis_imx_read_packet(), simple_lbg(), simple_rotate_internal(), sine_window_init_fixed(), sinusoidal_to_xyz(), sipr_decode_frame(), sipr_decode_lp(), sipr_decoder_init(), siren_decode(), siren_init(), skip_hdr_extension(), skip_header_chunk(), skip_hrd_parameters(), skip_label(), skip_mode_params(), skip_scaling_list_data(), skip_sub_layer_hrd_parameters(), skip_to_key(), slice_normalize(), slice_segment_header(), slice_to_vbi_lines(), smacker_decode_header_tree(), smacker_read_header(), smacker_read_packet(), smc_decode_stream(), smka_decode_frame(), smooth(), smush_read_header(), snappy_copy(), sniff_channel_order(), snow_horizontal_compose_lift_lead_out(), snow_horizontal_compose_liftS_lead_out(), snow_interleave_line_footer(), sobel(), sofalizer_convolute(), sofalizer_fast_convolute(), softclip_table_init(), softthresh_c(), solve(), solve_coefficients(), sort_mono(), sort_stereo(), sort_stt(), spatial_compensation_0(), spatial_compose_daub97i_dy_TMPL(), spatial_compose_dd137i_dy_TMPL(), spatial_compose_dd97i_dy_TMPL(), spatial_compose_fidelity_TMPL(), spawn_empty_frame(), spdif_deinit(), spdif_write_header(), spectral_to_sample(), speedhq_init_static_data(), spline16_kernel(), split_init(), split_radix_permutation(), split_uninit(), sps(), sps_scc_extension(), square_sum(), sr_1d53(), sr_1d97_float(), sr_1d97_int(), srt_stack_find(), srt_stack_push_pop(), ssd_int8_vs_int16_c(), ssd_plane(), sse16_c(), sse4_c(), sse8_c(), ssim_end4(), ssim_endn_16bit(), ssim_endn_8bit(), st_ref_pic_set(), stability_factor(), start_jack(), stddevf(), step_collect_psy_metrics(), stereographic_to_xyz(), store_huffman_tables(), store_int(), store_packet(), store_table(), storeframe(), str_read_close(), str_read_header(), strmatch(), sub2video_flush(), sub2video_heartbeat(), sub2video_prepare(), sub2video_push_ref(), sub2video_update(), sub_acb_contrib(), sub_hfyu_median_pred_int16_c(), sub_layer_hrd_parameters(), sub_left_predict_c(), sub_left_prediction(), sub_left_prediction_bgr32(), sub_left_prediction_rgb24(), sub_median_pred_c(), sub_png_paeth_prediction(), sub_qmf32_fixed_c(), sub_qmf32_float_c(), sub_qmf64_fixed_c(), sub_qmf64_float_c(), subband_scale(), subband_transform(), subframe_count_exact(), subimage_with_fill_template(), subsegment_alignment(), subtract_sf_weights(), subviewer_read_header(), sum2_TMPL(), sum_a(), sum_abs_dctelem_c(), sum_b(), sum_bits(), sum_c(), sum_d(), sum_delta_flipped(), superframe_index(), svc_encode_frame(), svc_encode_init(), svq1_decode_block_intra(), svq1_decode_block_non_intra(), svq1_decode_frame(), svq1_decode_motion_vector(), svq1_encode_end(), svq1_encode_frame(), svq1_encode_plane(), svq1_motion_inter_4v_block(), svq1_parse_string(), svq1_skip_block(), svq1_static_init(), svq1_write_header(), svq3_add_idct_c(), svq3_decode_frame(), svq3_decode_mb(), svq3_decode_slice_header(), svq3_fetch_diagonal_mv(), svq3_luma_dc_dequant_idct_c(), svq3_mc_dir(), svq3_mc_dir_part(), svt_map_error(), swap_channel_layouts(), swap_channel_layouts_on_filter(), swap_sample_fmts(), swap_sample_fmts_on_filter(), swap_samplerates(), swap_samplerates_on_filter(), swf_read_packet(), swf_write_header(), swr_build_matrix(), swr_inject_silence(), swri_dither_init(), swri_get_dither(), swri_noise_shaping_TMPL(), swri_realloc_audio(), swri_rematrix(), swri_rematrix_init(), sws_convertPalette8ToPacked24(), sws_convertPalette8ToPacked32(), sws_dcVec(), sws_diffVec(), sws_freeContext(), sws_getConstVec(), sws_getConvVec(), sws_getGaussianVec(), sws_getShiftedVec(), sws_init_context(), sws_printVec2(), sws_scale(), sws_scaleVec(), sws_sumVec(), swscale(), symmetric_extension(), synth_filter_fixed(), synth_filter_fixed_64(), synth_filter_float(), synth_filter_float_64(), synth_percept_filter(), synth_tones(), synthesis(), synthesis_filter(), t15(), t27(), t37(), tak_decode_frame(), tak_read_header(), take_samples(), tansig_approx(), targa_encode_frame(), targa_encode_normal(), tdsc_decode_tiles(), tdsc_load_cursor(), tdsc_paint_cursor(), tea_crypt_ecb(), tedcaptions_read_header(), tedcaptions_read_probe(), tee_close(), tee_open(), tee_write(), tee_write_header(), tee_write_packet(), tee_write_trailer(), teletext_data_unit_from_op47_data(), teletext_data_unit_from_op47_vbi_packet(), teletext_decode_frame(), tempNoiseReducer_altivec(), tempNoiseReducer_TMPL(), test(), test_av_find_info_tag(), test_av_get_known_color_name(), test_av_parse_color(), test_av_parse_time(), test_av_parse_video_rate(), test_av_small_strptime(), test_blowfish(), test_broadcast_input0(), test_broadcast_input1(), test_butterflies_float(), test_device_type(), test_fcmul_add(), test_function(), test_hf_apply_noise(), test_hf_gen(), test_hybrid_analysis_ileave(), test_hybrid_synthesis_deint(), test_no_broadcast(), test_stereo_interpolate(), test_tea(), test_vector_dmac_scalar(), test_vector_dmul(), test_vector_dmul_scalar(), test_vector_fmac_scalar(), test_vector_fmul(), test_vector_fmul_add(), test_vector_fmul_scalar(), test_vector_fmul_window(), test_with_mode_constant(), test_with_mode_reflect(), test_with_mode_symmetric(), test_with_same(), test_with_same_dilate(), test_with_valid(), test_xtea(), tetrahedron_to_xyz(), text_to_ass(), tgq_calculate_qtable(), tgq_decode_block(), tgq_decode_mb(), tgv_decode_frame(), tgv_decode_inter(), thd_channel_layout_extract_channel(), thp_read_header(), threedostr_probe(), thresholding(), tiff_decode_tag(), tiff_unpack_fax(), tiff_unpack_strip(), tile_info(), tls_client_handshake_loop(), tm2_apply_deltas(), tm2_decode_blocks(), tm2_hi_res_block(), tm2_high_chroma(), tm2_low_res_block(), tm2_med_res_block(), tm2_motion_block(), tm2_null_res_block(), tm2_read_deltas(), tm2_read_stream(), tm2_still_block(), tm2_update_block(), tmcd_is_referenced(), tnput(), tonemap_vaapi_build_filter_params(), tonemap_vaapi_save_metadata(), tqi_calculate_qtable(), track_header(), track_index(), transcode(), transcode_from_filter(), transcode_init(), transcode_step(), transcode_subtitles(), transfer_image_buf(), transform(), transform_4x4_luma(), transform_elliott(), transform_softmax_exp(), transform_step(), transpose_perm(), truehd_channels(), truehd_core_filter(), truehd_layout(), truemotion1_decode_header(), truemotion2rt_decode_header(), truespeech_apply_twopoint_filter(), truespeech_correlate_filter(), truespeech_decode_frame(), truespeech_filters_merge(), truespeech_place_pulses(), truespeech_save_prevvec(), truespeech_synth(), truespeech_update_filters(), try_8x8basis_c(), try_8x8basis_TMPL(), try_push_frame(), tscc2_decode_frame(), tscc2_decode_mb(), tscc2_decode_slice(), tscc2_idct4_put(), tscc2_init_vlcs(), tspyramid_to_xyz(), tta_check_crc64(), tta_decode_frame(), tta_encode_frame(), tta_read_header(), ttml_encode_frame(), twiddle(), twinvq_read_bitstream(), twofish_decrypt(), twofish_encrypt(), txd_decode_frame(), ty_probe(), ty_read_header(), uavs3d_output_callback(), udp_set_multicast_sources(), ulti_convert_yuv(), ulti_decode_frame(), ulti_pattern(), umh_search(), unbias_exponents(), uncompressed_header(), undo_down_mix(), uninit(), uninit_options(), uninit_parse_context(), union_word(), unmap_buffers(), unpack(), unpack_14(), unpack_3(), unpack_alpha(), unpack_bitstream(), unpack_block_qpis(), unpack_codebook(), unpack_dct_coeffs(), unpack_gray(), unpack_modes(), unpack_parse_unit(), unpack_roq_qcell(), unpack_SQVH(), unpack_superblocks(), unpack_v210(), unpack_vlcs(), unpack_vq_shape(), unpack_yuv(), unquant_block(), unquantize_dct_coeffs(), unreference_pic(), unsharp_opencl_uninit(), upcase_string(), update_av_program_info(), update_block_buffers(), update_counters(), update_dimensions(), update_dts_from_pts(), update_error_limit(), update_frag_index(), update_frame_pool(), update_index(), update_inter_block(), update_lf_deltas(), update_lls(), update_ltp(), update_md5_sum(), update_model1_to_2(), update_model1_to_4(), update_model1_to_5(), update_model2_to_3(), update_model6_to_7(), update_noheader_flag(), update_noise_reduction(), update_pred_resets(), update_qscale(), update_reference_list(), update_sample_stats_16(), update_sample_stats_8(), update_size(), update_stat(), update_stream_avctx(), update_stream_timings(), update_variant_stream_info(), update_wrap_reference(), upsample_5_4(), upsample_plane_c(), uri_table_destroy(), uri_table_map(), url_find_protocol(), usage(), user_data_registered(), user_data_unregistered(), utf8_strlen(), utvideo_encode_close(), utvideo_encode_frame(), utvideo_encode_init(), uyvyToUV_c(), uyvyToY_c(), uyvytoyv12_c(), v210_planar_pack_10_c(), v210_planar_pack_8_c(), v210_planar_unpack_c(), v308_decode_frame(), v308_encode_frame(), v360_slice(), v408_decode_frame(), v408_encode_frame(), v410_decode_slice(), v410_encode_frame(), v4l2_buffer_buf_to_swframe(), v4l2_buffer_swframe_to_buf(), v4l2_dequeue_v4l2buf(), v4l2_getfree_v4l2buf(), v4l2_h264_profile_from_ff(), v4l2_mpeg4_profile_from_ff(), v4l2_release_buffers(), v4l2_set_parameters(), vaapi_av1_decode_init(), vaapi_av1_decode_slice(), vaapi_av1_decode_uninit(), vaapi_av1_end_frame(), vaapi_decode_find_best_format(), vaapi_decode_make_config(), vaapi_device_init(), vaapi_encode_create_recon_frames(), vaapi_encode_free(), vaapi_encode_h264_default_ref_pic_list(), vaapi_encode_h264_init_picture_params(), vaapi_encode_h264_init_sequence_params(), vaapi_encode_h264_init_slice_params(), vaapi_encode_h265_init_picture_params(), vaapi_encode_h265_init_sequence_params(), vaapi_encode_h265_init_slice_params(), vaapi_encode_init_rate_control(), vaapi_encode_init_tile_slice_structure(), vaapi_encode_issue(), vaapi_encode_make_row_slice(), vaapi_encode_make_tile_slice(), vaapi_encode_mjpeg_init_picture_params(), vaapi_encode_mjpeg_init_slice_params(), vaapi_encode_mjpeg_write_extra_buffer(), vaapi_encode_pick_next(), vaapi_encode_profile_entrypoint(), vaapi_encode_remove_refs(), vaapi_encode_set_b_pictures(), vaapi_encode_vp8_init_picture_params(), vaapi_encode_vp8_write_quant_table(), vaapi_encode_vp9_init_picture_params(), vaapi_format_from_fourcc(), vaapi_format_from_pix_fmt(), vaapi_frames_get_constraints(), vaapi_frames_init(), vaapi_get_image_format(), vaapi_hevc_decode_slice(), vaapi_hevc_start_frame(), vaapi_map_frame(), vaapi_mjpeg_decode_slice(), vaapi_mjpeg_start_frame(), vaapi_mpeg2_start_frame(), vaapi_mpeg4_start_frame(), vaapi_transfer_get_formats(), vaapi_vp8_decode_slice(), vaapi_vp8_start_frame(), vaapi_vp9_decode_slice(), vaapi_vp9_start_frame(), vaapi_vpp_colour_properties(), vaapi_vpp_fill_chroma_sample_location(), vaapi_vpp_fill_colour_standard(), val_in_array(), validate_avframe_allocation(), validate_codec_tag(), validate_float_option(), validate_options(), vanc_to_cc(), var_c(), vb_decode_palette(), vble_restore_plane(), vble_unpack(), vc1_decode_b_mb(), vc1_decode_b_mb_intfi(), vc1_decode_b_mb_intfr(), vc1_decode_frame(), vc1_decode_i_block(), vc1_decode_i_block_adv(), vc1_decode_i_blocks(), vc1_decode_i_blocks_adv(), vc1_decode_intra_block(), vc1_decode_p_block(), vc1_decode_p_mb(), vc1_decode_p_mb_intfi(), vc1_decode_p_mb_intfr(), vc1_h_overlap_c(), vc1_h_s_overlap_c(), vc1_init_static(), vc1_inv_trans_4x4_c(), vc1_inv_trans_4x4_dc_c(), vc1_inv_trans_4x8_c(), vc1_inv_trans_4x8_dc_c(), vc1_inv_trans_8x4_c(), vc1_inv_trans_8x4_dc_c(), vc1_inv_trans_8x8_c(), vc1_inv_trans_8x8_dc_c(), vc1_loop_filter(), vc1_lut_scale_chroma(), vc1_lut_scale_luma(), vc1_parse(), vc1_probe(), vc1_put_blocks_clamped(), vc1_scale_chroma(), vc1_scale_luma(), vc1_unescape_buffer(), vc1_v_overlap_c(), vc1_v_s_overlap_c(), vc2_encode_end(), vc2_encode_init(), vcr1_decode_frame(), vcr2_init_sequence(), vdpau_device_uninit(), vdpau_frames_get_constraints(), vdpau_frames_init(), vdpau_h264_set_reference_frames(), vdpau_hevc_start_frame(), vdpau_init_pixmfts(), vdpau_mpeg4_start_frame(), vdpau_mpeg_start_frame(), vdpau_transfer_data_from(), vdpau_transfer_data_to(), vdpau_vp9_start_frame(), vect_division(), vector_clipf_c(), vector_clipf_c_opposite_sign(), vector_dmac_scalar_c(), vector_dmul_c(), vector_dmul_scalar_c(), vector_fmac_scalar_c(), vector_fmul_add_c(), vector_fmul_c(), vector_fmul_reverse_c(), vector_fmul_scalar_c(), vector_fmul_window_c(), vector_fmul_window_scaled_c(), vector_multiplication(), vector_pow43(), vector_rmultiplication(), vectorscope16(), vectorscope8(), verify_md5(), vert_filter(), vertical_compose53iH0(), vertical_compose53iL0(), vertical_compose53iL0_TMPL(), vertical_compose97iH0(), vertical_compose97iH1(), vertical_compose97iL0(), vertical_compose97iL1(), vertical_compose_daub97iH0_TMPL(), vertical_compose_daub97iH1_TMPL(), vertical_compose_daub97iL0_TMPL(), vertical_compose_daub97iL1_TMPL(), vertical_compose_dd137iL0_TMPL(), vertical_compose_dd97iH0_TMPL(), vertical_compose_dirac53iH0_TMPL(), vertical_compose_fidelityiH0_TMPL(), vertical_compose_fidelityiL0_TMPL(), vertical_compose_haar_TMPL(), vertical_decompose53iH0(), vertical_decompose53iL0(), vertical_decompose97iH0(), vertical_decompose97iH1(), vertical_decompose97iL0(), vertical_decompose97iL1(), vertical_frame_pack(), vertical_predict(), video_audio_display(), video_decode_example(), video_frame_cksum(), video_get_buffer(), video_image_display(), video_refresh(), decklink_input_callback::VideoInputFrameArrived(), videotoolbox_retrieve_data(), vif_dec2(), vif_filter1d(), vif_statistic(), vif_xx_yy_xy(), viv_read_packet(), viv_read_seek(), vk_alloc_mem(), vk_dbg_callback(), vmd_decode(), vmd_read_header(), vmdvideo_decode_init(), vorbis_cleanup(), vorbis_decode_frame(), vorbis_encode_close(), vorbis_encode_frame(), vorbis_floor0_decode(), vorbis_floor1_decode(), vorbis_free(), vorbis_parse_audio_packet(), vorbis_parse_setup_hdr_codebooks(), vorbis_parse_setup_hdr_floors(), vorbis_parse_setup_hdr_mappings(), vorbis_parse_setup_hdr_modes(), vorbis_parse_setup_hdr_residues(), vorbis_parse_setup_hdr_tdtransforms(), vorbis_residue_decode_internal(), vp3_decode_end(), vp3_decode_frame(), vp3_decode_init(), vp3_dequant(), vp3_draw_horiz_band(), vp3_idct_dc_add_c(), vp56_add_predictors_dc(), vp56_parse_mb_type_models(), vp56_size_changed(), vp5_default_models_init(), vp5_parse_coeff(), vp6_build_huff_tree(), vp6_coeff_order_table_init(), vp6_parse_coeff(), vp6_parse_vector_adjustment(), vp78_decode_frame(), vp78_reset_probability_tables(), vp78_update_pred16x16_pred8x8_mvc_probabilities(), vp78_update_probability_tables(), vp7_decode_block_coeffs_internal(), vp7_decode_frame_header(), vp7_decode_mvs(), vp8_decode_block_coeffs_internal(), vp8_decode_flush_impl(), vp8_find_free_buffer(), vp8_get_quants(), vp8_h_loop_filter8_inner_mmi(), vp8_h_loop_filter8_mmi(), vp8_init_frames(), vp8_lossless_decode_frame(), vp8_rac_get_tree(), vp8_v_loop_filter8_inner_mmi(), vp8_v_loop_filter8_mmi(), vp9_decode_flush(), vp9_decode_frame(), vp9_decode_free(), vp9_handle_packet(), vp9_iadst16x16_colcol_addblk_msa(), vp9_iadst_idct_16x16_add_msa(), vp9_idct16x16_10_colcol_addblk_msa(), vp9_idct16x16_1_add_msa(), vp9_idct16x16_colcol_addblk_msa(), vp9_idct32x32_1_add_msa(), vp9_idct32x32_34_colcol_addblk_msa(), vp9_idct32x32_colcol_addblk_msa(), vp9_idct_iadst_16x16_add_msa(), vp9_metadata_update_fragment(), vp9_superframe_split_filter(), vpk_read_packet(), vps(), vpx_decode(), vpx_init(), vqa_decode_chunk(), vqa_decode_init(), vsink_query_formats(), vt_map_frame(), vulkan_device_create_internal(), vulkan_device_free(), vulkan_device_init(), vulkan_frame_free(), vulkan_frames_get_constraints(), vulkan_free_internal(), vulkan_map_frame_to_mem(), vulkan_pool_alloc(), vulkan_unmap_frame(), w_c(), wae5(), waves_synth(), wavesynth_enter_intervals(), wavesynth_init(), wavesynth_parse_extradata(), wavesynth_seek(), wavesynth_synth_sample(), wavpack_decode_block(), wavpack_decode_end(), wavpack_encode_block(), wavpack_encode_close(), wc3_read_packet(), weave_slice(), webm_dash_manifest_compute_bandwidth(), webm_dash_manifest_write_header(), webm_query_codec(), webp_parse(), webvtt_encode_frame(), webvtt_event_to_ass(), webvtt_read_header(), webvtt_stack_find(), webvtt_stack_push_pop(), weight(), weighted_vector_sumd(), wht4x4(), wipe_side_data(), wma_decode_block(), wma_decode_init(), wma_decode_superframe(), wma_lsp_to_curve(), wma_lsp_to_curve_init(), wmapro_window(), wmv2_idct_add_c(), wmv2_idct_put_c(), wmv2_mspel8_h_lowpass(), wmv2_mspel8_v_lowpass(), write_abst(), write_adaptation_set(), write_block_data(), write_codebooks(), write_ctoc(), write_element(), write_extradata(), write_fat(), write_filter_params(), write_fragments(), write_header(), write_headers(), write_hls_media_playlist(), write_huff_codes(), write_index(), write_mainheader(), write_manifest(), write_packet(), write_ptl(), write_ptl_layer(), write_quant_table(), write_quant_tables(), write_root_table(), write_samples_to_audio_fifo(), write_sm_data(), write_streamheader(), write_streaminfo(), write_subframes(), write_table_entries_events(), write_table_entries_time(), write_text(), write_trailer(), writer_close(), writer_get_by_name(), writer_open(), writer_print_data(), writer_print_integers(), wsd_read_header(), wtvfile_open_sector(), wtvfile_read_packet(), wv_dsd_reset(), wv_mono(), wv_stereo(), wv_unpack_dsd_fast(), wv_unpack_mono(), wv_unpack_stereo(), X264_frame(), X264_init(), x8_get_ac_rlf(), x8_get_dc_rlf(), x8_get_prediction(), x8_loop_filter(), x8_setup_spatial_compensation(), x8_vlc_init(), xa_decode(), xan_decode_chroma(), xan_decode_frame(), xan_decode_frame_type0(), xan_decode_frame_type1(), XAVS_frame(), XAVS_init(), xbm_decode_frame(), xbm_encode_frame(), xbm_parse(), xcorrelate(), xface_decode_frame(), xface_encode_frame(), xfade_opencl_load(), xma_decode_end(), xma_decode_init(), xma_decode_packet(), xma_flush(), xml_export(), xor_fast(), xpm_decode_frame(), xsub_encode(), xtea_crypt(), xtea_crypt_ecb(), xtea_le_crypt_ecb(), xv_get_tag_from_format(), xvid_encode_frame(), xvid_encode_init(), xvid_strip_vol_header(), xwd_decode_frame(), xwd_encode_frame(), xwma_read_header(), xyz_to_ball(), xyz_to_barrel(), xyz_to_barrelsplit(), xyz_to_cube1x6(), xyz_to_cube3x2(), xyz_to_cube6x1(), xyz_to_cylindrical(), xyz_to_dfisheye(), xyz_to_eac(), xyz_to_equirect(), xyz_to_equisolid(), xyz_to_fisheye(), xyz_to_flat(), xyz_to_hammer(), xyz_to_hequirect(), xyz_to_mercator(), xyz_to_octahedron(), xyz_to_orthographic(), xyz_to_pannini(), xyz_to_sinusoidal(), xyz_to_stereographic(), xyz_to_tetrahedron(), xyz_to_tspyramid(), y210le_UV_c(), y210le_Y_c(), y216_decode_frame(), y41p_decode_frame(), y41p_encode_frame(), yae_align(), yae_reset(), yae_xcorr_via_rdft(), yop_decode_frame(), yule_filter_stereo_samples(), yuv2422_1_c_template(), yuv2422_2_c_template(), yuv2422_X_c_template(), yuv2ayuv64le_X_c(), yuv2gbrp16_full_X_c(), yuv2gbrp_full_X_c(), yuv2gbrpf32_full_X_c(), yuv2mono_1_c_template(), yuv2mono_2_c_template(), yuv2mono_X_c_template(), yuv2NBPS(), yuv2nv12cX_c(), yuv2p010cX_c(), yuv2p010l1_c(), yuv2p010lX_c(), yuv2p016cX_c(), yuv2plane1_16_c_template(), yuv2plane1_8_c(), yuv2plane1_float(), yuv2plane1_float_bswap_c_template(), yuv2plane1_float_c_template(), yuv2planeX(), yuv2planeX_10_c_template(), yuv2planeX_16_c_template(), yuv2planeX_8_16(), yuv2planeX_float_bswap_c_template(), yuv2planeX_float_c_template(), yuv2planeX_u(), yuv2rgb_1_c_template(), yuv2rgb_2_c_template(), yuv2rgb_full_1_c_template(), yuv2rgb_full_2_c_template(), yuv2rgb_full_X_c_template(), yuv2rgb_write(), yuv2rgb_write_full(), yuv2rgb_X_c_template(), yuv2rgba64_1_c_template(), yuv2rgba64_2_c_template(), yuv2rgba64_full_1_c_template(), yuv2rgba64_full_2_c_template(), yuv2rgba64_full_X_c_template(), yuv2rgba64_X_c_template(), yuv2ya16_1_c_template(), yuv2ya16_2_c_template(), yuv2ya16_X_c_template(), yuv2ya8_1_c(), yuv2ya8_2_c(), yuv2ya8_X_c(), yuv4_decode_frame(), yuv4_encode_frame(), yuv4_read_header(), yuv4_read_packet(), yuv4_write_packet(), yuv_a_to_rgba(), yuvPlanartouyvy_c(), yuvPlanartoyuy2_c(), yuy2ToUV_c(), yuy2ToY_c(), yuy2toyv12_c(), yv12_copy(), yv12_interpolate(), yvy2ToUV_c(), zero(), zerocodec_decode_frame(), zmbv_decode_xor_16(), zmbv_decode_xor_32(), and zmbv_decode_xor_8().

be
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it be(in the first position) for now. Options ------- Then comes the options array. This is what will define the user accessible options. For example
name
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option name
Definition: writing_filters.txt:88
w
uint8_t w
Definition: llviddspenc.c:39
AV_PIX_FMT_BGRA
@ AV_PIX_FMT_BGRA
packed BGRA 8:8:8:8, 32bpp, BGRABGRA...
Definition: pixfmt.h:95
S
#define S(s, c, i)
Definition: flacdsp_template.c:46
tab
static const struct twinvq_data tab
Definition: twinvq_data.h:10345
AV_RL16
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_RL16
Definition: bytestream.h:94
AV_PIX_FMT_RGBA
@ AV_PIX_FMT_RGBA
packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
Definition: pixfmt.h:93
int32_t
int32_t
Definition: audio_convert.c:194
rgb9plus_planar_funcs_endian
#define rgb9plus_planar_funcs_endian(nbits, endian_name, endian)
Definition: input.c:1041
rgb2yuv
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT uint8_t const uint8_t const uint8_t const uint8_t int uint32_t * rgb2yuv
Definition: input.c:401
_dstV
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT uint8_t * _dstV
Definition: input.c:398
src
#define src
Definition: vp8dsp.c:255
AV_PIX_FMT_ABGR
@ AV_PIX_FMT_ABGR
packed ABGR 8:8:8:8, 32bpp, ABGRABGR...
Definition: pixfmt.h:94
width
RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT RGB2YUV_SHIFT uint8_t const uint8_t const uint8_t const uint8_t int width
Definition: input.c:400
AV_PIX_FMT_X2RGB10LE
@ AV_PIX_FMT_X2RGB10LE
packed RGB 10:10:10, 30bpp, (msb)2X 10R 10G 10B(lsb), little-endian, X=unused/undefined
Definition: pixfmt.h:361
isBE
static av_always_inline int isBE(enum AVPixelFormat pix_fmt)
Definition: swscale_internal.h:667
AV_PIX_FMT_ARGB
@ AV_PIX_FMT_ARGB
packed ARGB 8:8:8:8, 32bpp, ARGBARGB...
Definition: pixfmt.h:92
src1
#define src1
Definition: h264pred.c:140
i
int i
Definition: input.c:407
uint8_t
uint8_t
Definition: audio_convert.c:194
AV_RN32A
#define AV_RN32A(p)
Definition: intreadwrite.h:526
AV_RL32
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
Definition: bytestream.h:92
dummy
int dummy
Definition: motion.c:64
dstV
uint16_t * dstV
Definition: input.c:403
AV_RB16
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_RB16
Definition: bytestream.h:98