Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dswscale_internal.h972 typedef struct SwsPlane struct
979 } SwsPlane; argument
994 SwsPlane plane[MAX_SLICE_PLANES]; ///< color planes
/third_party/ffmpeg/libswscale/x86/
Dswscale.c79 SwsPlane *lumPlane = &c->slice[c->numSlice-2].plane[0]; in ff_updateMMXDitherTables()
80 SwsPlane *chrUPlane = &c->slice[c->numSlice-2].plane[1]; in ff_updateMMXDitherTables()
81 SwsPlane *alpPlane = &c->slice[c->numSlice-2].plane[3]; in ff_updateMMXDitherTables()