FFmpeg
|
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] |
#define MAX_W 256 |
Definition at line 27 of file jpeg2000dwt.c.
Referenced by main(), test_dwt(), and test_dwtf().
|
static |
Definition at line 29 of file jpeg2000dwt.c.
Referenced by main().
|
static |
Definition at line 68 of file jpeg2000dwt.c.
Referenced by main().
Definition at line 111 of file jpeg2000dwt.c.
Definition at line 106 of file jpeg2000dwt.c.
Referenced by flv_data_packet(), grow_array(), hvcc_array_add_nal_unit(), load_ca(), main(), and parse_pixel_format().
Definition at line 107 of file jpeg2000dwt.c.
Referenced by add_candidate_ref(), add_interval(), av1_parser_parse(), av_buffer_create(), av_frame_set_qp_table(), await_references(), bink_put_pixels(), binkb_decode_plane(), calc_persp_luts(), cbs_vp9_assemble_fragment(), check_4block_inter(), check_append_extra_bits(), check_decorrelate_stereo(), check_ict_float(), check_mc(), check_pkt(), check_rct_int(), check_scalarproduct_fixed(), check_vector_fmul(), check_vector_fmul_add(), check_vector_fmul_window(), check_vector_fmul_window_scaled(), checkasm_check_func(), cmp_direct_inline(), cmp_inline(), config_output(), 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(), do_psnr(), do_ssim(), do_vmaf(), 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(), filter_slice(), find_ref_idx(), frame_copy_props(), frame_size_with_refs(), get_avg_color(), get_lowest_part_y(), get_next_box_id_to_split(), get_palette_frame(), gif_image_write_image(), global_motion_param(), global_motion_params(), 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(), nvdec_hevc_start_frame(), opencl_pool_alloc(), 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(), process_frame(), run_single_test(), set_blocks(), sse_16width_msa(), sse_4width_msa(), st_ref_pic_set(), svq1_encode_plane(), svq3_pred_motion(), tempNoiseReducer_TMPL(), temporal_luma_motion_vector(), test_device(), test_hf_apply_noise(), update_wrap_reference(), vaapi_encode_alloc_output_buffer(), 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(), videotoolbox_buffer_release(), videotoolbox_postproc_frame(), and vp9_decode_frame().
Definition at line 108 of file jpeg2000dwt.c.
Referenced by main().
Definition at line 109 of file jpeg2000dwt.c.
Referenced by main().