Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dimc.c470 int low_indx = 0; in bit_allocation() local
607 low_indx = 0; in bit_allocation()
611 low_indx = i; in bit_allocation()
616 workT[low_indx] = lowest + 2.0; in bit_allocation()
618 if (!--chctx->bitsBandT[low_indx]) in bit_allocation()
619 workT[low_indx] = 1.e20; in bit_allocation()
621 for (j = band_tab[low_indx]; j < band_tab[low_indx+1] && (freebits < summer); j++) { in bit_allocation()

Completed in 3 milliseconds