Home
last modified time | relevance | path

Searched refs:nidx (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_tmidequalizer.c107 const int nidx = ((idx - radius + j) % nb_frames); in compute_contrast_function() local
108 const float *const h2 = histograms[nidx < 0 ? nidx + nb_frames: nidx]; in compute_contrast_function()
120 const int nidx = (idx - radius + j) % nb_frames; in compute_contrast_function() local
121 const float *const h2 = histograms[nidx < 0 ? nidx + nb_frames: nidx]; in compute_contrast_function()
/third_party/ffmpeg/libavcodec/
H A Dadpcmenc.c402 int nidx; in adpcm_compress_trellis() local
409 for (nidx = nmin; nidx <= nmax; nidx++) { in adpcm_compress_trellis()
410 const int nibble = nidx & 0xf; in adpcm_compress_trellis()
411 int dec_sample = predictor + nidx * step; in adpcm_compress_trellis()
492 for (nidx = nmin; nidx <= nmax; nidx++) {\ in adpcm_compress_trellis()
493 const int nibble = nidx < in adpcm_compress_trellis()
[all...]

Completed in 2 milliseconds