Searched refs:blockx (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | vp8dsp.c | 178 int blockx = 4 * (i % w); in check_idct_dc4() local 180 randomize_buffers(src + stride * blocky + blockx, dst + stride * blocky + blockx, stride, coef[i]); in check_idct_dc4() 210 int blockx, blocky; in check_luma_dc_wht() local 216 for (blockx = 0; blockx < 4; blockx++) { in check_luma_dc_wht() 218 randomize_buffers(src, dst, 4, block[blocky][blockx]); in check_luma_dc_wht() 220 dct4x4(block[blocky][blockx]); in check_luma_dc_wht() 221 dc[blocky * 4 + blockx] in check_luma_dc_wht() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_decimate.c | 62 int blockx, blocky; member 74 { "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 }, 100 int hblockx = dm->blockx / 2; in calc_diffs() 323 if ((dm->blockx & (dm->blockx - 1)) || in decimate_init() 325 av_log(ctx, AV_LOG_ERROR, "blockx and blocky settings must be power of two\n"); in decimate_init() 383 dm->dupthresh = (int64_t)(((int64_t)max_value * dm->blockx * dm->blocky * dm->dupthresh_flt) / 100); in config_output() 384 dm->nxblocks = (w + dm->blockx/2 - 1) / (dm->blockx/ in config_output() [all...] |
H A D | vf_fieldmatch.c | 101 int blockx, blocky; member 148 { "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 }, 150 { "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 }, 305 const int blockx = fm->blockx; in calc_combed_score() local 307 const int xhalf = blockx/2; in calc_combed_score() 313 const int xblocks = ((width+xhalf)/blockx) + 1; in calc_combed_score() 319 const int widtha = (width /(blockx/2))*(blockx/ in calc_combed_score() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | a64multienc.c | 75 int blockx, blocky, x, y; in to_meta_with_crop() local 82 for (blockx = 0; blockx < C64XRES; blockx += 8) { in to_meta_with_crop() 84 for (x = blockx; x < blockx + 8 && x < C64XRES; x += 2) { in to_meta_with_crop()
|
Completed in 4 milliseconds