Home
last modified time | relevance | path

Searched refs:SwsPlane (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
Dswscale_internal.h1054 typedef struct SwsPlane struct
1061 } SwsPlane; argument
1076 SwsPlane plane[MAX_SLICE_PLANES]; ///< color planes
/third_party/ffmpeg/libswscale/x86/
Dswscale.c71 SwsPlane *lumPlane = &c->slice[c->numSlice-2].plane[0]; in ff_updateMMXDitherTables()
72 SwsPlane *chrUPlane = &c->slice[c->numSlice-2].plane[1]; in ff_updateMMXDitherTables()
73 SwsPlane *alpPlane = &c->slice[c->numSlice-2].plane[3]; in ff_updateMMXDitherTables()