Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dilbcdec.c69 #define STATE_LEN 80 macro
775 diff = STATE_LEN - s->state_short_len; in decode_residual()
817 memset(mem, 0, (CB_MEML - STATE_LEN) * 2); in decode_residual()
818 memcpy(mem + CB_MEML - STATE_LEN, decresidual + (encbits->start - 1) * SUBL, STATE_LEN * 2); in decode_residual()