H A D | af_surround.c | 391 float l_mag, r_mag, *dstl, *dstr; in upmix_stereo() local 394 dstr = (float *)s->output->extended_data[1]; in upmix_stereo() 402 dstr[2 * n ] = r_mag * cosf(r_phase); in upmix_stereo() 403 dstr[2 * n + 1] = r_mag * sinf(r_phase); in upmix_stereo() 415 float lfe_mag, l_mag, r_mag, *dstl, *dstr, *dstlfe; in upmix_2_1() local 418 dstr = (float *)s->output->extended_data[1]; in upmix_2_1() 429 dstr[2 * n ] = r_mag * cosf(r_phase); in upmix_2_1() 430 dstr[2 * n + 1] = r_mag * sinf(r_phase); in upmix_2_1() 445 float l_mag, r_mag, c_mag, *dstc, *dstl, *dstr; in upmix_3_0() local 448 dstr in upmix_3_0() 474 float lfe_mag, l_mag, r_mag, c_mag, *dstc, *dstl, *dstr, *dstlfe; upmix_3_1() local 510 float lfe_mag, l_mag, r_mag, *dstc, *dstl, *dstr, *dstlfe; upmix_3_1_surround() local 544 float b_mag, l_mag, r_mag, c_mag, *dstc, *dstl, *dstr, *dstb; upmix_4_0() local 578 float lfe_mag, b_mag, l_mag, r_mag, c_mag, *dstc, *dstl, *dstr, *dstb, *dstlfe; upmix_4_1() local 618 float l_mag, r_mag, ls_mag, rs_mag, c_mag, *dstc, *dstl, *dstr, *dstls, *dstrs; upmix_5_0_back() local 657 float lfe_mag, l_mag, r_mag, ls_mag, rs_mag, c_mag, *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlfe; upmix_5_1_back() local 702 float l_mag, r_mag, ls_mag, rs_mag, c_mag, b_mag, *dstc, *dstb, *dstl, *dstr, *dstls, *dstrs; upmix_6_0() local 746 float lfe_mag, l_mag, r_mag, ls_mag, rs_mag, c_mag, b_mag, *dstc, *dstb, *dstl, *dstr, *dstls, *dstrs, *dstlfe; upmix_6_1() local 797 float lfe_mag, l_mag, r_mag, *dstc, *dstl, *dstr, *dstlfe; upmix_5_1_back_surround() local 844 float c_mag, l_mag, r_mag, *dstc, *dstl, *dstr, *dstlfe; upmix_5_1_back_2_1() local 888 float *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlb, *dstrb; upmix_7_0() local 938 float *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlb, *dstrb, *dstlfe; upmix_7_1() local 996 float *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlb, *dstrb, *dstlfe; upmix_7_1_5_0_side() local 1057 float *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlb, *dstrb, *dstlfe; upmix_7_1_5_1() local [all...] |