Searched refs:mismatch_seen (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c765 int mismatch_seen; member in struct:stream_state
1647 if (global->test_decode != TEST_DECODE_OFF && !stream->mismatch_seen) {
1655 stream->mismatch_seen = stream->frames_out + 1;
1852 if (stream->mismatch_seen)
1920 stream->mismatch_seen = stream->frames_out;
2303 FOREACH_STREAM(res |= stream->mismatch_seen);
2334 if (stream->mismatch_seen) {
2336 stream->mismatch_seen);
/external/libvpx/libvpx/
H A Dvpxenc.c635 int mismatch_seen; member in struct:stream_state
1370 if (global->test_decode != TEST_DECODE_OFF && !stream->mismatch_seen) {
1378 stream->mismatch_seen = stream->frames_out + 1;
1442 if (stream->mismatch_seen)
1486 stream->mismatch_seen = stream->frames_out;
1774 FOREACH_STREAM(res |= stream->mismatch_seen);
1801 if (stream->mismatch_seen) {
1803 stream->mismatch_seen);

Completed in 2323 milliseconds