Searched refs:quantize (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | g72x.h | 45 #define quantize lsx_g72x_quantize macro 130 int quantize(int d,
|
| H A D | g72x.c | 225 int quantize(int d, int y, short const *table, int size) in quantize() function 512 id = quantize(dx, y, qtab, sign - 1); in tandem_adjust_alaw() 554 id = quantize(dx, y, qtab, sign - 1); in tandem_adjust_ulaw()
|
| H A D | g721.c | 111 i = quantize(d, y, qtab_721, 7); /* i = ADPCM code */ in g721_encoder()
|
| H A D | g723_24.c | 99 i = quantize(d, y, qtab_723_24, 3); /* i = ADPCM code */ in g723_24_encoder()
|
| H A D | g723_40.c | 118 i = quantize(d, y, qtab_723_40, 15); /* i = ADPCM code */ in g723_40_encoder()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/ |
| H A D | toon.fsh | 41 uniform float quantize; 74 rgb.rgb *= quantize; 77 rgb.rgb = vec3(irgb) / quantize;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | EffectToon.qml | 52 property real quantize: 8.0
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 178 return str(x.quantize(Decimal(".1"), rounding=ROUND_HALF_UP)) 2178 return "{} s".format((val / 1000000000).quantize(Decimal("0.000000001"))) 2180 return "{} ms".format((val / 1000000).quantize(Decimal("0.000001"))) 2182 return "{} us".format((val / 1000).quantize(Decimal("0.001"))) 2183 return "{} ns".format(val.quantize(Decimal("1"))) 2280 time_from = time_from.quantize(Decimal(1)) 2304 time_from = time_from.quantize(Decimal(1)) 2305 time_to = time_to.quantize(Decimal(1)) 3031 ipc = str(ipc.quantize(Decimal(".01"), rounding=ROUND_HALF_UP))
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 194 …olor fill<br/>Color palette<br/>ROP(NA for RV1108/RV1109/RK3566)<br/>NN quantize(NA for RK3399/RV1…
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 188 …r key<br/>Color fill<br/>Color palette<br/>ROP(NA for 1108/1109)<br/>NN quantize(NA for 3399/1108)…
|