Home
last modified time | relevance | path

Searched refs:PIXEL_STRIDE (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dh264dsp.c36 #define PIXEL_STRIDE 16 macro
43 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 …]
Dhevc_sao.c36 #define PIXEL_STRIDE (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) //same with sao_edge src_stride macro
37 #define BUF_SIZE (PIXEL_STRIDE * (64+2) * 2) //+2 for top and bottom row, *2 for high bit depth
81 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()
Dvp8dsp.c32 #define PIXEL_STRIDE 16 macro
/third_party/openh264/test/encoder/
DEncUT_Sample.cpp141 #define PIXEL_STRIDE 32 macro
148 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()