Lines Matching defs:width
110 * @param dstW width of destination in pixels
127 * @param dstW width of destination pixels
148 * @param dstW width of chroma planes
174 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
207 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
245 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
279 * @param dstW width of lumSrc and alpSrc in pixels, number of pixels
398 * for (i = 0; i < width; i++) {
564 int width, uint32_t *pal);
567 int width, uint32_t *pal);
571 int width, uint32_t *pal);
578 void (*readLumPlanar)(uint8_t *dst, const uint8_t *src[4], int width, int32_t *rgb2yuv);
580 int width, int32_t *rgb2yuv);
581 void (*readAlpPlanar)(uint8_t *dst, const uint8_t *src[4], int width, int32_t *rgb2yuv);
591 * by more than ~20% in width (because that equals more than 5/4th
619 * will be 15 bpc in 16 bits (int16_t) width. Else (i.e.
621 * 32 bits (int32_t) width.
622 * @param dstW width of destination image
625 * is 8, this is 8bpc in 8 bits (uint8_t) width. Else
627 * in 16 bits (uint16_t) width. In other words, for 9-bit
652 void (*lumConvertRange)(int16_t *dst, int width);
654 void (*chrConvertRange)(int16_t *dst1, int16_t *dst2, int width);
1002 static inline void fillPlane16(uint8_t *plane, int stride, int width, int height, int y,
1010 for (j = 0; j < width; j++) {\
1023 static inline void fillPlane32(uint8_t *plane, int stride, int width, int height, int y,
1037 for (j = 0; j < width; j++) {\
1070 int width; ///< Slice line width
1095 // warp input lines in the form (src + width*i + j) to slice format (line[i][j])