/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
intelligibility_utils.cc | 56 size_t window_size, 65 window_size_(window_size),
|
/bionic/libc/kernel/uapi/linux/ |
vfio.h | 253 __u64 window_size; member in struct:vfio_iommu_spapr_tce_create
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
deflate.h | 126 ulg window_size;
member in struct:internal_state
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
deflate.h | 123 ulg window_size;
member in struct:internal_state
|
deflate.c | [all...] |
/external/kernel-headers/original/uapi/linux/ |
vfio.h | 677 __u64 window_size; member in struct:vfio_iommu_spapr_tce_create
|
/external/libmicrohttpd/src/microspdy/ |
structures.h | 559 uint32_t window_size; member in struct:SPDYF_Stream
|
session.c | 389 stream->window_size -= frame->length; 398 else if(stream->window_size < SPDYF_INITIAL_WINDOW_SIZE / 2) 406 SPDYF_INITIAL_WINDOW_SIZE - stream->window_size)) 408 stream->window_size = SPDYF_INITIAL_WINDOW_SIZE; [all...] |
/external/pdfium/third_party/zlib_v128/ |
deflate.h | 126 ulg window_size; member in struct:internal_state
|
/external/python/cpython2/Modules/zlib/ |
deflate.h | 126 ulg window_size; member in struct:internal_state
|
/external/speex/libspeex/ |
jitter.c | 160 int window_size; /**< Total window over which the late frames are counted */ member in struct:JitterBuffer_ 203 late_factor = jitter->auto_tradeoff * jitter->window_size/tot_count; 825 jitter->window_size = 100*TOP_DELAY/jitter->max_late_rate; 826 jitter->subwindow_size = jitter->window_size/MAX_BUFFERS;
|
mdf.c | 134 int window_size; member in struct:SpeexEchoState_ 425 st->window_size = 2*frame_size; 426 N = st->window_size; 535 N = st->window_size; 708 N = st->window_size; [all...] |
/external/syslinux/com32/lib/zlib/ |
deflate.h | 123 ulg window_size; member in struct:internal_state
|
/external/zlib/src/ |
deflate.h | 126 ulg window_size; member in struct:internal_state
|
/external/fio/engines/ |
net.c | 47 unsigned int window_size; member in struct:netio_options 186 .name = "window_size", 189 .off1 = offsetof(struct netio_options, window_size), 235 if (!o->window_size) 240 wss = o->window_size;
|
/external/syslinux/gpxe/src/crypto/axtls/ |
bigint.c | 1373 int i = find_max_exp_index(biexp), j, window_size = 1; local [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
lnc_H264ES.c | 645 (ctx->sRCParams.BufferSize == ctx->sRCParams.BitsPerSecond / 1000 * rate_control_param->window_size) && 654 if (rate_control_param->window_size != 0) 655 ctx->sRCParams.BufferSize = ctx->sRCParams.BitsPerSecond * rate_control_param->window_size / 1000; [all...] |
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 142 COMM window_size:DWORD
180 window_size equ [ rcx + dsWSize]
define 287 mov eax, window_size
|
/hardware/intel/img/psb_video/src/ |
tng_H264ES.c | 269 if (psMiscRcParams->window_size > 2000) { 270 drv_debug_msg(VIDEO_DEBUG_ERROR, "window_size is too much!\n"); 274 if (psMiscRcParams->window_size != 0) 275 ctx->uiCbrBufferTenths = psMiscRcParams->window_size / 100; [all...] |
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderVP8.cpp | 174 misc_rate_ctrl->window_size = 1000;
|
VideoEncoderBase.cpp | [all...] |
/external/webp/src/enc/ |
backward_references_enc.c | 32 #define WINDOW_SIZE ((1 << WINDOW_SIZE_BITS) - 120) 234 const int max_window_size = (quality > 75) ? WINDOW_SIZE 239 return (max_window_size > WINDOW_SIZE) ? WINDOW_SIZE : max_window_size; 251 const uint32_t window_size = GetWindowSizeForHashChain(quality, xsize); local 336 (base_position > window_size) ? base_position - window_size : 0; 386 assert(best_distance <= WINDOW_SIZE); [all...] |
/external/brotli/dec/ |
decode.c | 1347 int window_size = 1 << s->window_bits; local [all...] |
/external/webrtc/talk/session/media/ |
srtpfilter.cc | 702 policy.window_size = 1024;
|
/hardware/intel/common/libva/va/ |
va.h | 1427 unsigned int window_size; member in struct:_VAEncMiscParameterRateControl [all...] |