Home
last modified time | relevance | path

Searched defs: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
125 const int nidx = (idx - radius + j) % nb_frames; in compute_contrast_function() local
/third_party/ffmpeg/libavcodec/
Dadpcmenc.c386 int nidx; in adpcm_compress_trellis() local
/third_party/ejdb/src/
Dejdb2.c55 JBIDX nidx; in _jb_coll_release() local
1536 for (JBIDX idx = jbc->idx, nidx; idx; idx = nidx) { in ejdb_remove_collection() local
/third_party/iowow/src/kv/
Diwkv.c1822 SBLK *sblk, uint8_t nidx, IWLCTX *lx, in _sblk_insert_pi_mm()