FFmpeg
Loading...
Searching...
No Matches
SwsLinearOp Struct Reference

#include <ops.h>

Data Fields

AVRational64 m [4][5]
 Generalized 5x5 affine transformation: [ Out.x ] = [ A B C D E ] [ Out.y ] = [ F G H I J ] * [ x y z w 1 ] [ Out.z ] = [ K L M N O ] [ Out.w ] = [ P Q R S T ].
 

Detailed Description

Definition at line 192 of file ops.h.

Field Documentation

◆ m

AVRational64 SwsLinearOp::m[4][5]

Generalized 5x5 affine transformation: [ Out.x ] = [ A B C D E ] [ Out.y ] = [ F G H I J ] * [ x y z w 1 ] [ Out.z ] = [ K L M N O ] [ Out.w ] = [ P Q R S T ].

Definition at line 200 of file ops.h.

Referenced by ff_sws_op_list_optimize().


The documentation for this struct was generated from the following file: