Searched refs:find_best (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
H A D | pixfmt_best.c | 42 static enum AVPixelFormat find_best(enum AVPixelFormat pixfmt) in find_best() function 58 output = find_best(input); \ in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | nellymoserenc.c | 204 #define find_best(val, table, LUT, LUT_add, LUT_size) \ macro 216 find_best(cand[0], ff_nelly_init_table, sf_lut, -20, 96); in get_exponent_greedy() 222 find_best(power_candidate, ff_nelly_delta_table, sf_delta_lut, 37, 78); in get_exponent_greedy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 71 /// The possible results of the Predicate function used by find_best. 111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best() function 495 find_best(Sorted.begin(), Sorted.end(), in sortRelocs()
|
Completed in 3 milliseconds