Home
last modified time | relevance | path

Searched defs:tilt (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dacelp_filters.c138 void ff_tilt_compensation(float *mem, float tilt, float *samples, int size) in ff_tilt_compensation()
Devrcdec.c556 float tilt; member
581 float tilt = pfc->tilt; in postfilter() local
Damrwbdec.c875 float tilt; in find_hb_gain() local
/third_party/ffmpeg/libavfilter/
Dvf_datascope.c760 float tilt; member
914 double tilt; in update_oscilloscope() local
/third_party/libinput/test/
Dtest-tablet.c4326 int tilt; in START_TEST() local
4400 int tilt; in START_TEST() local
/third_party/libinput/src/
Dlibinput-private.h377 struct tilt_degrees tilt; member
/third_party/python/Lib/
Dturtle.py2895 def tilt(self, angle): member in RawTurtle