Searched refs:hqx (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_hqx.c | 56 AVFILTER_DEFINE_CLASS(hqx); 476 HQXContext *hqx = ctx->priv; in config_output() local 479 outlink->w = inlink->w * hqx->n; in config_output() 480 outlink->h = inlink->h * hqx->n; in config_output() 491 HQXContext *hqx = ctx->priv; in filter_frame() local 504 td.rgbtoyuv = hqx->rgbtoyuv; in filter_frame() 505 …ctx->internal->execute(ctx, hqx->func, &td, NULL, FFMIN(inlink->h, ff_filter_get_nb_threads(ctx))); in filter_frame() 513 HQXContext *hqx = ctx->priv; in init() local 528 hqx->rgbtoyuv[c] = ((y++) << 16) + (u << 8) + v; in init() 534 hqx->func = hqxfuncs[hqx->n - 2]; in init()
|
/third_party/ffmpeg/tests/fate/ |
D | canopus.mak | 34 fate-canopus-hqx: $(FATE_CANOPUS_HQX)
|
D | filter-video.mak | 426 … framecrc -i $(TARGET_SAMPLES)/filter/pixelart%d.png -vf scale,format=rgb32,hqx=2,scale,format=bgra 427 … framecrc -i $(TARGET_SAMPLES)/filter/pixelart%d.png -vf scale,format=rgb32,hqx=3,scale,format=bgra 428 … framecrc -i $(TARGET_SAMPLES)/filter/pixelart%d.png -vf scale,format=rgb32,hqx=4,scale,format=bgra 429 fate-filter-hqx: $(FATE_FILTER_HQX-yes)
|
/third_party/ffmpeg/libavcodec/ |
D | Makefile | 412 OBJS-$(CONFIG_HQX_DECODER) += hqx.o hqxvlc.o hqxdsp.o canopus.o
|
/third_party/python/Lib/test/ |
D | mime.types | 91 application/mac-binhex40 hqx
|
/third_party/ffmpeg/ |
D | BUILD.gn | 524 # "//third_party/ffmpeg/libavcodec/hqx.c",
|
D | Changelog | 905 - hqx filter (hq2x, hq3x, hq4x)
|
/third_party/cups-filters/cupsfilters/ |
D | image.pgm | 358 …!$;Scclrw��xR2IA)39@IQ[gohZPND3(&ZdeZSW^`R<-//,9Oy���rqqhWGh{��a]`hqx}tT4/%%3@GSPMH?2!…
|
/third_party/rust/crates/regex/bench/src/data/ |
D | 1MB.txt | 14005 hqx
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 13217 @section hqx
|