Home
last modified time | relevance | path

Searched refs:cpu_flag (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c282 int cpu_flag; member
590 int old_cpu_flag = state.cpu_flag; in check_cpu_flag()
594 state.cpu_flag = flag & av_get_cpu_flags(); in check_cpu_flag()
595 av_force_cpu_flags(state.cpu_flag); in check_cpu_flag()
597 if (!flag || state.cpu_flag != old_cpu_flag) { in check_cpu_flag()
776 v->cpu = state.cpu_flag; in checkasm_check_func()
779 if (state.cpu_flag) in checkasm_check_func()
843 } else if (!state.cpu_flag) { in checkasm_report()
/third_party/ffmpeg/libavcodec/tests/
Ddct.c57 int cpu_flag; member
514 if (!(~cpu_flags & idct_tab_arch[i].cpu_flag)) in main()
523 if (!(~cpu_flags & fdct_tab_arch[i].cpu_flag)) in main()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.h87 CComplexityAnalysisScreen (int32_t cpu_flag);