Home | History | Annotate | Download | only in src

Lines Matching full:diff0

428   INT     *diff0 = diff_tot;
455 CalcBands(diff0, k0, k1, num_bands0);/*CalcBands1 => diff0 */
456 FDKsbrEnc_Shellsort_int( diff0, num_bands0);/*SortBands sort diff0 */
458 if (diff0[0] == 0) /* too wide FB bands for target tuning */
464 cumSum(k0, diff0, num_bands0, v_k_master); /* cumsum */
468 if(diff0[num_bands0-1] > diff1[0]) /* max(1) > min(2) */
470 if(modifyBands(diff0[num_bands0-1],diff1, num_bands1))
484 CalcBands(diff0diff0 */
485 FDKsbrEnc_Shellsort_int( diff0, num_bands0); /* SortBands sort diff0 */
487 if (diff0[0] == 0) /* too wide FB bands for target tuning */
493 cumSum(k0, diff0, num_bands0, v_k_master);/* cumsum */