Searched refs:blocky (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Da64multienc.c47 int blockx, blocky, x, y; local
53 for (blocky = 0; blocky < C64YRES; blocky += 8) {
55 for (y = blocky; y < blocky + 8 && y < C64YRES; y++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Da64multienc.c70 int blockx, blocky, x, y; local
76 for (blocky = 0; blocky < C64YRES; blocky += 8) {
78 for (y = blocky; y < blocky + 8 && y < C64YRES; y++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fieldmatch.c99 int blockx, blocky; member in struct:__anon3393
147 { "blocky", "set the y-axis size of the window used during combed frame detection", OFFSET(blocky), AV_OPT_TYPE_INT, {.i64=16}, 4, 1<<9, FLAGS },
148 { "combpel", "set the number of combed pixels inside any of the blocky by blockx size blocks on the frame for the frame to be detected as combed", OFFSET(combpel), AV_OPT_TYPE_INT, {.i64=80}, 0, INT_MAX, FLAGS },
304 const int blocky = fm->blocky; local
306 const int yhalf = blocky/2;
313 const int yblocks = ((height+yhalf)/blocky) + 1;
316 int heighta = (height/(blocky/2))*(blocky/
[all...]
H A Dvf_decimate.c60 int blockx, blocky; member in struct:__anon3385
73 { "blocky", "set the size of the y-axis blocks used during metric calculations", OFFSET(blocky), AV_OPT_TYPE_INT, {.i64 = 32}, 4, 1<<9, FLAGS },
99 int hblocky = dm->blocky / 2;
245 dm->dupthresh = (int64_t)(((int64_t)max_value * dm->blockx * dm->blocky * dm->dupthresh_flt) / 100);
247 dm->nyblocks = (h + dm->blocky/2 - 1) / (dm->blocky/2);
287 (dm->blocky & (dm->blocky - 1))) {
288 av_log(ctx, AV_LOG_ERROR, "blockx and blocky setting
[all...]

Completed in 174 milliseconds