Searched refs:tilt (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dacelp_filters.h110 * Apply tilt compensation filter, 1 - tilt * z-1.
113 * @param tilt tilt factor
117 void ff_tilt_compensation(float *mem, float tilt, float *samples, int size);
H A Dacelp_filters.c134 void ff_tilt_compensation(float *mem, float tilt, float *samples, int size) argument
140 samples[i] -= tilt * samples[i - 1];
142 samples[0] -= tilt * *mem;
H A Damrwbdec.c846 float tilt; local
851 tilt = ff_dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1) /
855 return av_clipf((1.0 - FFMAX(0.0, tilt)) * (1.25 - 0.25 * wsp), 0.1, 1.0);
1169 /* Calculate voice factor and store tilt for next subframe */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dacelp_filters.c136 void ff_tilt_compensation(float *mem, float tilt, float *samples, int size) argument
142 samples[i] -= tilt * samples[i - 1];
144 samples[0] -= tilt * *mem;
H A Dacelp_filters.h143 * Apply tilt compensation filter, 1 - tilt * z-1.
146 * @param tilt tilt factor
150 void ff_tilt_compensation(float *mem, float tilt, float *samples, int size);
H A Devrcdec.c549 float tilt; member in struct:PfCoeff
574 float tilt = pfc->tilt; local
584 tilt = 0.0;
587 scratch[i] = in[i] - tilt * e->last;
H A Damrwbdec.c867 float tilt; local
872 tilt = ctx->celpm_ctx.dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1) /
876 return av_clipf((1.0 - FFMAX(0.0, tilt)) * (1.25 - 0.25 * wsp), 0.1, 1.0);
1194 /* Calculate voice factor and store tilt for next subframe */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-ctrl.c119 /* Formatters for the motorized pan & tilt [GS]ET_MPT_CTL */
1250 static int _pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt) argument
1260 tilt = -64 * tilt / 100; /* positive tilt is down, which is not what the user would expect */
1263 buf[2] = tilt & 0xFF;
1264 buf[3] = (tilt >> 8) & 0xFF;
1269 int pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt) argument
1276 tilt < pdev->angle_range.tilt_min ||
1277 tilt > pde
[all...]
H A Dpwc-ioctl.h166 int tilt; /* degress * 100 */ member in struct:pwc_mpt_angles
282 /* Motorized pan & tilt functions */
H A Dpwc.h250 /*** motorized pan/tilt feature */
297 extern int pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt);
H A Dpwc-if.c1022 int pan, tilt; local
1028 else if (sscanf(buf, "%d %d", &pan, &tilt) > 0)
1029 ret = pwc_mpt_set_angle(pdev, pan, tilt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dpwc-ioctl.h167 int tilt; /* degress * 100 */ member in struct:pwc_mpt_angles
283 /* Motorized pan & tilt functions */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-roccat-kone.h66 kone_button_info_type_button_7 = 0xf, /* tilt left */
67 kone_button_info_type_button_6 = 0x10, /* tilt right */
161 uint8_t tilt; /* right = 1, left = -1 */ member in struct:kone_mouse_event
H A Dhid-roccat-kone.c973 if (memcmp(&kone->last_mouse_event.tilt, &event->tilt, 5))
977 memset(&event->tilt, 0, 5);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h520 uint32_t tilt:4; member in struct:cvmx_pci_cfg16::cvmx_pci_cfg16_s

Completed in 199 milliseconds