Lines Matching defs:slice
368 struct SwsSlice *slice;
429 int dstY; ///< Last destination vertical line output from last slice.
1064 * Struct which defines a slice of an image to be scaled or an output for
1065 * a scaled slice.
1066 * A slice can also be used as intermediate ring buffer for scaling steps.
1073 int is_ring; ///< flag to identify if this slice is a ring buffer
1080 * Struct which holds all necessary data for processing a slice.
1085 SwsSlice *src; ///< Source slice
1086 SwsSlice *dst; ///< Output slice
1091 /// Function for processing input slice sliceH lines starting from line sliceY
1095 // warp input lines in the form (src + width*i + j) to slice format (line[i][j])
1106 function for applying ring buffer logic into slice s
1107 It checks if the slice can hold more @lum lines, if yes