Searched refs:best_count (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | svq1enc.c | 94 int count, y, x, i, j, split, best_mean, best_score, best_count; in encode_block() local 138 best_count = 0; in encode_block() 179 best_count = count; in encode_block() 213 av_assert1(best_count >= 0 && best_count < 7); in encode_block() 214 av_assert1(level < 4 || best_count == 0); in encode_block() 218 multistage_vlc[1 + best_count][1], in encode_block() 219 multistage_vlc[1 + best_count][0]); in encode_block() 223 for (i = 0; i < best_count; i++) { in encode_block() 231 block[best_count][x + w * y] + in encode_block()
|
/third_party/e2fsprogs/misc/ |
D | e4defrag.c | 161 int best_count; /* the best file's extents count */ member 1261 frag_rank[j].best_count = in file_statistic() 1262 frag_rank[j - 1].best_count; in file_statistic() 1273 frag_rank[i].best_count = best_ext_count; in file_statistic() 1907 frag_rank[j].best_count, in main() 1918 frag_rank[j].best_count, in main()
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctions.c | 1226 gint best_count = 0; in aac_type_find() local 1356 if (count >= 3 && count > best_count) { in aac_type_find() 1362 best_count = count; in aac_type_find()
|
/third_party/ffmpeg/libavformat/ |
D | utils.c | 4270 int best_count = -1, best_multiframe = -1, best_disposition = -1; local 4310 …== disposition && best_multiframe == multiframe && best_bitrate == bitrate && best_count >= count)) 4313 best_count = count;
|