Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
H A Dvp8dsp.c179 int blocky = 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
215 for (blocky = 0; blocky < 4; blocky++) { 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 * in check_luma_dc_wht()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_decimate.c62 int blockx, blocky; member
75 { "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 },
101 int hblocky = dm->blocky / 2; in calc_diffs()
324 (dm->blocky & (dm->blocky - 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()
385 dm->nyblocks = (h + dm->blocky/2 - 1) / (dm->blocky/ in config_output()
[all...]
H A Dvf_fieldmatch.c101 int blockx, blocky; member
149 { "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 },
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 },
306 const int blocky = fm->blocky; in calc_combed_score() local
308 const int yhalf = blocky/2; in calc_combed_score()
315 const int yblocks = ((height+yhalf)/blocky) + 1; in calc_combed_score()
318 int heighta = (height/(blocky/2))*(blocky/ in calc_combed_score()
[all...]
/third_party/ffmpeg/libavcodec/
H A Da64multienc.c75 int blockx, blocky, x, y; in to_meta_with_crop() local
81 for (blocky = 0; blocky < C64YRES; blocky += 8) { in to_meta_with_crop()
83 for (y = blocky; y < blocky + 8 && y < C64YRES; y++) { in to_meta_with_crop()

Completed in 5 milliseconds