Searched refs:wscale (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_SYNPROXY.h12 __u8 wscale; member in struct:xt_synproxy_info
/external/srec/srec/cfront/
H A Dspec_anl.c415 In general, 0.7 < wscale < 1.4, and xstart <= 1
422 float x1, y1, b, c, wscale; local
429 wscale = freqobj->warp_scale;
433 if (wscale < MIN_WARP_SCALE || wscale > MAX_WARP_SCALE)
442 y1 = x1 < wscale ? (float)x1 / wscale : (float)1.0;
452 float x = i > nsE ? b * i + c : wscale * i;
/external/srec/srec/include/
H A Dfrontapi.h145 void CA_SetWarpScale(CA_Frontend *hFrontend, float wscale);
149 * wscale warp scale
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dexportfig.m314 wscale = width/figurePos(3);
316 scale = min(wscale, hscale);
345 wscale = width/figurePos(3);
347 scale = min(wscale, hscale);

Completed in 96 milliseconds