Searched refs:blockx (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
54 for (blockx = 0; blockx < C64XRES; blockx += 8) {
56 for (x = blockx; x < blockx + 8 && x < C64XRES; x += 2) {
/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
77 for (blockx = 0; blockx < C64XRES; blockx += 8) {
79 for (x = blockx; x < blockx + 8 && x < C64XRES; x += 2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_decimate.c60 int blockx, blocky; member in struct:__anon3385
72 { "blockx", "set the size of the x-axis blocks used during metric calculations", OFFSET(blockx), AV_OPT_TYPE_INT, {.i64 = 32}, 4, 1<<9, FLAGS },
98 int hblockx = dm->blockx / 2;
245 dm->dupthresh = (int64_t)(((int64_t)max_value * dm->blockx * dm->blocky * dm->dupthresh_flt) / 100);
246 dm->nxblocks = (w + dm->blockx/2 - 1) / (dm->blockx/2);
286 if ((dm->blockx & (dm->blockx - 1)) ||
288 av_log(ctx, AV_LOG_ERROR, "blockx an
[all...]
H A Dvf_fieldmatch.c99 int blockx, blocky; member in struct:__anon3393
146 { "blockx", "set the x-axis size of the window used during combed frame detection", OFFSET(blockx), 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 },
303 const int blockx = fm->blockx; local
305 const int xhalf = blockx/2;
311 const int xblocks = ((width+xhalf)/blockx) + 1;
317 const int widtha = (width /(blockx/2))*(blockx/
[all...]

Completed in 92 milliseconds