Lines Matching defs:stereo
206 GetBitContext *gb, int stereo)
214 if (stereo) {
236 for (int i = 0; i <= stereo; i++) {
248 for (int i = 0; i <= stereo; i++) {
480 const int stereo)
485 if (!stereo)
501 const int stereo)
503 for (int i = 0; i <= stereo; i++) {
544 const int stereo)
560 for (int ch = 0; ch <= stereo; ch++) {
651 const int stereo = s->block_config->type[block_idx] == ATRAC9_BLOCK_TYPE_CPE;
702 if (stereo) {
705 av_log(s->avctx, AV_LOG_ERROR, "Invalid stereo band %i!\n",
735 if (stereo) {
747 if (parse_band_ext(s, b, gb, stereo))
751 for (int i = 0; i <= stereo; i++) {
767 apply_intensity_stereo(s, b, stereo);
768 apply_scalefactors (s, b, stereo);
771 apply_band_extension (s, b, stereo);
774 for (int i = 0; i <= stereo; i++) {
825 const int stereo = s->block_config->type[j] == ATRAC9_BLOCK_TYPE_CPE;
826 for (int i = 0; i <= stereo; i++) {