Searched refs:sizeh (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_chromanr.c | 44 int sizeh; member 95 const int sizeh = s->sizeh; \ 140 for (int yy = FFMAX(0, y - sizeh); yy <= FFMIN(y + sizeh, h - 1); yy += steph) { \ 247 { "sizeh", "set vertical size", OFFSET(sizeh), AV_OPT_TYPE_INT, {.i64=5}, 1, 100, VF },
|
H A D | vf_convolution.c | 647 const int sizeh = mode == MATRIX_COLUMN ? width : height; in filter_slice() local 649 const int slice_start = (sizeh * jobnr) / nb_jobs; in filter_slice() 650 const int slice_end = (sizeh * (jobnr+1)) / nb_jobs; in filter_slice()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 528 %define sizeh ch 697 EMIT_QWORD size, sizeb, sizeh, , , , , , .EFN ; insert code, flush put_buffer 730 EMIT_QWORD size, sizeb, sizeh, \ 751 EMIT_QWORD size, sizeb, sizeh, \
|
Completed in 5 milliseconds