Home | History | Annotate | Download | only in celt

Lines Matching defs:stereo

204                /* Add in the cost of a stereo split, if necessary. */
219 /* Compensate for the extra DoF in stereo */
257 int stereo;
266 stereo = C>1;
387 /* Code the intensity and dual stereo parameters. */
447 /* Compensate for the extra DoF in stereo */
472 ebits[j] = bits[j] >> stereo >> BITRES;
499 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]);
517 ebits[j] = bits[j] >> stereo >> BITRES;
547 /* Reserve bits for the intensity and dual stereo parameters. */