Home
last modified time | relevance | path

Searched refs:run_diff (Results 1 - 7 of 7) sorted by relevance

/third_party/popt/tests/
H A Dtestit.sh16 run_diff() { function
179 run_diff test3 "test3 - 1" test3-data/01.input test3-data/01.answer
180 run_diff test3 "test3 - 2" test3-data/02.input test3-data/02.answer
181 run_diff test3 "test3 - 3" test3-data/03.input test3-data/03.answer
/third_party/ffmpeg/libavcodec/
H A Dmsmpeg4enc.c83 int run_diff= intra ? 0 : 1; in get_size_of_code() local
99 run1 = run - rl->max_run[last][level] - run_diff; in get_size_of_code()
563 int code, run_diff, dc_pred_dir; in ff_msmpeg4_encode_block() local
575 run_diff = s->msmpeg4_version>=4; in ff_msmpeg4_encode_block()
581 run_diff = 0; in ff_msmpeg4_encode_block()
583 run_diff = 1; in ff_msmpeg4_encode_block()
630 run1 = run - rl->max_run[last][level] - run_diff; in ff_msmpeg4_encode_block()
H A Dmsmpeg4dec.c651 int level, i, last, run, run_diff; in ff_msmpeg4_decode_block() local
683 run_diff = s->msmpeg4_version >= 4; in ff_msmpeg4_decode_block()
704 run_diff = 0; in ff_msmpeg4_decode_block()
706 run_diff = 1; in ff_msmpeg4_decode_block()
780 i+= run + rl->max_run[run>>7][level/qmul] + run_diff; //FIXME opt indexing in ff_msmpeg4_decode_block()
/third_party/libabigail/tests/
H A Dtest-read-common.h138 run_diff();
H A Dtest-read-ctf.cc483 if (!(is_ok = run_diff())) in perform()
H A Dtest-read-common.cc130 test_task::run_diff() in run_diff() function in abigail::tests::read_common::test_task
H A Dtest-read-dwarf.cc652 if (!(is_ok = run_diff())) in perform()

Completed in 9 milliseconds