Home
last modified time | relevance | path

Searched refs:numpixels (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_colorconstancy.c327 const int64_t numpixels = width * (int64_t)height; in slice_normalize() local
328 const int slice_start = (numpixels * jobnr ) / nb_jobs; in slice_normalize()
329 const int slice_end = (numpixels * (jobnr+1)) / nb_jobs; in slice_normalize()
602 const int64_t numpixels = width * (int64_t)height; in diagonal_transformation() local
603 const int slice_start = (numpixels * jobnr) / nb_jobs; in diagonal_transformation()
604 const int slice_end = (numpixels * (jobnr+1)) / nb_jobs; in diagonal_transformation()
Dvf_gblur.c111 const int numpixels = width * height; in do_vertical_columns() local
121 for (i = width; i < numpixels; i += width) { in do_vertical_columns()
126 i = numpixels - width; in do_vertical_columns()
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_draw.h377 int i, deltax, deltay, numpixels; \
386 numpixels = deltax + 1; \
395 numpixels = deltay + 1; \
418 --numpixels; \
420 for (i = 0; i < numpixels; ++i) { \