HomeSort by relevance Sort by last modified time
    Searched defs:prev_mode (Results 1 - 5 of 5) sorted by null

  /external/opencv/cxcore/src/
cxerror.cpp 317 int prev_mode = context->err_mode; local
319 return prev_mode;
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 69 int prev_mode; member in struct:OpusDecoder
138 st->prev_mode = 0;
262 mode = st->prev_mode;
300 if (data!=NULL && st->prev_mode > 0 && (
301 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy)
302 || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) )
337 if (st->prev_mode==MODE_CELT_ONLY)
476 if (mode != st->prev_mode && st->prev_mode > 0 && !st->prev_redundancy)
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy)
    [all...]
opus_encoder.c 91 int prev_mode; member in struct:OpusEncoder
    [all...]
  /external/libopus/src/
opus_decoder.c 69 int prev_mode; member in struct:OpusDecoder
138 st->prev_mode = 0;
262 mode = st->prev_mode;
300 if (data!=NULL && st->prev_mode > 0 && (
301 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy)
302 || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) )
337 if (st->prev_mode==MODE_CELT_ONLY)
476 if (mode != st->prev_mode && st->prev_mode > 0 && !st->prev_redundancy)
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy)
    [all...]
opus_encoder.c 91 int prev_mode; member in struct:OpusEncoder
    [all...]

Completed in 1122 milliseconds