#include "libavutil/intreadwrite.h"
#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
struct | ScanTable |
Scantable. More... | |
struct | DSPContext |
DSPContext. More... | |
Defines | |
#define | MAX_NEG_CROP 1024 |
#define | DEF_OLD_QPEL(name) |
#define | CALL_2X_PIXELS(a, b, n) |
#define | FF_NO_IDCT_PERM 1 |
#define | FF_LIBMPEG2_IDCT_PERM 2 |
#define | FF_SIMPLE_IDCT_PERM 3 |
#define | FF_TRANSPOSE_IDCT_PERM 4 |
#define | FF_PARTTRANS_IDCT_PERM 5 |
#define | FF_SSE2_IDCT_PERM 6 |
#define | BASIS_SHIFT 16 |
#define | RECON_SHIFT 6 |
#define | EDGE_WIDTH 16 |
#define | BYTE_VEC32(c) ((c)*0x01010101UL) |
#define | emms_c() |
Empty mmx state. | |
#define | emms_c() |
Empty mmx state. | |
#define | STRIDE_ALIGN 8 |
#define | LOCAL_ALIGNED(a, t, v, s,...) |
#define | LOCAL_ALIGNED_8(t, v, s,...) LOCAL_ALIGNED(8, t, v, s, __VA_ARGS__) |
#define | LOCAL_ALIGNED_16(t, v, s,...) LOCAL_ALIGNED(16, t, v, s, __VA_ARGS__) |
#define | WRAPPER8_16(name8, name16) |
#define | WRAPPER8_16_SQ(name8, name16) |
Typedefs | |
typedef short | DCTELEM |
typedef void(* | op_pixels_func )(uint8_t *block, const uint8_t *pixels, int line_size, int h) |
typedef void(* | tpel_mc_func )(uint8_t *block, const uint8_t *pixels, int line_size, int w, int h) |
typedef void(* | qpel_mc_func )(uint8_t *dst, uint8_t *src, int stride) |
typedef void(* | h264_chroma_mc_func )(uint8_t *dst, uint8_t *src, int srcStride, int h, int x, int y) |
typedef void(* | op_fill_func )(uint8_t *block, uint8_t value, int line_size, int h) |
typedef int(* | me_cmp_func )(void *s, uint8_t *blk1, uint8_t *blk2, int line_size, int h) |
Functions | |
void | fdct_ifast (DCTELEM *data) |
void | fdct_ifast248 (DCTELEM *data) |
void | ff_jpeg_fdct_islow (DCTELEM *data) |
void | ff_fdct248_islow (DCTELEM *data) |
void | j_rev_dct (DCTELEM *data) |
void | j_rev_dct4 (DCTELEM *data) |
void | j_rev_dct2 (DCTELEM *data) |
void | j_rev_dct1 (DCTELEM *data) |
void | ff_wmv2_idct_c (DCTELEM *data) |
void | ff_fdct_mmx (DCTELEM *block) |
void | ff_fdct_mmx2 (DCTELEM *block) |
void | ff_fdct_sse2 (DCTELEM *block) |
void | ff_h264_idct8_add_c (uint8_t *dst, DCTELEM *block, int stride) |
void | ff_h264_idct_add_c (uint8_t *dst, DCTELEM *block, int stride) |
void | ff_h264_idct8_dc_add_c (uint8_t *dst, DCTELEM *block, int stride) |
void | ff_h264_idct_dc_add_c (uint8_t *dst, DCTELEM *block, int stride) |
void | ff_h264_lowres_idct_add_c (uint8_t *dst, int stride, DCTELEM *block) |
void | ff_h264_lowres_idct_put_c (uint8_t *dst, int stride, DCTELEM *block) |
void | ff_h264_idct_add16_c (uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6 *8]) |
void | ff_h264_idct_add16intra_c (uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6 *8]) |
void | ff_h264_idct8_add4_c (uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6 *8]) |
void | ff_h264_idct_add8_c (uint8_t **dest, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6 *8]) |
void | ff_vector_fmul_window_c (float *dst, const float *src0, const float *src1, const float *win, float add_bias, int len) |
void | ff_float_to_int16_c (int16_t *dst, const float *src, long len) |
void | ff_float_to_int16_interleave_c (int16_t *dst, const float **src, long len, int channels) |
void | ff_vp3_idct_c (DCTELEM *block) |
void | ff_vp3_idct_put_c (uint8_t *dest, int line_size, DCTELEM *block) |
void | ff_vp3_idct_add_c (uint8_t *dest, int line_size, DCTELEM *block) |
void | ff_vp3_idct_dc_add_c (uint8_t *dest, int line_size, const DCTELEM *block) |
void | ff_vp3_v_loop_filter_c (uint8_t *src, int stride, int *bounding_values) |
void | ff_vp3_h_loop_filter_c (uint8_t *src, int stride, int *bounding_values) |
void | ff_vp6_filter_diag4_c (uint8_t *dst, uint8_t *src, int stride, const int16_t *h_weights, const int16_t *v_weights) |
void | ff_bink_idct_c (DCTELEM *block) |
void | ff_bink_idct_add_c (uint8_t *dest, int linesize, DCTELEM *block) |
void | ff_bink_idct_put_c (uint8_t *dest, int linesize, DCTELEM *block) |
void | ff_put_cavs_qpel8_mc00_c (uint8_t *dst, uint8_t *src, int stride) |
void | ff_avg_cavs_qpel8_mc00_c (uint8_t *dst, uint8_t *src, int stride) |
void | ff_put_cavs_qpel16_mc00_c (uint8_t *dst, uint8_t *src, int stride) |
void | ff_avg_cavs_qpel16_mc00_c (uint8_t *dst, uint8_t *src, int stride) |
void | ff_put_vc1_mspel_mc00_c (uint8_t *dst, const uint8_t *src, int stride, int rnd) |
void | ff_avg_vc1_mspel_mc00_c (uint8_t *dst, const uint8_t *src, int stride, int rnd) |
void | ff_ea_idct_put_c (uint8_t *dest, int linesize, DCTELEM *block) |
void | ff_img_copy_plane (uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) |
void | ff_shrink22 (uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) |
void | ff_shrink44 (uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) |
void | ff_shrink88 (uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) |
void | ff_gmc_c (uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height) |
void | ff_init_scantable (uint8_t *, ScanTable *st, const uint8_t *src_scantable) |
void | ff_emulated_edge_mc (uint8_t *buf, uint8_t *src, int linesize, int block_w, int block_h, int src_x, int src_y, int w, int h) |
Copies a rectangular area of samples to a temporary buffer and replicates the boarder samples. | |
void | dsputil_static_init (void) |
void | dsputil_init (DSPContext *p, AVCodecContext *avctx) |
int | ff_check_alignment (void) |
void | ff_block_permute (DCTELEM *block, uint8_t *permutation, const uint8_t *scantable, int last) |
permute block according to permuatation. | |
void | ff_set_cmp (DSPContext *c, me_cmp_func *cmp, int type) |
static uint32_t | rnd_avg32 (uint32_t a, uint32_t b) |
static uint32_t | no_rnd_avg32 (uint32_t a, uint32_t b) |
static int | get_penalty_factor (int lambda, int lambda2, int type) |
int | mm_support (void) |
void | dsputil_init_alpha (DSPContext *c, AVCodecContext *avctx) |
void | dsputil_init_arm (DSPContext *c, AVCodecContext *avctx) |
void | dsputil_init_bfin (DSPContext *c, AVCodecContext *avctx) |
void | dsputil_init_mlib (DSPContext *c, AVCodecContext *avctx) |
void | dsputil_init_mmi (DSPContext *c, AVCodecContext *avctx) |
void | dsputil_init_mmx (DSPContext *c, AVCodecContext *avctx) |
void | dsputil_init_ppc (DSPContext *c, AVCodecContext *avctx) |
void | dsputil_init_sh4 (DSPContext *c, AVCodecContext *avctx) |
void | dsputil_init_vis (DSPContext *c, AVCodecContext *avctx) |
void | ff_dsputil_init_dwt (DSPContext *c) |
void | ff_cavsdsp_init (DSPContext *c, AVCodecContext *avctx) |
void | ff_rv30dsp_init (DSPContext *c, AVCodecContext *avctx) |
void | ff_rv40dsp_init (DSPContext *c, AVCodecContext *avctx) |
void | ff_vc1dsp_init (DSPContext *c, AVCodecContext *avctx) |
void | ff_intrax8dsp_init (DSPContext *c, AVCodecContext *avctx) |
void | ff_mlp_init (DSPContext *c, AVCodecContext *avctx) |
void | ff_mlp_init_x86 (DSPContext *c, AVCodecContext *avctx) |
static void | emms (void) |
void | get_psnr (uint8_t *orig_image[3], uint8_t *coded_image[3], int orig_linesize[3], int coded_linesize, AVCodecContext *avctx) |
static void | copy_block2 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
static void | copy_block4 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
static void | copy_block8 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
static void | copy_block9 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
static void | copy_block16 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
static void | copy_block17 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
Variables | |
const uint8_t | ff_alternate_horizontal_scan [64] |
const uint8_t | ff_alternate_vertical_scan [64] |
const uint8_t | ff_zigzag_direct [64] |
const uint8_t | ff_zigzag248_direct [64] |
uint32_t | ff_squareTbl [512] |
uint8_t | ff_cropTbl [256+2 *MAX_NEG_CROP] |
int | mm_flags |
note, many functions in here may use MMX which trashes the FPU state, it is absolutely necessary to call emms_c() between dsp & float/double code
Definition in file dsputil.h.
#define BASIS_SHIFT 16 |
Definition at line 498 of file dsputil.h.
Referenced by add_8x8basis_c(), add_8x8basis_TMPL(), build_basis(), try_8x8basis_c(), and try_8x8basis_TMPL().
#define BYTE_VEC32 | ( | c | ) | ((c)*0x01010101UL) |
#define CALL_2X_PIXELS | ( | a, | |||
b, | |||||
n | ) |
#define DEF_OLD_QPEL | ( | name | ) |
Value:
void ff_put_ ## name (uint8_t *dst/*align width (8 or 16)*/, uint8_t *src/*align 1*/, int stride);\ void ff_put_no_rnd_ ## name (uint8_t *dst/*align width (8 or 16)*/, uint8_t *src/*align 1*/, int stride);\ void ff_avg_ ## name (uint8_t *dst/*align width (8 or 16)*/, uint8_t *src/*align 1*/, int stride);
#define EDGE_WIDTH 16 |
Definition at line 502 of file dsputil.h.
Referenced by avcodec_default_get_buffer(), avcodec_get_edge_width(), frame_start(), halfpel_interpol(), MPV_common_init(), MPV_frame_end(), and release_buffer().
#define emms_c | ( | ) |
#define emms_c | ( | ) |
Empty mmx state.
this must be called between any dsp function and float/double code. for example sin(); dsp->idct_put(); emms_c(); cos()
Definition at line 661 of file dsputil.h.
Referenced by ape_decode_frame(), avcodec_decode_video2(), avcodec_encode_video(), avpicture_deinterlace(), build_basis(), decode_chunks(), decode_frame(), encode_picture(), encode_picture_lossless(), encode_picture_ls(), encode_thread(), ff_draw_horiz_band(), ff_faandct(), ff_faandct248(), ff_faanidct(), ff_faanidct_add(), ff_faanidct_put(), ff_mjpeg_decode_sos(), ff_rate_control_init(), ff_rate_control_uninit(), ff_rate_estimate_qscale(), MPV_frame_end(), select_input_picture(), slice_decode_thread(), test_motion(), and vp3_draw_horiz_band().
#define FF_LIBMPEG2_IDCT_PERM 2 |
Definition at line 490 of file dsputil.h.
Referenced by dct_quantize_TMPL(), dsputil_init(), dsputil_init_arm(), dsputil_init_mmi(), dsputil_init_mmx(), and ff_dsputil_init_armv6().
#define FF_NO_IDCT_PERM 1 |
Definition at line 489 of file dsputil.h.
Referenced by dct_quantize_altivec(), dct_quantize_bfin(), dct_quantize_c(), dsputil_init(), dsputil_init_arm(), dsputil_init_bfin(), dsputil_init_sh4(), ff_dsputil_init_armv5te(), and MPV_common_init_mlib().
#define FF_PARTTRANS_IDCT_PERM 5 |
Definition at line 493 of file dsputil.h.
Referenced by dsputil_init(), dsputil_init_mmx(), and ff_dsputil_init_neon().
#define FF_SIMPLE_IDCT_PERM 3 |
Definition at line 491 of file dsputil.h.
Referenced by dct_quantize_TMPL(), dsputil_init(), and dsputil_init_mmx().
#define FF_SSE2_IDCT_PERM 6 |
#define FF_TRANSPOSE_IDCT_PERM 4 |
Definition at line 492 of file dsputil.h.
Referenced by dct_quantize_altivec(), dsputil_init(), dsputil_init_mmx(), dsputil_init_ppc(), dsputil_init_vis(), ff_dsputil_init_neon(), and MPV_common_init_altivec().
#define LOCAL_ALIGNED | ( | a, | |||
t, | |||||
v, | |||||
s, | |||||
... | ) |
Definition at line 705 of file dsputil.h.
Referenced by bit8x8_c(), dca_subsubframe(), dct_max8x8_c(), dct_quantize_refine(), dct_sad8x8_c(), dnxhd_calc_bits_thread(), dv_decode_video_segment(), dv_init_enc_block(), h263_skip_b_part(), quant_psnr8x8_c(), rd8x8_c(), and render_slice().
#define MAX_NEG_CROP 1024 |
Definition at line 79 of file dsputil.h.
Referenced by add_pixels_clamped2_c(), add_pixels_clamped4_c(), add_pixels_clamped_c(), cavs_idct8_add_c(), deinterlace_line(), deinterlace_line_inplace(), dsputil_static_init(), ff_bfin_vp3_idct_put(), ff_h264_idct8_add_c(), ff_h264_idct8_dc_add_c(), ff_h264_idct_dc_add_c(), ff_idct_put_mlib(), ff_jref_idct1_add(), ff_jref_idct1_put(), ff_svq3_add_idct_c(), ff_vp3_idct_dc_add_c(), h_block_filter(), idct(), idct4col_add(), idct4col_put(), idct_add(), idct_internal(), idct_put(), idctSparseColAdd(), idctSparseColPut(), intra_pred_plane(), main(), mp_yuv_to_rgb(), parse_palette_segment(), pred16x16_plane_compat_c(), pred8x8_plane_c(), put_pixels_clamped2_c(), put_pixels_clamped4_c(), put_pixels_clamped_c(), rv30_weak_loop_filter(), rv40_weak_loop_filter(), v_block_filter(), vc1_filter_line(), 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_dc_c(), wmv2_mspel8_h_lowpass(), wmv2_mspel8_v_lowpass(), and yuv_a_to_rgba().
#define RECON_SHIFT 6 |
Definition at line 499 of file dsputil.h.
Referenced by add_8x8basis_c(), add_8x8basis_TMPL(), dct_quantize_refine(), try_8x8basis_c(), and try_8x8basis_TMPL().
#define STRIDE_ALIGN 8 |
Definition at line 689 of file dsputil.h.
Referenced by avcodec_align_dimensions2(), and fill_rectangle().
#define WRAPPER8_16 | ( | name8, | |||
name16 | ) |
#define WRAPPER8_16_SQ | ( | name8, | |||
name16 | ) |
Value:
static int name16(void /*MpegEncContext*/ *s, uint8_t *dst, uint8_t *src, int stride, int h){\ int score=0;\ score +=name8(s, dst , src , stride, 8);\ score +=name8(s, dst+8 , src+8 , stride, 8);\ if(h==16){\ dst += 8*stride;\ src += 8*stride;\ score +=name8(s, dst , src , stride, 8);\ score +=name8(s, dst+8 , src+8 , stride, 8);\ }\ return score;\ }
typedef void(* h264_chroma_mc_func)(uint8_t *dst, uint8_t *src, int srcStride, int h, int x, int y) |
typedef int(* me_cmp_func)(void *s, uint8_t *blk1, uint8_t *blk2, int line_size, int h) |
typedef void(* op_fill_func)(uint8_t *block, uint8_t value, int line_size, int h) |
typedef void(* op_pixels_func)(uint8_t *block, const uint8_t *pixels, int line_size, int h) |
typedef void(* qpel_mc_func)(uint8_t *dst, uint8_t *src, int stride) |
typedef void(* tpel_mc_func)(uint8_t *block, const uint8_t *pixels, int line_size, int w, int h) |
static void copy_block16 | ( | uint8_t * | dst, | |
const uint8_t * | src, | |||
int | dstStride, | |||
int | srcStride, | |||
int | h | |||
) | [inline, static] |
static void copy_block17 | ( | uint8_t * | dst, | |
const uint8_t * | src, | |||
int | dstStride, | |||
int | srcStride, | |||
int | h | |||
) | [inline, static] |
static void copy_block2 | ( | uint8_t * | dst, | |
const uint8_t * | src, | |||
int | dstStride, | |||
int | srcStride, | |||
int | h | |||
) | [inline, static] |
static void copy_block4 | ( | uint8_t * | dst, | |
const uint8_t * | src, | |||
int | dstStride, | |||
int | srcStride, | |||
int | h | |||
) | [inline, static] |
static void copy_block8 | ( | uint8_t * | dst, | |
const uint8_t * | src, | |||
int | dstStride, | |||
int | srcStride, | |||
int | h | |||
) | [inline, static] |
static void copy_block9 | ( | uint8_t * | dst, | |
const uint8_t * | src, | |||
int | dstStride, | |||
int | srcStride, | |||
int | h | |||
) | [inline, static] |
void dsputil_init | ( | DSPContext * | p, | |
AVCodecContext * | avctx | |||
) |
Definition at line 4180 of file dsputil.c.
Referenced by aac_decode_init(), aac_encode_init(), ac3_decode_init(), alac_encode_init(), ape_decode_init(), atrac1_decode_init(), atrac3_decode_init(), common_init(), dca_decode_init(), decode_init(), dnxhd_decode_init(), dnxhd_encode_init(), dvvideo_init(), encode_init(), ff_mjpeg_decode_init(), ff_wma_init(), flac_encode_init(), imc_decode_init(), ipvideo_decode_init(), main(), mdec_common_init(), mimic_decode_init(), mlp_decode_init(), mp_decode_init(), mpc7_decode_init(), mpc8_decode_init(), MPV_common_init(), png_dec_init(), png_enc_init(), sipr_decoder_init(), svq1_encode_init(), tgq_decode_init(), tqi_decode_init(), twin_decode_init(), vorbis_decode_init(), vp3_decode_init(), and vp56_init().
void dsputil_init_alpha | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void dsputil_init_arm | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void dsputil_init_bfin | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
Halfpel motion compensation with rounding (a+b+1)>>1. This is an array[4][4] of motion compensation functions for 4 horizontal blocksizes (8,16) and the 4 halfpel positions *pixels_tab[ 0->16xH 1->8xH ][ xhalfpel + 2*yhalfpel ]
block | destination where the result is stored | |
pixels | source | |
line_size | number of bytes in a horizontal line of block | |
h | height |
Definition at line 198 of file dsputil_bfin.c.
Referenced by dsputil_init().
void dsputil_init_mlib | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void dsputil_init_mmi | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void dsputil_init_mmx | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void dsputil_init_ppc | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void dsputil_init_sh4 | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void dsputil_init_vis | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void dsputil_static_init | ( | void | ) |
void fdct_ifast | ( | DCTELEM * | data | ) |
Definition at line 210 of file jfdctfst.c.
Referenced by dct_quantize_trellis_c(), dsputil_init(), and ff_convert_matrix().
void fdct_ifast248 | ( | DCTELEM * | data | ) |
void ff_avg_cavs_qpel16_mc00_c | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride | |||
) |
void ff_avg_cavs_qpel8_mc00_c | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride | |||
) |
void ff_avg_vc1_mspel_mc00_c | ( | uint8_t * | dst, | |
const uint8_t * | src, | |||
int | stride, | |||
int | rnd | |||
) |
Referenced by ff_vc1dsp_init().
void ff_bink_idct_add_c | ( | uint8_t * | dest, | |
int | linesize, | |||
DCTELEM * | block | |||
) |
void ff_bink_idct_c | ( | DCTELEM * | block | ) |
void ff_bink_idct_put_c | ( | uint8_t * | dest, | |
int | linesize, | |||
DCTELEM * | block | |||
) |
void ff_block_permute | ( | DCTELEM * | block, | |
uint8_t * | permutation, | |||
const uint8_t * | scantable, | |||
int | last | |||
) |
permute block according to permuatation.
last | last non zero element in scantable order |
block | the block which will be permuted according to the given permutation vector | |
permutation | the permutation vector | |
last | the last non zero coefficient in scantable order, used to speed the permutation up | |
scantable | the used scantable, this is only used to speed the permutation up, the block is not (inverse) permutated to scantable order! |
Definition at line 3120 of file dsputil.c.
Referenced by dct_quantize_altivec(), dct_quantize_bfin(), and dct_quantize_c().
void ff_cavsdsp_init | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
int ff_check_alignment | ( | void | ) |
Definition at line 4160 of file dsputil.c.
Referenced by dsputil_init(), encode_thread(), estimate_motion_thread(), and mb_var_thread().
void ff_dsputil_init_dwt | ( | DSPContext * | c | ) |
void ff_ea_idct_put_c | ( | uint8_t * | dest, | |
int | linesize, | |||
DCTELEM * | block | |||
) |
void ff_emulated_edge_mc | ( | uint8_t * | buf, | |
uint8_t * | src, | |||
int | linesize, | |||
int | block_w, | |||
int | block_h, | |||
int | src_x, | |||
int | src_y, | |||
int | w, | |||
int | h | |||
) |
Copies a rectangular area of samples to a temporary buffer and replicates the boarder samples.
buf | destination buffer | |
src | source buffer | |
linesize | number of bytes between 2 vertically adjacent samples in both the source and destination buffers | |
block_w | width of block | |
block_h | height of block | |
src_x | x coordinate of the top left sample of the block in the source buffer | |
src_y | y coordinate of the top left sample of the block in the source buffer | |
w | width of the source buffer | |
h | height of the source buffer |
Definition at line 372 of file dsputil.c.
Referenced by chroma_4mv_motion(), chroma_4mv_motion_lowres(), encode_mb_internal(), ff_mspel_motion(), gmc1_motion(), gmc_mmx(), hpel_motion(), hpel_motion_lowres(), mc_dir_part(), mca(), mpeg_motion_internal(), mpeg_motion_lowres(), MPV_motion_internal(), qpel_motion(), render_slice(), rv34_mc(), svq3_mc_dir_part(), vc1_interp_mc(), vc1_mc_1mv(), vc1_mc_4mv_chroma(), vc1_mc_4mv_luma(), and vp56_mc().
void ff_fdct248_islow | ( | DCTELEM * | data | ) |
void ff_fdct_mmx | ( | DCTELEM * | block | ) |
Referenced by dsputilenc_init_mmx().
void ff_fdct_mmx2 | ( | DCTELEM * | block | ) |
Referenced by dsputilenc_init_mmx().
void ff_fdct_sse2 | ( | DCTELEM * | block | ) |
Referenced by dsputilenc_init_mmx().
void ff_float_to_int16_c | ( | int16_t * | dst, | |
const float * | src, | |||
long | len | |||
) |
void ff_float_to_int16_interleave_c | ( | int16_t * | dst, | |
const float ** | src, | |||
long | len, | |||
int | channels | |||
) |
Definition at line 3976 of file dsputil.c.
Referenced by aac_decode_init(), ac3_decode_init(), dca_decode_init(), decode_block(), dsputil_init(), vorbis_decode_init(), and wma_decode_frame().
void ff_gmc_c | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride, | |||
int | h, | |||
int | ox, | |||
int | oy, | |||
int | dxx, | |||
int | dxy, | |||
int | dyx, | |||
int | dyy, | |||
int | shift, | |||
int | r, | |||
int | width, | |||
int | height | |||
) |
void ff_h264_idct8_add4_c | ( | uint8_t * | dst, | |
const int * | blockoffset, | |||
DCTELEM * | block, | |||
int | stride, | |||
const uint8_t | nnzc[6 *8] | |||
) |
void ff_h264_idct8_add_c | ( | uint8_t * | dst, | |
DCTELEM * | block, | |||
int | stride | |||
) |
Definition at line 73 of file h264idct.c.
Referenced by ff_h264_idct8_add4_c(), ff_h264dsp_init(), init_dequant8_coeff_table(), and init_scan_tables().
void ff_h264_idct8_dc_add_c | ( | uint8_t * | dst, | |
DCTELEM * | block, | |||
int | stride | |||
) |
Definition at line 156 of file h264idct.c.
Referenced by ff_h264_idct8_add4_c(), and ff_h264dsp_init().
void ff_h264_idct_add16_c | ( | uint8_t * | dst, | |
const int * | blockoffset, | |||
DCTELEM * | block, | |||
int | stride, | |||
const uint8_t | nnzc[6 *8] | |||
) |
void ff_h264_idct_add16intra_c | ( | uint8_t * | dst, | |
const int * | blockoffset, | |||
DCTELEM * | block, | |||
int | stride, | |||
const uint8_t | nnzc[6 *8] | |||
) |
void ff_h264_idct_add8_c | ( | uint8_t ** | dest, | |
const int * | blockoffset, | |||
DCTELEM * | block, | |||
int | stride, | |||
const uint8_t | nnzc[6 *8] | |||
) |
void ff_h264_idct_add_c | ( | uint8_t * | dst, | |
DCTELEM * | block, | |||
int | stride | |||
) |
Definition at line 61 of file h264idct.c.
Referenced by ff_h264_idct_add8_c(), ff_h264dsp_init(), init_dequant4_coeff_table(), and init_scan_tables().
void ff_h264_idct_dc_add_c | ( | uint8_t * | dst, | |
DCTELEM * | block, | |||
int | stride | |||
) |
Definition at line 144 of file h264idct.c.
Referenced by ff_h264_idct_add16_c(), ff_h264_idct_add16intra_c(), ff_h264_idct_add8_c(), and ff_h264dsp_init().
void ff_h264_lowres_idct_add_c | ( | uint8_t * | dst, | |
int | stride, | |||
DCTELEM * | block | |||
) |
void ff_h264_lowres_idct_put_c | ( | uint8_t * | dst, | |
int | stride, | |||
DCTELEM * | block | |||
) |
void ff_img_copy_plane | ( | uint8_t * | dst, | |
int | dst_wrap, | |||
const uint8_t * | src, | |||
int | src_wrap, | |||
int | width, | |||
int | height | |||
) |
void ff_init_scantable | ( | uint8_t * | , | |
ScanTable * | st, | |||
const uint8_t * | src_scantable | |||
) |
Definition at line 151 of file dsputil.c.
Referenced by common_init(), decode_init(), decode_pic(), decode_vop_header(), dnxhd_init_vlc(), ff_dct_common_init(), ff_intrax8_common_init(), ff_mjpeg_decode_init(), ff_wmv2_common_init(), mimic_decode_init(), mpeg_decode_picture_coding_extension(), tgq_decode_init(), tqi_decode_init(), vp3_decode_init(), and vp56_init().
void ff_intrax8dsp_init | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_jpeg_fdct_islow | ( | DCTELEM * | data | ) |
void ff_mlp_init | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_mlp_init_x86 | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_put_cavs_qpel16_mc00_c | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride | |||
) |
void ff_put_cavs_qpel8_mc00_c | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride | |||
) |
void ff_put_vc1_mspel_mc00_c | ( | uint8_t * | dst, | |
const uint8_t * | src, | |||
int | stride, | |||
int | rnd | |||
) |
Referenced by ff_vc1dsp_init().
void ff_rv30dsp_init | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_rv40dsp_init | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_set_cmp | ( | DSPContext * | c, | |
me_cmp_func * | cmp, | |||
int | type | |||
) |
Definition at line 3145 of file dsputil.c.
Referenced by dvvideo_init(), ff_init_me(), and MPV_encode_init().
void ff_shrink22 | ( | uint8_t * | dst, | |
int | dst_wrap, | |||
const uint8_t * | src, | |||
int | src_wrap, | |||
int | width, | |||
int | height | |||
) |
void ff_shrink44 | ( | uint8_t * | dst, | |
int | dst_wrap, | |||
const uint8_t * | src, | |||
int | src_wrap, | |||
int | width, | |||
int | height | |||
) |
void ff_shrink88 | ( | uint8_t * | dst, | |
int | dst_wrap, | |||
const uint8_t * | src, | |||
int | src_wrap, | |||
int | width, | |||
int | height | |||
) |
void ff_vc1dsp_init | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_vector_fmul_window_c | ( | float * | dst, | |
const float * | src0, | |||
const float * | src1, | |||
const float * | win, | |||
float | add_bias, | |||
int | len | |||
) |
Definition at line 3819 of file dsputil.c.
Referenced by dsputil_init(), vector_fmul_window_3dnow2(), and vector_fmul_window_sse().
void ff_vp3_h_loop_filter_c | ( | uint8_t * | src, | |
int | stride, | |||
int * | bounding_values | |||
) |
void ff_vp3_idct_add_c | ( | uint8_t * | dest, | |
int | line_size, | |||
DCTELEM * | block | |||
) |
void ff_vp3_idct_c | ( | DCTELEM * | block | ) |
void ff_vp3_idct_dc_add_c | ( | uint8_t * | dest, | |
int | line_size, | |||
const DCTELEM * | block | |||
) |
void ff_vp3_idct_put_c | ( | uint8_t * | dest, | |
int | line_size, | |||
DCTELEM * | block | |||
) |
void ff_vp3_v_loop_filter_c | ( | uint8_t * | src, | |
int | stride, | |||
int * | bounding_values | |||
) |
void ff_vp6_filter_diag4_c | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride, | |||
const int16_t * | h_weights, | |||
const int16_t * | v_weights | |||
) |
void ff_wmv2_idct_c | ( | DCTELEM * | data | ) |
Definition at line 4072 of file dsputil.c.
Referenced by dsputil_init(), ff_wmv2_idct_add_c(), and ff_wmv2_idct_put_c().
static int get_penalty_factor | ( | int | lambda, | |
int | lambda2, | |||
int | type | |||
) | [inline, static] |
Definition at line 596 of file dsputil.h.
Referenced by ff_estimate_motion_b(), ff_estimate_p_frame_motion(), and ff_pre_estimate_p_frame_motion().
void get_psnr | ( | uint8_t * | orig_image[3], | |
uint8_t * | coded_image[3], | |||
int | orig_linesize[3], | |||
int | coded_linesize, | |||
AVCodecContext * | avctx | |||
) |
void j_rev_dct | ( | DCTELEM * | data | ) |
Referenced by dsputil_init(), ff_jref_idct_add(), and ff_jref_idct_put().
void j_rev_dct1 | ( | DCTELEM * | data | ) |
Referenced by dsputil_init().
void j_rev_dct2 | ( | DCTELEM * | data | ) |
Referenced by dsputil_init(), ff_jref_idct2_add(), and ff_jref_idct2_put().
void j_rev_dct4 | ( | DCTELEM * | data | ) |
Referenced by dsputil_init(), ff_jref_idct4_add(), and ff_jref_idct4_put().
int mm_support | ( | void | ) |
Definition at line 76 of file dsputil_init_arm.c.
Referenced by dsputil_init_mmx(), ff_dwt_init_x86(), ff_fft_init_mmx(), ff_vc1dsp_init_mmx(), and main().
static uint32_t no_rnd_avg32 | ( | uint32_t | a, | |
uint32_t | b | |||
) | [inline, static] |
static uint32_t rnd_avg32 | ( | uint32_t | a, | |
uint32_t | b | |||
) | [inline, static] |
const uint8_t ff_alternate_horizontal_scan[64] |
Definition at line 77 of file dsputil.c.
Referenced by decode_vop_header(), and ff_dct_common_init().
const uint8_t ff_alternate_vertical_scan[64] |
Definition at line 88 of file dsputil.c.
Referenced by decode_vop_header(), ff_dct_common_init(), and mpeg_decode_picture_coding_extension().
uint8_t ff_cropTbl[256+2 *MAX_NEG_CROP] |
uint32_t ff_squareTbl[512] |
Definition at line 44 of file dsputil.c.
Referenced by dsputil_static_init(), pix_norm1_c(), sse(), sse16_c(), sse4_c(), and sse8_c().
const uint8_t ff_zigzag248_direct[64] |
const uint8_t ff_zigzag_direct[64] |
Definition at line 50 of file dsputil.c.
Referenced by decode_gop_header(), decode_i_block(), decode_init(), decode_pic(), decode_scaling_list(), decode_vol_header(), decode_vop_header(), dnxhd_init_qmat(), dnxhd_init_vlc(), dsputil_static_init(), dv_init_enc_block(), dvvideo_init(), ff_dct_common_init(), ff_mjpeg_decode_init(), ff_write_quant_matrix(), fill_scaling_lists(), init_scan_tables(), load_matrix(), mpeg_decode_picture_coding_extension(), rtjpeg_decode_init(), tgq_decode_init(), tqi_decode_init(), vaapi_mpeg2_start_frame(), vaapi_mpeg4_start_frame(), vp3_decode_init(), and vp56_init().
int mm_flags |
Definition at line 153 of file dsputil_iwmmxt.c.
Referenced by dsputil_init_mmx(), dsputil_init_pix_mmx(), dsputil_init_ppc(), dsputilenc_init_mmx(), ff_dnxhd_init_mmx(), ff_dsputil_init_iwmmxt(), ff_dwt_init_x86(), ff_h263_decode_frame(), ff_vc1dsp_init_mmx(), MPV_common_init_altivec(), MPV_common_init_iwmmxt(), and MPV_common_init_mmx().