Searched refs:prev_mode (Results 1 – 4 of 4) sorted by relevance
65 int prev_mode; member136 st->prev_mode = 0; in opus_decoder_init()261 if (st->prev_mode == 0) in opus_decode_frame()269 mode = st->prev_mode; in opus_decode_frame()280 if (data!=NULL && st->prev_mode > 0 && ( in opus_decode_frame()281 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy) in opus_decode_frame()282 || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) in opus_decode_frame()317 if (st->prev_mode==MODE_CELT_ONLY) in opus_decode_frame()456 if (mode != st->prev_mode && st->prev_mode > 0 && !st->prev_redundancy) in opus_decode_frame()467 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()[all …]
91 int prev_mode; member1155 if (st->prev_mode==MODE_CELT_ONLY) in opus_encode_native()1177 if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()1179 else if (st->prev_mode>0) in opus_encode_native()1200 && st->mode != MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY) in opus_encode_native()1209 if (st->prev_mode > 0 && in opus_encode_native()1210 ((st->mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) || in opus_encode_native()1211 (st->mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY))) in opus_encode_native()1220 st->mode = st->prev_mode; in opus_encode_native()1245 if (st->mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()[all …]
317 int prev_mode = context->err_mode; in cvSetErrMode() local319 return prev_mode; in cvSetErrMode()
586 SDL_Surface *prev_mode, *mode; in SDL_SetVideoMode() local680 prev_mode = SDL_VideoSurface; in SDL_SetVideoMode()683 mode = video->SetVideoMode(this, prev_mode,video_w,video_h,video_bpp,flags); in SDL_SetVideoMode()707 SDL_VideoSurface = (mode != NULL) ? mode : prev_mode; in SDL_SetVideoMode()