Lines Matching defs:src
37 const uint16_t *src = (uint16_t *)avpkt->data;
59 u[ j ] = src[4 * j ] << 2 | src[4 * j ] >> 14;
60 y[2 * j ] = src[4 * j + 1] << 2 | src[4 * j + 1] >> 14;
61 v[ j ] = src[4 * j + 2] << 2 | src[4 * j + 2] >> 14;
62 y[2 * j + 1] = src[4 * j + 3] << 2 | src[4 * j + 3] >> 14;
68 src += aligned_width << 1;