Searched refs:gains (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_xtalk.h49 xtalk_gains_t const gains);
H A Dau88x0_xtalk.c375 vortex_XtalkHw_SetGains(vortex_t * vortex, xtalk_gains_t const gains) argument
380 hwwrite(vortex->mmio, 0x244D0 + (i * 4), gains[i]);
H A Dau88x0_eq.c416 vortex_Eqlzr_SetAllBands(vortex_t * vortex, u16 gains[], s32 count) argument
425 eq->this130[i] = gains[i];
521 eq->this28 = 0x1; /* if 1 => Allow read access to this130 (gains) */
522 eq->this54 = 0x0; /* if 1 => Dont Allow access to hardware (gains) */
526 /* Set gains. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcook.c694 * @param gains_ptr current and previous gains
724 * @param gains_ptr current and previous gains
876 /* Swap current and previous gains */
915 cook_gains *gains, float *previous_buffer,
918 imlt_gain(q, decode_buffer, gains, previous_buffer);
914 mlt_compensate_output(COOKContext *q, float *decode_buffer, cook_gains *gains, float *previous_buffer, int16_t *out, int chan) argument
H A Dmpegaudiodec.c1396 int len, i, j, k, l, v0, shift, gain, gains[3]; local
1414 gains[0] = gain - (g->subblock_gain[0] << 3);
1415 gains[1] = gain - (g->subblock_gain[1] << 3);
1416 gains[2] = gain - (g->subblock_gain[2] << 3);
1421 v0 = gains[l] - (g->scale_factors[k++] << shift) + 400;

Completed in 167 milliseconds