FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
jpeg2000dwt.c File Reference
#include "libavcodec/jpeg2000dwt.c"
#include "libavutil/lfg.h"

Go to the source code of this file.

Macros

#define MAX_W   256
 

Functions

static int test_dwt (int *array, int *ref, int border[2][2], int decomp_levels, int type, int max_diff)
 
static int test_dwtf (float *array, float *ref, int border[2][2], int decomp_levels, float max_diff)
 
int main (void)
 

Variables

static int array [MAX_W *MAX_W]
 
static int ref [MAX_W *MAX_W]
 
static float arrayf [MAX_W *MAX_W]
 
static float reff [MAX_W *MAX_W]
 

Macro Definition Documentation

#define MAX_W   256

Definition at line 27 of file jpeg2000dwt.c.

Referenced by main(), test_dwt(), and test_dwtf().

Function Documentation

static int test_dwt ( int *  array,
int *  ref,
int  border[2][2],
int  decomp_levels,
int  type,
int  max_diff 
)
static

Definition at line 29 of file jpeg2000dwt.c.

Referenced by main().

static int test_dwtf ( float *  array,
float *  ref,
int  border[2][2],
int  decomp_levels,
float  max_diff 
)
static

Definition at line 68 of file jpeg2000dwt.c.

Referenced by main().

int main ( void  )

Definition at line 111 of file jpeg2000dwt.c.

Variable Documentation

int array[MAX_W *MAX_W]
static
int ref[MAX_W *MAX_W]
static

Definition at line 107 of file jpeg2000dwt.c.

Referenced by add_candidate_ref(), add_interval(), av_buffer_create(), await_references(), bink_put_pixels(), binkb_decode_plane(), calc_persp_luts(), check_4block_inter(), check_append_extra_bits(), check_decorrelate_stereo(), check_mc(), check_pkt(), checkasm_check_func(), checkasm_check_jpeg2000dsp(), cmp_direct_inline(), cmp_inline(), copy_packet_data(), dct_error(), decode_band_numwavs(), decode_cabac_mb_ref(), decode_cell_data(), decode_frame(), decode_gainc_loc_codes(), decode_group3_2d_line(), decode_mb_p(), decode_q_branch(), decode_tones_amplitude(), decode_tones_envelope(), decode_tones_frequency(), dirac_unpack_prediction_parameters(), encode_q_branch(), ff_cavs_mv(), ff_ccitt_unpack(), ff_h264_build_ref_list(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_hevc_set_new_ref(), ff_lpc_calc_coefs(), ff_mpv_export_qp_table(), ffmmal_release_frame(), ffmmal_set_ref(), fill_decode_caches(), fill_filter_caches_inter(), find_ref_idx(), get_avg_color(), get_lowest_part_y(), get_next_box_id_to_split(), get_palette_frame(), gif_image_write_image(), global_mv(), guess_mv(), h263_mv4_search(), hevc_intra_pred_angular_lower_16width_msa(), hevc_intra_pred_angular_lower_32width_msa(), hevc_intra_pred_angular_lower_4width_msa(), hevc_intra_pred_angular_lower_8width_msa(), hevc_intra_pred_angular_upper_16width_msa(), hevc_intra_pred_angular_upper_32width_msa(), hevc_intra_pred_angular_upper_4width_msa(), hevc_intra_pred_angular_upper_8width_msa(), hl_decode_mb(), hl_decode_mb_444(), iff_read_header(), inter_predict(), interlaced_search(), iterative_me(), main(), mc_luma_unscaled(), mc_part_std(), mc_part_weighted(), mc_subpel(), mpeg1_decode_picture(), pred_angular(), pred_block_dc(), pred_block_mode(), pred_motion(), pred_mv(), pred_pskip_motion(), pred_spatial_direct_motion(), pred_temp_direct_motion(), prefetch_motion(), run_single_test(), set_blocks(), sse_16width_msa(), sse_4width_msa(), svq1_encode_plane(), svq3_pred_motion(), tempNoiseReducer_TMPL(), temporal_luma_motion_vector(), update_wrap_reference(), vaapi_encode_h264_init_picture_params(), vaapi_encode_h265_init_picture_params(), vaapi_pool_alloc(), vdpau_mpeg4_start_frame(), vdpau_mpeg_start_frame(), vdpau_vc1_start_frame(), and vp9_decode_frame().

float arrayf[MAX_W *MAX_W]
static

Definition at line 108 of file jpeg2000dwt.c.

Referenced by main().

float reff[MAX_W *MAX_W]
static

Definition at line 109 of file jpeg2000dwt.c.

Referenced by main().