Home | History | Annotate | Download | only in dec

Lines Matching refs:eos_

703   while (!br->eos_ && src < src_end) {                                         \
787 eos_ && src < src_end)) { \
790 (!br->eos_) ? VP8_STATUS_BITSTREAM_ERROR : VP8_STATUS_SUSPENDED; \
1041 // If not enough data (br.eos_) resulted in BIT_STREAM_ERROR, update the
1043 if (dec->status_ == VP8_STATUS_BITSTREAM_ERROR && dec->br_.eos_) {