HomeSort by relevance Sort by last modified time
    Searched refs:window_size (Results 1 - 22 of 22) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 92 // window_size must be >= 2.
93 template<int window_size>
117 // Compute a hash of the window "ptr[0, window_size - 1]".
120 for (int i = 2; i < window_size; ++i) {
128 // UpdateHash takes the hash value of buffer[0] ... buffer[window_size -1]
130 // and the value of buffer[window_size] (the "new_last_byte" argument).
131 // It quickly computes the hash value of buffer[1] ... buffer[window_size]
135 // (which runs in time independent of window_size) instead of Hash().
136 // Each time window_size doubles, the time to execute Hash() also doubles,
147 // Given a full hash value for buffer[0] ... buffer[window_size -1], plus th
    [all...]
vcdecoder.cc 398 void AddToTotalTargetWindowSize(size_t window_size) {
399 total_of_target_window_sizes_ += window_size;
426 bool TargetWindowWouldExceedSizeLimits(size_t window_size) const;
    [all...]
  /external/srec/srec/cfront/
wav_acc.c 46 void create_sample_buffer(wave_info *wave, int frame_size, int window_size)
50 ASSERT(window_size >= frame_size);
51 wave->income = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.income");
52 wave->outgo = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.outgo");
53 wave->window_size = window_size;
56 log_report("window %d frame %d\n", window_size, frame_size);
70 wave->window_size = 0;
ca_wave.c 270 if (hWave->data.window_size < sampleCount)
  /external/v8/src/
log-utils.h 182 // 'window_size' is the size of backward lookup window.
183 explicit LogRecordCompressor(int window_size)
184 : buffer_(window_size + kNoCompressionWindowSize),
186 GetBackwardReferenceSize(window_size, Log::kMessageBufferSize)),
log.cc 649 explicit CompressionHelper(int window_size)
650 : compressor_(window_size), repeat_count_(0) { }
    [all...]
  /external/srec/srec/include/
sample.h 183 int window_size; member in struct:__anon7614
206 void create_sample_buffer(wave_info *wave, int frame_size, int window_size);
  /external/libnfc-nxp/src/
phLlcNfc_Frame.c 308 psLlcCtxt->s_frameinfo.window_size =
647 psFrameInfo->window_size = llcInfo.llcpayload[payload_index];
726 if(((ns <= nr) && ((nr - ns) <= psFrameInfo->window_size))
730 if(((ns < nr) && ((nr - ns) <= psFrameInfo->window_size))
    [all...]
phLlcNfc_DataTypes.h 528 uint8_t window_size; member in struct:phLlcNfc_Frame
phLlcNfc_Interface.c 394 (ps_frame_info->window_size == ps_store_frame->winsize_cnt))
491 ps_frame_info->window_size)
    [all...]
phLlcNfc.c 384 ps_llc_ctxt->s_frameinfo.window_size)
  /external/zlib/
deflate.c     [all...]
deflate.h 123 ulg window_size; member in struct:internal_state
  /external/mtpd/
pptp.c 114 uint16_t window_size; member in struct:packet::__anon5411::__anon5412::__anon5414::__anon5416
300 outgoing.ocrq.window_size = htons(8192);
  /external/zlib/contrib/gcc_gvmat64/
gvmat64.S 156 #define window_size [ rcx + dsWSize] define
267 mov eax, window_size
  /external/chromium/third_party/zlib/
deflate.h 123 ulg window_size; member in struct:internal_state
deflate.c     [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 123 ulg window_size; member in struct:internal_state
deflate.c     [all...]
  /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/zlib/contrib/masmx64/
gvmat64.asm 142 COMM window_size:DWORD
180 window_size equ [ rcx + dsWSize] define
287 mov eax, window_size

Completed in 5242 milliseconds