FFmpeg
|
Functions | |
A Quick Description Of Rate Distortion Theory We want to encode a picture or piece of music optimally What does optimally really mean It means that we want to get the best quality at a given filesize OR we want to get the smallest filesize at a given | quality (in practice, these 2 goals are usually the same).Solving this directly is not practical |
Variables | |
A Quick Description Of Rate Distortion Theory We want to encode a | video |
trying all byte sequences megabyte in length and selecting the best looking sequence will yield cases to try But | first |
trying all byte sequences megabyte in length and selecting the best looking sequence will yield cases to try But a word about | quality |
trying all byte sequences megabyte in length and selecting the best looking sequence will yield cases to try But a word about which is also called distortion Distortion can be quantified by almost any quality measurement one chooses | Commonly |
trying all byte sequences megabyte in length and selecting the best looking sequence will yield cases to try But a word about which is also called distortion Distortion can be quantified by almost any quality measurement one chooses the sum of squared differences is used but more complex methods that consider psychovisual effects can be used as well It makes no difference in this discussion First | step |
Function Documentation
A Quick Description Of Rate Distortion Theory We want to encode a picture or piece of music optimally What does optimally really mean It means that we want to get the best quality at a given filesize OR we want to get the smallest filesize at a given quality | ( | in | practice, |
these 2 goals are usually the | same | ||
) |
Variable Documentation
trying all byte sequences megabyte in length and selecting the best looking sequence will yield cases to try But a word about which is also called distortion Distortion can be quantified by almost any quality measurement one chooses Commonly |
Definition at line 12 of file rate_distortion.txt.
trying all byte sequences megabyte in length and selecting the best looking sequence will yield cases to try But first |
Definition at line 12 of file rate_distortion.txt.
Referenced by avs_decode_frame(), decode_ham_plane32(), decode_spectrum(), dfa_read_packet(), do_a_deblock_C(), doHorizLowPass_C(), doVertLowPass(), gxf_packet(), mpegts_write_section(), rdt_parse_sdp_line(), rtsp_read_packet(), show_help_options(), and unaligned_load().
trying all byte sequences megabyte in length and selecting the best looking sequence will yield cases to try But a word about quality |
Definition at line 12 of file rate_distortion.txt.
Referenced by ff_mss34_gen_quant_mat(), lame_calc_attack_threshold(), libschroedinger_encode_init(), mimic_decode_frame(), mss3_decode_frame(), pp_get_mode_by_name_and_quality(), and reset_coders().
trying all byte sequences megabyte in length and selecting the best looking sequence will yield cases to try But a word about which is also called distortion Distortion can be quantified by almost any quality measurement one chooses the sum of squared differences is used but more complex methods that consider psychovisual effects can be used as well It makes no difference in this discussion First step |
Definition at line 12 of file rate_distortion.txt.
Referenced by __attribute__(), adpcm_compress_trellis(), adpcm_ima_expand_nibble(), adpcm_ima_oki_expand_nibble(), adpcm_ima_qt_compress_sample(), adpcm_ima_qt_expand_nibble(), adpcm_swf_decode(), av_read_image_line(), av_write_image_line(), build_requant_tab(), compose2D(), dc_test(), dec_gain(), decode_plane(), decode_subframe(), decompose2D(), dirac_unpack_block_motion_data(), do_a_deblock_C(), drawline(), encode_residual_ch(), eval_lpcenv_or_interp(), fade_plane(), ff_gen_search(), ff_gen_syncpoint_search(), filter(), filter_frame(), fraps2_decode_plane(), h264_filter_mb_fast_internal(), init_pass2(), interpolate(), intlist_read(), is_mv_diff_gt_3(), loco_decode_plane(), loco_predict(), make_sin_table(), mangle_rgb_planes(), predictor_calc_error(), request_frame(), restore_median(), restore_median_il(), restore_rgb_planes(), rv30_weak_loop_filter(), rv40_loop_filter_strength(), rv40_strong_loop_filter(), rv40_weak_loop_filter(), sbr_qmf_synthesis(), search_for_quantizers_faac(), tempNoiseReducer(), vorbis_residue_decode_internal(), yuv2rgb_full_1_c_template(), yuv2rgb_full_2_c_template(), and yuv2rgb_full_X_c_template().
Definition at line 3 of file rate_distortion.txt.
Referenced by read_header(), and xmv_fetch_video_packet().
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11