Lines Matching refs:BPS
34 0 + 0 * BPS, 4 + 0 * BPS, 8 + 0 * BPS, 12 + 0 * BPS,
35 0 + 4 * BPS, 4 + 4 * BPS, 8 + 4 * BPS, 12 + 4 * BPS,
36 0 + 8 * BPS, 4 + 8 * BPS, 8 + 8 * BPS, 12 + 8 * BPS,
37 0 + 12 * BPS, 4 + 12 * BPS, 8 + 12 * BPS, 12 + 12 * BPS,
39 0 + 0 * BPS, 4 + 0 * BPS, 0 + 4 * BPS, 4 + 4 * BPS, // U
40 8 + 0 * BPS, 12 + 0 * BPS, 8 + 4 * BPS, 12 + 4 * BPS // V
104 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
154 for (i = 0; i < 4; ++i, src += BPS, ref += BPS) { in FTransform()
224 memset(dst + j * BPS, value, size); in Fill()
232 for (j = 0; j < size; ++j) memcpy(dst + j * BPS, top, size); in VerticalPred()
243 memset(dst + j * BPS, left[j], size); in HorizontalPred()
262 dst += BPS; in TrueMotion()
337 #define DST(x, y) dst[(x) + (y) * BPS]
350 memcpy(dst + i * BPS, vals, 4); in VE4()
360 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J)); in HE4()
361 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K)); in HE4()
362 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(J, K, L)); in HE4()
363 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(K, L, L)); in HE4()
500 dst += BPS; in TM4()
535 a += BPS; in GetSSE()
536 b += BPS; in GetSSE()
567 for (i = 0; i < 4; ++i, in += BPS) { in TTransform()
607 for (y = 0; y < 16 * BPS; y += 4 * BPS) { in Disto16x16()
691 src += BPS; in Copy()
692 dst += BPS; in Copy()