Home
last modified time | relevance | path

Searched refs:GEN (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dxface.c345 #define GEN(table) dst[h] ^= (table[k>>3]>>(7-(k&7)))&1 in ff_xface_generate_face() macro
350 case 1: GEN(g_22); break; in ff_xface_generate_face()
351 case 2: GEN(g_21); break; in ff_xface_generate_face()
352 default: GEN(g_20); break; in ff_xface_generate_face()
357 case 1: GEN(g_12); break; in ff_xface_generate_face()
358 case 2: GEN(g_11); break; in ff_xface_generate_face()
359 default: GEN(g_10); break; in ff_xface_generate_face()
364 case 1: GEN(g_42); break; in ff_xface_generate_face()
365 case 2: GEN(g_41); break; in ff_xface_generate_face()
366 default: GEN(g_4 in ff_xface_generate_face()
[all...]
/third_party/ffmpeg/tests/fate/
H A Dhlsenc.mak1 tests/data/live_no_endlist.m3u8: TAG = GEN
15 tests/data/live_last_endlist.m3u8: TAG = GEN
30 tests/data/live_endlist.m3u8: TAG = GEN
44 tests/data/hls_segment_size.m3u8: TAG = GEN
55 tests/data/hls_segment_single.m3u8: TAG = GEN
66 tests/data/hls_init_time.m3u8: TAG = GEN
77 tests/data/hls_list_size.m3u8: TAG = GEN
88 tests/data/hls_fmp4.m3u8: TAG = GEN
100 tests/data/hls_fmp4_ac3.m3u8: TAG = GEN
H A Dsegment.mak1 tests/data/mp4-to-ts.m3u8: TAG = GEN
8 tests/data/adts-to-mkv.m3u8: TAG = GEN
15 tests/data/adts-to-mkv-header.mkv: TAG = GEN
27 tests/data/adts-to-mkv-cated-all.mkv: TAG = GEN
31 tests/data/adts-to-mkv-cated-%.mkv: TAG = GEN
H A Dhap.mak50 tests/data/hapq_nosnappy.mov: TAG = GEN
56 tests/data/hapalphaonly_nosnappy.mov: TAG = GEN
H A Dfits.mak1 tests/data/fits-multi.fits: TAG = GEN
H A Dhevc.mak215 tests/data/hevc-mp4.mov: TAG = GEN
H A Dffmpeg.mak150 tests/data/audio_shorter_than_video.nut: TAG = GEN
H A Dfilter-audio.mak207 tests/data/hls-list.m3u8: TAG = GEN
217 tests/data/hls-list-append.m3u8: TAG = GEN
H A Dfilter-video.mak524 tests/pixfmts.mak: TAG = GEN
/third_party/gn/src/gn/
H A Dfilesystem_utils_unittest.cc674 GetBuildDirAsSourceDir(default_context, BuildDirType::GEN).value()); in TEST()
685 GetBuildDirAsOutputFile(default_context, BuildDirType::GEN).value()); in TEST()
701 GetBuildDirAsSourceDir(other_context, BuildDirType::GEN).value()); in TEST()
710 GetBuildDirAsOutputFile(other_context, BuildDirType::GEN).value()); in TEST()
730 BuildDirType::GEN) in TEST()
740 BuildDirType::GEN) in TEST()
755 other_context, SourceDir("//"), BuildDirType::GEN) in TEST()
765 BuildDirType::GEN) in TEST()
775 BuildDirType::GEN) in TEST()
784 BuildDirType::GEN) in TEST()
[all...]
H A Dscope_per_file_provider.cc98 BuildDirContext(scope_), BuildDirType::GEN))); in GetRootGenDir()
116 scope_, BuildDirType::GEN))); in GetTargetGenDir()
H A Dsubstitution_writer.cc372 BuildDirContext(settings), source.GetDir(), BuildDirType::GEN));
443 GetBuildDirAsOutputFile(BuildDirContext(target), BuildDirType::GEN)
451 GetBuildDirForTargetAsOutputFile(target, BuildDirType::GEN).value(),
H A Dfilesystem_utils.h221 GEN, member in BuildDirType
H A Dfunction_get_path_info.cc95 DirForInput(settings, current_dir, input, err), BuildDirType::GEN)); in GetOnePathInfo()
H A Drust_project_writer.cc198 auto gen_dir = GetBuildDirForTargetAsOutputFile(target, BuildDirType::GEN); in AddTarget()
H A Dfilesystem_utils.cc1049 if (type == BuildDirType::GEN) in GetBuildDirAsOutputFile()
/third_party/ltp/lib/
H A DMakefile31 @echo GEN ltp-version.h
/third_party/ltp/tools/sparse/sparse-src/
H A DMakefile276 echo " GEN $@"; \
/third_party/python/Modules/
H A Dgcmodule.c142 #define INIT_HEAD(GEN) \ in _PyGC_InitState()
144 GEN.head._gc_next = (uintptr_t)&GEN.head; \ in _PyGC_InitState()
145 GEN.head._gc_prev = (uintptr_t)&GEN.head; \ in _PyGC_InitState()
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak145 %.c %.h %.pc %.ver %.version: TAG = GEN
/third_party/ffmpeg/tests/
H A DMakefile63 tests/data/%.sw tests/data/asynth% tests/data/vsynth%.yuv tests/vsynth%/00.pgm tests/data/%.nut: TAG = GEN
305 $(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(TARGET_SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' '$(THREADS)' '$(THREAD_TYPE)' '$(CPUFLAGS)' '$(CMP_SHIFT)' '$(CMP_TARGET)' '$(SIZE_TOLERANCE)' '$(CMP_UNIT)' '$(GEN)' '$(HWACCEL)' '$(REPORT)' '$(KEEP_FILES)'

Completed in 24 milliseconds