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()
55 JBIDX nidx; in _jb_coll_release() local56 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() local1539 nidx = idx->next; in ejdb_remove_collection()
1822 SBLK *sblk, uint8_t nidx, IWLCTX *lx, in _sblk_insert_pi_mm() argument1832 sblk->pi[0] = nidx; in _sblk_insert_pi_mm()1863 sblk->pi[idx] = nidx; in _sblk_insert_pi_mm()