MAX_FILTER_SIZE 35 libavfilter/af_dynaudnorm.c #define FF_BUFQUEUE_SIZE (MAX_FILTER_SIZE + 1) MAX_FILTER_SIZE 345 libavfilter/af_dynaudnorm.c s->weights = av_malloc_array(MAX_FILTER_SIZE, sizeof(*s->weights)); MAX_FILTER_SIZE 346 libavfilter/af_dynaudnorm.c s->is_enabled = cqueue_create(s->filter_size, MAX_FILTER_SIZE); MAX_FILTER_SIZE 357 libavfilter/af_dynaudnorm.c s->gain_history_original[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); MAX_FILTER_SIZE 358 libavfilter/af_dynaudnorm.c s->gain_history_minimum[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); MAX_FILTER_SIZE 359 libavfilter/af_dynaudnorm.c s->gain_history_smoothed[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); MAX_FILTER_SIZE 360 libavfilter/af_dynaudnorm.c s->threshold_history[c] = cqueue_create(s->filter_size, MAX_FILTER_SIZE); MAX_FILTER_SIZE 220 libswscale/ppc/swscale_vsx.c vec_s16 vfilter[MAX_FILTER_SIZE], vin; MAX_FILTER_SIZE 352 libswscale/ppc/swscale_vsx.c vec_s32 vfilter[MAX_FILTER_SIZE]; MAX_FILTER_SIZE 541 libswscale/ppc/swscale_vsx.c vec_s16 vlumFilter[MAX_FILTER_SIZE], vchrFilter[MAX_FILTER_SIZE]; MAX_FILTER_SIZE 1437 libswscale/ppc/swscale_vsx.c vec_s16 vlumFilter[MAX_FILTER_SIZE], vchrFilter[MAX_FILTER_SIZE]; MAX_FILTER_SIZE 450 libswscale/swscale_internal.h #define CHR_MMX_FILTER_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE) MAX_FILTER_SIZE 451 libswscale/swscale_internal.h #define DSTW_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2" MAX_FILTER_SIZE 452 libswscale/swscale_internal.h #define ESP_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+8" MAX_FILTER_SIZE 453 libswscale/swscale_internal.h #define VROUNDER_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+16" MAX_FILTER_SIZE 454 libswscale/swscale_internal.h #define U_TEMP "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+24" MAX_FILTER_SIZE 455 libswscale/swscale_internal.h #define V_TEMP "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+32" MAX_FILTER_SIZE 456 libswscale/swscale_internal.h #define Y_TEMP "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+40" MAX_FILTER_SIZE 457 libswscale/swscale_internal.h #define ALP_MMX_FILTER_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+48" MAX_FILTER_SIZE 458 libswscale/swscale_internal.h #define UV_OFF_PX "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*3+48" MAX_FILTER_SIZE 459 libswscale/swscale_internal.h #define UV_OFF_BYTE "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*3+56" MAX_FILTER_SIZE 460 libswscale/swscale_internal.h #define DITHER16 "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*3+64" MAX_FILTER_SIZE 461 libswscale/swscale_internal.h #define DITHER32 "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*3+80" MAX_FILTER_SIZE 462 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 476 libswscale/swscale_internal.h int32_t lumMmxFilter[4 * MAX_FILTER_SIZE]; MAX_FILTER_SIZE 477 libswscale/swscale_internal.h int32_t chrMmxFilter[4 * MAX_FILTER_SIZE]; MAX_FILTER_SIZE 484 libswscale/swscale_internal.h int32_t alpMmxFilter[4 * MAX_FILTER_SIZE]; MAX_FILTER_SIZE 615 libswscale/utils.c if (filterSize >= MAX_FILTER_SIZE * 16 /