FFmpeg
|
Go to the source code of this file.
Functions | |
function | final_mix (arg1, arg2) x |
if (length(x) > length(y)) x | |
if | max (w)>1 w=0.9 *w/max(w) |
end | wavwrite (w, 44100,'MIX.wav') |
Variables | |
y = wavread(arg2) | |
x = x/max(x) | |
end | |
w =2.5*x+y | |
Function Documentation
function final_mix | ( | arg1 | , |
arg2 | |||
) |
Referenced by adx_encode(), av_inv_q(), av_max_alloc(), av_size_mult(), calc_input_response(), categorize(), check_diff(), clean_index(), compute_dar(), config_props(), dct_quantize_bfin(), dct_quantize_trellis_c(), DECLARE_ALIGNED(), decode_rice(), decode_slice_header(), dering(), dering_altivec(), direct_search(), do_a_deblock_C(), dts_probe(), dv_init_enc_block(), encode_cblk(), ff_ac3_bit_alloc_calc_psd(), ff_convert_matrix(), ff_dct_quantize_c(), ff_interleave_add_packet(), ff_nelly_get_sample_bits(), find_first_break(), generate_new_codebooks(), get_new_centroids(), h264_deblock_q1(), init(), intlist_read(), motion_search(), opt_max_alloc(), postProcess(), qdm2_decode_fft_packets(), run_psnr(), scale_vector(), set_format(), sws_printVec2(), write_frame(), and x8_loop_filter().
Variable Documentation
end |
Definition at line 13 of file final_mix.m.
Definition at line 14 of file final_mix.m.
x = x/max(x) |
Definition at line 6 of file final_mix.m.
else y = wavread(arg2) |
Definition at line 4 of file final_mix.m.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11