Lines Matching refs:fastpath
61279 video-converter: activate scaler fastpath depending on method
61280 Only activate the scaler fastpath for x2 up and downscale when the
61331 video-converter: disable fastpath when scaling and gamma
61332 Disable the fastpath when scaling and doing gamma remap.
61767 Also fastpath GRAY16_OE in nearest neighbour.
61768 configure parameters correctly for packed fastpath.
61857 video-converter: add fastpath for NV formats
62002 Don't forget to draw the border after doing the fastpath conversion.
62092 video-converter: add support for borders in scale fastpath
62127 video-converter: disable fastpath for crop and border
62128 Add crop and border properties to the fastpath table and only select
62129 fastpath functions when it can handle the cropping or borders.
62136 video-converter: add fastpath for some gray formats
62142 video-converter: add fastpath for some more RGB formats
62143 Add fastpath for RGB and BGR.
62144 Add fastpath for nearest resampling for RGB15 and RGB16 formats.
62483 video-converter: add fastpath for planar scaling
64073 video-converter: use err line in fastpath
64074 Use the error line for temporary storage in the fastpath so that we
64276 Simplify the fastpath table, remove unused fields, add some more checks.
70704 for all matrices. This enables more and faster fastpath conversions.
72566 videoconvert: disable fastpath for odd width on some formats
72595 Some of the fastpath function can only work with aligned widht/height
72596 so make sure we check this as well when choosing a fastpath.
72597 Add fastpath for I420/YV12 -> BGRx
72643 videoconvert: also allocate temp lines in fastpath
72644 Some of the fastpath functions need tmplines, so make sure we allocate some in
72645 the fastpath too.
77153 videoconvert: interlace support to some fastpath functions
77154 Add interlace support for some fastpath functions.
93900 videoconvert: fix odd width and height handling in some fastpath cases