Lines Matching refs:ti
53 int width = 0, height = 0, fd = -1, i, ti; in LLVMFuzzerTestOneInput() local
82 for (ti = 0; ti < NUMTESTS; ti++) { in LLVMFuzzerTestOneInput()
83 int flags = TJFLAG_FUZZING | TJFLAG_NOREALLOC, sum = 0, pf = tests[ti].pf; in LLVMFuzzerTestOneInput()
87 if (ti == 0) in LLVMFuzzerTestOneInput()
89 else if (ti == 1 || ti == 3) in LLVMFuzzerTestOneInput()
91 if (ti == 2 || ti == 3) in LLVMFuzzerTestOneInput()
95 if (ti == 1 || ti == 2) in LLVMFuzzerTestOneInput()
107 maxBufSize = tjBufSize(width, height, tests[ti].subsamp); in LLVMFuzzerTestOneInput()
112 tests[ti].subsamp))) == NULL) in LLVMFuzzerTestOneInput()
116 tests[ti].subsamp, flags) == 0 && in LLVMFuzzerTestOneInput()
117 tjCompressFromYUV(handle, yuvBuf, width, 1, height, tests[ti].subsamp, in LLVMFuzzerTestOneInput()
118 &dstBuf, &dstSize, tests[ti].quality, flags) == 0) { in LLVMFuzzerTestOneInput()