Home | History | Annotate | Download | only in ilbc

Lines Matching refs:CB

31     int16_t *CB,   /* (i) The CB memory (1:st section) */
32 int16_t *filteredCB, /* (i) The filtered CB memory (2:nd section) */
33 int16_t lMem, /* (i) Length of the CB memory */
35 int16_t *energyW16, /* (o) Energy in the CB vectors */
48 ppi = CB+lMem-lTarget-1;
49 ppo = CB+lMem-1;
51 pp=CB+lMem-lTarget;
59 /* Compute the energy of the rest of the cb memory
64 /* Next, precompute the energy values for the filtered cb section */