Searched refs:log2_count (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_uspp.c | 44 int log2_count; member 65 …{ "quality", "set quality", OFFSET(log2_count), AV_OPT_TYPE_INT,… 191 const int count = 1<<p->log2_count; in filter() 291 8-p->log2_count); in filter() 349 for (i = 0; i < (1<<uspp->log2_count); i++) { in config_input() 415 if (uspp->log2_count && !ctx->is_disabled) { in filter_frame() 469 for (i = 0; i < (1 << uspp->log2_count); i++) in uninit()
|
D | vf_spp.c | 73 …{ "quality", "set quality", OFFSET(log2_count), AV_OPT_TYPE_INT, {.i64 = 3}, 0, MAX_LEVEL, TFLAGS … 256 const int count = 1 << p->log2_count; in filter() 311 FFMIN(8, height + 8 - y), MAX_LEVEL - p->log2_count, in filter() 316 FFMIN(8, height + 8 - y), MAX_LEVEL - p->log2_count, in filter() 402 if (s->log2_count && !ctx->is_disabled) { in filter_frame() 460 s->log2_count = MAX_LEVEL; in process_command() 462 s->log2_count = av_clip(strtol(args, NULL, 10), 0, MAX_LEVEL); in process_command()
|
D | vf_fspp.c | 50 …{ "quality", "set quality", OFFSET(log2_count), AV_OPT_TYPE_INT,… 159 const int step = 6 - p->log2_count; in filter() 232 dst_stride, stride, width, 8, 5 - p->log2_count); in filter() 235 dst_stride, stride, width, 8, 5 - p->log2_count); in filter() 242 dst_stride, stride, width, y&7, 5 - p->log2_count); in filter() 245 dst_stride, stride, width, y&7, 5 - p->log2_count); in filter() 594 if (fspp->log2_count && !ctx->is_disabled) { in filter_frame()
|
D | vf_spp.h | 33 int log2_count; member
|
D | vf_fspp.h | 58 int log2_count; member
|