MAX_FILTER_SIZE   432 libswscale/swscale_internal.h #define CHR_MMX_FILTER_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)
MAX_FILTER_SIZE   433 libswscale/swscale_internal.h #define DSTW_OFFSET           "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2"
MAX_FILTER_SIZE   434 libswscale/swscale_internal.h #define ESP_OFFSET            "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+8"
MAX_FILTER_SIZE   435 libswscale/swscale_internal.h #define VROUNDER_OFFSET       "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+16"
MAX_FILTER_SIZE   436 libswscale/swscale_internal.h #define U_TEMP                "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+24"
MAX_FILTER_SIZE   437 libswscale/swscale_internal.h #define V_TEMP                "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+32"
MAX_FILTER_SIZE   438 libswscale/swscale_internal.h #define Y_TEMP                "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+40"
MAX_FILTER_SIZE   439 libswscale/swscale_internal.h #define ALP_MMX_FILTER_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+48"
MAX_FILTER_SIZE   440 libswscale/swscale_internal.h #define UV_OFF_PX             "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*3+48"
MAX_FILTER_SIZE   441 libswscale/swscale_internal.h #define UV_OFF_BYTE           "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*3+56"
MAX_FILTER_SIZE   442 libswscale/swscale_internal.h #define DITHER16              "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*3+64"
MAX_FILTER_SIZE   443 libswscale/swscale_internal.h #define DITHER32              "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*3+80"
MAX_FILTER_SIZE   444 libswscale/swscale_internal.h #define DITHER32_INT          (11*8+4*4*MAX_FILTER_SIZE*3+80) // value equal to above, used for checking that the struct hasn't been changed by mistake
MAX_FILTER_SIZE   458 libswscale/swscale_internal.h     int32_t lumMmxFilter[4 * MAX_FILTER_SIZE];
MAX_FILTER_SIZE   459 libswscale/swscale_internal.h     int32_t chrMmxFilter[4 * MAX_FILTER_SIZE];
MAX_FILTER_SIZE   466 libswscale/swscale_internal.h     int32_t alpMmxFilter[4 * MAX_FILTER_SIZE];
MAX_FILTER_SIZE   573 libswscale/utils.c     if (filterSize >= MAX_FILTER_SIZE * 16 /