Searched refs:best_count (Results 1 – 3 of 3) 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/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 | 4272 int best_count = -1, best_multiframe = -1, best_disposition = -1; local 4312 …== disposition && best_multiframe == multiframe && best_bitrate == bitrate && best_count >= count)) 4315 best_count = count;
|