Home
last modified time | relevance | path

Searched refs:dither_off (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Ddither.h17 if (p->history && p->dither_off) { in NAME()
18 p->dither_off = sox_false; in NAME()
20 } else if (!p->history && !p->dither_off) { in NAME()
21 p->dither_off = sox_true; in NAME()
28 if (!p->dither_off) { in NAME()
H A Ddither.c264 sox_bool dither_off; member
305 if (p->history && p->dither_off) { in flow_no_shape()
306 p->dither_off = sox_false; in flow_no_shape()
308 } else if (!p->history && !p->dither_off) { in flow_no_shape()
309 p->dither_off = sox_true; in flow_no_shape()
314 if (!p->dither_off) { in flow_no_shape()