Home | History | Annotate | Download | only in base

Lines Matching full:back

64     // Special case for 5.0, 5.1 with back channels when upmixed to 7.0, 7.1,
65 // which should map the back LR to side LR.
218 // Mix back LR into: side LR || back center || front LR || front center.
221 // If we have side LR, mix back LR into side LR, but instead if the input
222 // doesn't have side LR (but output does) copy back LR to side LR.
227 // Mix back LR into back center.
231 // Mix back LR into front LR.
235 // Mix back LR into front center.
241 // Mix side LR into: back LR || back center || front LR || front center.
244 // If we have back LR, mix side LR into back LR, but instead if the input
245 // doesn't have back LR (but output does) copy side LR to back LR.
250 // Mix side LR into back center.
264 // Mix back center into: back LR || side LR || front LR || front center.
267 // Mix back center into back LR.
271 // Mix back center into side LR.
275 // Mix back center into front LR.
280 // Mix back center into front center.