Searched refs:nidx (Results 1 – 4 of 4) sorted by relevance
112 const int nidx = ((idx - radius + j) % nb_frames); in compute_contrast_function() local113 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() local126 const float *const h2 = histograms[nidx < 0 ? nidx + nb_frames: nidx]; in compute_contrast_function()
386 int nidx; in adpcm_compress_trellis() local393 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()
62 JBIDX nidx; in _jb_coll_release() local63 for (JBIDX idx = jbc->idx; idx; idx = nidx) { in _jb_coll_release()64 nidx = idx->next; in _jb_coll_release()1592 for (JBIDX idx = jbc->idx, nidx; idx; idx = nidx) { in ejdb_remove_collection() local1595 nidx = idx->next; in ejdb_remove_collection()
1813 static WUR iwrc _sblk_insert_pi_mm(SBLK *sblk, uint8_t nidx, IWLCTX *lx, in _sblk_insert_pi_mm() argument1822 sblk->pi[0] = nidx; in _sblk_insert_pi_mm()1853 sblk->pi[idx] = nidx; in _sblk_insert_pi_mm()