Searched refs:PIXEL_STRIDE (Results 1 – 4 of 4) sorted by relevance
36 #define PIXEL_STRIDE 16 macro43 for (x = 0; x < PIXEL_STRIDE; x += 4) { \44 AV_WN32A(src + y * PIXEL_STRIDE + x, rnd() & mask); \45 AV_WN32A(dst + y * PIXEL_STRIDE + x, rnd() & mask); \49 coef[y * sz + x] = src[y * PIXEL_STRIDE + x] - \50 dst[y * PIXEL_STRIDE + x]; \53 ((uint16_t *)src)[y * (PIXEL_STRIDE/2) + x] - \54 ((uint16_t *)dst)[y * (PIXEL_STRIDE/2) + x]; \215 memcpy(dst0, dst, sz * PIXEL_STRIDE); in check_idct()216 memcpy(dst1, dst, sz * PIXEL_STRIDE); in check_idct()[all …]
36 #define PIXEL_STRIDE (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) //same with sao_edge src_stride macro37 #define BUF_SIZE (PIXEL_STRIDE * (64+2) * 2) //+2 for top and bottom row, *2 for high bit depth81 ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL; in check_sao_band()112 ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL; in check_sao_edge()113 int offset = (AV_INPUT_BUFFER_PADDING_SIZE + PIXEL_STRIDE)*SIZEOF_PIXEL; in check_sao_edge()
32 #define PIXEL_STRIDE 16 macro
141 #define PIXEL_STRIDE 32 macro148 m_iStrideA = rand() % 256 + PIXEL_STRIDE; in SetUp()149 m_iStrideB = rand() % 256 + PIXEL_STRIDE; in SetUp()535 m_iStrideA = m_iStrideB = PIXEL_STRIDE; in SetUp()