#include <math.h>#include "config.h"

Go to the source code of this file.
Defines | |
| #define | PI 3.14159265358979323846 |
Functions | |
| void init_fdct | _ANSI_ARGS_ ((void)) |
| void fdct | _ANSI_ARGS_ ((short *block)) |
| void | init_fdct () |
| void | fdct (short *block) |
Variables | |
| static double | c [8][8] |
| #define PI 3.14159265358979323846 |
Definition at line 38 of file fdctref.c.
Referenced by init_fdct(), init_fdct_enc(), psycho_1_hann_fft_pickmax(), psycho_2_fft(), psycho_2_init(), psycho_3_fft(), and psycho_4_init().
| void fdct _ANSI_ARGS_ | ( | (short *block) | ) |
| static void readquantmat _ANSI_ARGS_ | ( | (void) | ) |
| void fdct | ( | short * | block | ) |
Definition at line 63 of file fdctref.c.
References s.
Referenced by dct_error(), init_transform_hv(), and main().
| void init_fdct | ( | void | ) |
double c[8][8] [static] |
Definition at line 47 of file fdctref.c.
Referenced by ac3_crc_init(), ac3_parametric_bit_allocation(), add_audio_stream(), add_video_stream(), add_wav(), adobe_copy_pixel(), audio_decode_example(), audio_encode_example(), av_resample_init(), avcodec_thread_execute(), avcodec_thread_free(), avcodec_thread_init(), bad_pixels(), BC_WidgetGrid::BC_WidgetGrid(), BC_WidgetGrid::calculate_maxs(), canon_600_coeff(), canon_compressed_load_raw(), check_bidir_mv(), check_input_motion(), chroma_dc_dequant_idct_c(), cmp(), co(), coded_block_pred(), conv411(), ScaleUnit::cubic_bspline(), decode_end(), decode_frame(), decode_init(), decode_line(), decode_mb_cabac(), deInterlaceBlendLinear(), deInterlaceMedian(), dering(), diamond_search(), diff_pixels_mvi(), direct_search(), do_output_subblock(), doVertDefFilter(), doVertLowPass(), TitleMain::draw_glyphs(), encode_end(), encode_frame(), encode_init(), encode_line(), encode_q_branch(), epzs_motion_search2(), epzs_motion_search4(), epzs_motion_search_internal(), eq(), fdct_enc(), ff_epzs_motion_search(), ff_estimate_b_frame_motion(), ff_estimate_motion_b(), ff_estimate_p_frame_motion(), ff_fft_calc_altivec(), ff_fix_long_mvs(), ff_fix_long_p_mvs(), ff_get_mb_score(), ff_init_me(), ff_mpeg4_pred_dc(), ff_pre_estimate_p_frame_motion(), ff_print_debug_info(), ff_thread_func(), fft_ref(), find_rtp_session(), float_to_int(), foveon_interpolate(), foveon_load_raw(), foveon_make_curves(), foveon_thumb(), fuji_load_raw(), funny_diamond_search(), g726_decode_frame(), g726_encode_frame(), g726_init(), get_limits(), getbits(), h263_mv4_search(), h263_pred_acdc(), h263_pred_dc(), h_block_filter(), hdr_load_raw(), horizX1Filter(), hpel_motion_search(), http_server(), idct(), init_fdct_enc(), init_interlaced_ref(), interlaced_search(), ir2_decode_plane(), ir2_decode_plane_inter(), kodak_65000_decode(), kodak_radc_load_raw(), kodak_rgb_load_raw(), kodak_ycbcr_load_raw(), layer_thumb(), ljpeg_decode_yuv_scan(), ljpeg_row(), loco_predict(), logadd(), mace_decode_frame(), main(), DotMain::make_pattern(), mjpeg_decode_scan(), mm_support(), BC_WidgetGrid::move_widgets(), mpeg3io_read_int16(), mpeg3io_read_int24(), mpeg3io_read_int32(), msmpeg4_pred_dc(), mul_poly(), my_memmem(), new_connection(), next_marker(), open_audio(), open_video(), opt_output_file(), opt_target(), output_audio_block(), packet_next_int24(), packet_read_int24(), packet_read_int32(), parse_args(), pnm_encode_frame(), pnm_get(), postProcess(), pred16x16_vertical_c(), BC_WidgetGrid::print(), psycho_2(), psycho_2_init(), psycho_4(), psycho_4_allocmem(), qpel_motion_search(), quicktime_fastjpg_get_marker(), quicktime_fastjpg_readSOF(), quicktime_getmarker_jpeg(), quicktime_read_fixed32(), quicktime_read_int24(), quicktime_read_int32(), quicktime_read_int32_le(), quicktime_read_int64(), quicktime_read_int64_le(), quicktime_read_stsd_video(), quicktime_read_uint32(), ra144_decode_frame(), read_bit_alloc(), read_header(), read_size(), read_size64(), readcmdline(), rms(), rtp_new_connection(), sab_diamond_search(), sad_hpel_motion_search(), small_diamond_search(), Pipe::substitute(), thread_func(), v_block_filter(), var_diamond_search(), vc9_coded_block_pred(), vc9_pred_dc(), vertX1Filter(), video_decode_example(), video_encode_example(), window_subband12(), worker(), write_audio_frame(), write_header(), and write_video_frame().
1.5.5