Searched refs:temp_im (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacsbr_mips.c491 float *phi1, *alpha_1, *alpha_0, res1, res2, temp_real, temp_im; local
533 "mul.s %[temp_im], %[temp4], %[temp3] \n\t"
534 "madd.s %[temp_im], %[temp_im], %[temp5], %[temp2] \n\t"
535 "nmsub.s %[temp_im], %[temp_im], %[temp0], %[temp1] \n\t"
537 "div.s %[temp_im], %[temp_im], %[dk] \n\t"
539 "swc1 %[temp_im], 4(%[alpha_1]) \n\t"
541 : [temp_real]"=&f" (temp_real), [temp_im]"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacsbr.c1277 float temp_real, temp_im; local
1281 temp_im = phi[0][0][0] * phi[1][1][1] +
1286 alpha1[k][1] = temp_im / dk;
1293 float temp_real, temp_im; local
1296 temp_im = phi[0][0][1] + alpha1[k][1] * phi[1][1][0] -
1300 alpha0[k][1] = -temp_im / phi[1][0][0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacsbr.c1280 float temp_real, temp_im; local
1284 temp_im = phi[0][0][0] * phi[1][1][1] +
1289 alpha1[k][1] = temp_im / dk;
1296 float temp_real, temp_im; local
1299 temp_im = phi[0][0][1] + alpha1[k][1] * phi[1][1][0] -
1303 alpha0[k][1] = -temp_im / phi[1][0][0];

Completed in 159 milliseconds