Home
last modified time | relevance | path

Searched refs:prev_mode (Results 1 – 3 of 3) sorted by relevance

/external/libopus/src/
Dopus_decoder.c69 int prev_mode; member
138 st->prev_mode = 0; in opus_decoder_init()
262 mode = st->prev_mode; in opus_decode_frame()
300 if (data!=NULL && st->prev_mode > 0 && ( in opus_decode_frame()
301 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy) in opus_decode_frame()
302 || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) in opus_decode_frame()
337 if (st->prev_mode==MODE_CELT_ONLY) in opus_decode_frame()
476 if (mode != st->prev_mode && st->prev_mode > 0 && !st->prev_redundancy) in opus_decode_frame()
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()
570 st->prev_mode = mode; in opus_decode_frame()
[all …]
Dopus_encoder.c91 int prev_mode; member
1124 if (st->prev_mode==MODE_CELT_ONLY) in opus_encode_native()
1146 if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1148 else if (st->prev_mode>0) in opus_encode_native()
1174 && st->mode != MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY) in opus_encode_native()
1183 if (st->prev_mode > 0 && in opus_encode_native()
1184 ((st->mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) || in opus_encode_native()
1185 (st->mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY))) in opus_encode_native()
1194 st->mode = st->prev_mode; in opus_encode_native()
1219 if (st->mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
[all …]
/external/opencv/cxcore/src/
Dcxerror.cpp317 int prev_mode = context->err_mode; in cvSetErrMode() local
319 return prev_mode; in cvSetErrMode()