Home
last modified time | relevance | path

Searched refs:nidx (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_tmidequalizer.c112 const int nidx = ((idx - radius + j) % nb_frames); in compute_contrast_function() local
113 const float *const h2 = histograms[nidx < 0 ? nidx + nb_frames: nidx]; in compute_contrast_function()
125 const int nidx = (idx - radius + j) % nb_frames; in compute_contrast_function() local
126 const float *const h2 = histograms[nidx < 0 ? nidx + nb_frames: nidx]; in compute_contrast_function()
/third_party/ffmpeg/libavcodec/
Dadpcmenc.c386 int nidx; in adpcm_compress_trellis() local
393 for (nidx = nmin; nidx <= nmax; nidx++) { in adpcm_compress_trellis()
394 const int nibble = nidx & 0xf; in adpcm_compress_trellis()
395 int dec_sample = predictor + nidx * step; in adpcm_compress_trellis()
476 for (nidx = nmin; nidx <= nmax; nidx++) {\ in adpcm_compress_trellis()
477 const int nibble = nidx < 0 ? 7 - nidx : nidx;\ in adpcm_compress_trellis()
/third_party/ejdb/src/
Dejdb2.c55 JBIDX nidx; in _jb_coll_release() local
56 for (JBIDX idx = jbc->idx; idx; idx = nidx) { in _jb_coll_release()
57 nidx = idx->next; in _jb_coll_release()
1536 for (JBIDX idx = jbc->idx, nidx; idx; idx = nidx) { in ejdb_remove_collection() local
1539 nidx = idx->next; in ejdb_remove_collection()
/third_party/iowow/src/kv/
Diwkv.c1822 SBLK *sblk, uint8_t nidx, IWLCTX *lx, in _sblk_insert_pi_mm() argument
1832 sblk->pi[0] = nidx; in _sblk_insert_pi_mm()
1863 sblk->pi[idx] = nidx; in _sblk_insert_pi_mm()