Home
last modified time | relevance | path

Searched refs:sizeh (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_chromanr.c44 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 Dvf_convolution.c647 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 Djchuff-sse2.asm528 %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