Home
last modified time | relevance | path

Searched refs:MpegEncContext (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtypes.c18 struct MpegEncContext;
19 typedef struct MpegEncContext {int pb;} MpegEncContext; argument
20 static void test2(void) {MpegEncContext s; s.pb;} in test2()
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2007-05-15-InfiniteRecursion.ll16 …)*]*, [16 x void (i8*, i8*, i32)*]*, [4097 x i8]*, i8*, i32 (%struct.MpegEncContext*, i32*, i32*, …
17MpegEncContext = type { %struct.AVCodecContext*, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32,…
29 define float @ff_rate_estimate_qscale(%struct.MpegEncContext* %s, i32 %dry_run) {