Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
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()
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/
Dtest-read-common.h138 run_diff();
Dtest-read-ctf.cc483 if (!(is_ok = run_diff())) in perform()
Dtest-read-common.cc130 test_task::run_diff() in run_diff() function in abigail::tests::read_common::test_task
Dtest-read-dwarf.cc652 if (!(is_ok = run_diff())) in perform()
/third_party/popt/tests/
Dtestit.sh17 run_diff() { function
/third_party/libabigail/
DChangeLog2959 * tests/test-read-common.h (test_task::run_diff): Likewise.