HomeSort by relevance Sort by last modified time
    Searched refs:mismatch_seen (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 194 unsigned int frame_out, int *mismatch_seen) {
198 if (*mismatch_seen) return;
212 *mismatch_seen = 1;
231 unsigned int *frame_out, int *mismatch_seen) {
272 testing_decode(ecodec, dcodec, *frame_out, mismatch_seen);
298 int mismatch_seen = 0; local
409 &frame_out, &mismatch_seen);
411 if (mismatch_seen) break;
415 if (!mismatch_seen)
417 &frame_out, &mismatch_seen)) {
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 884 int mismatch_seen; member in struct:stream_state
    [all...]

Completed in 66 milliseconds