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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtwinvq.c179 for (i = 0; i < tctx->n_div[ftype]; i++) {
432 int cb_len_p = (tctx->n_div[3] + mtab->ppc_shape_len * channels - 1) /
433 tctx->n_div[3];
665 permutate_in_line(tmp_perm, tctx->n_div[ftype], size,
669 transpose_perm(tctx->permut[ftype], tmp_perm, tctx->n_div[ftype],
724 tctx->n_div[i] = (bit_size + 13) / 14;
726 rounded_up = (bit_size + tctx->n_div[i] - 1) /
727 tctx->n_div[i];
728 rounded_down = (bit_size) / tctx->n_div[i];
729 num_rounded_down = rounded_up * tctx->n_div[
[all...]
H A Dtwinvq.h156 int n_div[4]; member in struct:TwinVQContext
H A Dmetasound.c156 for (i = 0; i < tctx->n_div[ftype]; i++) {
H A Dtwinvqdec.c243 for (i = 0; i < tctx->n_div[ftype]; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c193 int n_div[4]; member in struct:TwinContext
368 for (i = 0; i < tctx->n_div[ftype]; i++) {
776 int cb_len_p = (tctx->n_div[3] + mtab->ppc_shape_len*channels - 1)/
777 tctx->n_div[3];
1012 permutate_in_line(tmp_perm, tctx->n_div[ftype], size,
1016 transpose_perm(tctx->permut[ftype], tmp_perm, tctx->n_div[ftype],
1067 tctx->n_div[i] = (bit_size + 13) / 14;
1069 rounded_up = (bit_size + tctx->n_div[i] - 1)/tctx->n_div[i];
1070 rounded_down = (bit_size )/tctx->n_div[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8978.c381 unsigned int k, n_div, n_mod; local
383 n_div = target / source;
384 if (n_div < 6) {
387 n_div = target / source;
392 if (n_div < 6 || n_div > 12)
395 n_div);
397 pll_div->n = n_div;
398 n_mod = target - source * n_div;

Completed in 178 milliseconds