Lines Matching refs:plane
108 * @param dest pointer to the output plane. For >8-bit
125 * @param dest pointer to output plane. For >8-bit
146 * @param dest pointer to the output plane. For >8-bit
172 * @param dest pointer to the output plane. For 16-bit output, this is
205 * @param dest pointer to the output plane. For 16-bit output, this is
243 * @param dest pointer to the output plane. For 16-bit output, this is
562 /// Unscaled conversion of luma plane to YV12 for horizontal scaler.
565 /// Unscaled conversion of alpha plane to YV12 for horizontal scaler.
651 /// Color range conversion function for luma plane if needed.
738 * where the second and third components (U & V) are on the same plane.
744 return (isPlanarYUV(pix_fmt) && desc->comp[1].plane == desc->comp[2].plane);
928 return desc->comp[1].plane > desc->comp[2].plane;
1002 static inline void fillPlane16(uint8_t *plane, int stride, int width, int height, int y,
1006 uint8_t *ptr = plane + stride * y;
1023 static inline void fillPlane32(uint8_t *plane, int stride, int width, int height, int y,
1027 uint8_t *ptr = plane + stride * y;
1053 /// Slice plane
1056 int available_lines; ///< max number of lines that can be hold by this plane
1076 SwsPlane plane[MAX_SLICE_PLANES]; ///< color planes