Lines Matching defs:dst0
76 uint8_t *dst0[4];
116 dst0[0] = (uint8_t*)dst0_g;
117 dst0[1] = (uint8_t*)dst0_b;
118 dst0[2] = (uint8_t*)dst0_r;
119 dst0[3] = (uint8_t*)dst0_a;
166 memset(dst0[i], 0xFF, LARGEST_INPUT_SIZE * sizeof(int32_t));
172 alpha, dst0, dstW, 0);
177 if (memcmp(dst0[0], dst1[0], dstW * byte_size) ||
178 memcmp(dst0[1], dst1[1], dstW * byte_size) ||
179 memcmp(dst0[2], dst1[2], dstW * byte_size) ||
180 memcmp(dst0[3], dst1[3], dstW * byte_size) )