W                1184 libavcodec/aacsbr.c                              float z[320], float W[2][32][32][2], int buf_idx)
W                1195 libavcodec/aacsbr.c         sbrdsp->qmf_post_shuffle(W[buf_idx][i], z);
W                1334 libavcodec/aacsbr.c                       float X_low[32][40][2], const float W[2][32][32][2],
W                1343 libavcodec/aacsbr.c             X_low[k][i][0] = W[buf_idx][i - t_HFGen][k][0];
W                1344 libavcodec/aacsbr.c             X_low[k][i][1] = W[buf_idx][i - t_HFGen][k][1];
W                1350 libavcodec/aacsbr.c             X_low[k][i][0] = W[buf_idx][i + i_f - t_HFGen][k][0];
W                1351 libavcodec/aacsbr.c             X_low[k][i][1] = W[buf_idx][i + i_f - t_HFGen][k][1];
W                1705 libavcodec/aacsbr.c                          sbr->data[ch].W, sbr->data[ch].Ypos);
W                1707 libavcodec/aacsbr.c                           (const float (*)[32][32][2]) sbr->data[ch].W,
W                  30 libavcodec/arm/sbrdsp_init_arm.c void ff_sbr_qmf_post_shuffle_neon(float W[32][2], const float *z);
W                  89 libavcodec/diracdsp.c #define DIRAC_WEIGHT(W)                                                 \
W                  90 libavcodec/diracdsp.c     static void weight_dirac_pixels ## W ## _c(uint8_t *block, int stride, int log2_denom, \
W                  94 libavcodec/diracdsp.c             for (x = 0; x < W; x++) {                                   \
W                 101 libavcodec/diracdsp.c     static void biweight_dirac_pixels ## W ## _c(uint8_t *dst, const uint8_t *src, int stride, int log2_denom, \
W                 105 libavcodec/diracdsp.c             for (x = 0; x < W; x++) {                                   \
W                  74 libavcodec/g726.c     const int16_t* W;         /**< special table #1 ;-) */
W                 257 libavcodec/g726.c     c->yu = av_clip(c->y + c->tbls.W[I] + ((-c->y)>>5), 544, 5120);
W                  32 libavcodec/h264dsp_template.c #define H264_WEIGHT(W) \
W                  33 libavcodec/h264dsp_template.c static void FUNCC(weight_h264_pixels ## W)(uint8_t *_block, int stride, int height, \
W                  44 libavcodec/h264dsp_template.c         if(W==2) continue; \
W                  47 libavcodec/h264dsp_template.c         if(W==4) continue; \
W                  52 libavcodec/h264dsp_template.c         if(W==8) continue; \
W                  63 libavcodec/h264dsp_template.c static void FUNCC(biweight_h264_pixels ## W)(uint8_t *_dst, uint8_t *_src, int stride, int height, \
W                  75 libavcodec/h264dsp_template.c         if(W==2) continue; \
W                  78 libavcodec/h264dsp_template.c         if(W==4) continue; \
W                  83 libavcodec/h264dsp_template.c         if(W==8) continue; \
W                 249 libavcodec/jpeglsdec.c                     W(dst, x, Ra);
W                 268 libavcodec/jpeglsdec.c                 W(dst, x, Ra);
W                 328 libavcodec/jpeglsdec.c         W(dst, x, pred);
W                 153 libavcodec/jpeglsenc.c                 W(cur, x, Ra);
W                 177 libavcodec/jpeglsenc.c                 W(cur, x, Ra);
W                 217 libavcodec/jpeglsenc.c                 W(cur, x, Ra);
W                  62 libavcodec/mips/aacsbr_mips.c                       float X_low[32][40][2], const float W[2][32][32][2],
W                  68 libavcodec/mips/aacsbr_mips.c     float *p_w = (float*)&W[buf_idx][0][0][0];
W                  70 libavcodec/mips/aacsbr_mips.c     float *p_w1 = (float*)&W[1-buf_idx][24][0][0];
W                  64 libavcodec/mips/aacsbr_mips.h                              float z[320], float W[2][32][32][2], int buf_idx)
W                 147 libavcodec/mips/aacsbr_mips.h         sbrdsp->qmf_post_shuffle(W[buf_idx][i], z);
W                 122 libavcodec/mips/sbrdsp_mips.c static void sbr_qmf_post_shuffle_mips(float W[32][2], const float *z)
W                 125 libavcodec/mips/sbrdsp_mips.c     float *W_ptr = (float *)W;
W                 764 libavcodec/ppc/h264dsp.c #define H264_WEIGHT(W) \
W                 765 libavcodec/ppc/h264dsp.c static void weight_h264_pixels ## W ## _altivec(uint8_t *block, int stride, int height, \
W                 768 libavcodec/ppc/h264dsp.c     weight_h264_W_altivec(block, stride, height, log2_denom, weight, offset, W); \
W                 770 libavcodec/ppc/h264dsp.c static void biweight_h264_pixels ## W ## _altivec(uint8_t *dst, uint8_t *src, int stride, int height, \
W                 773 libavcodec/ppc/h264dsp.c     biweight_h264_W_altivec(dst, src, stride, height, log2_denom, weightd, weights, offset, W); \
W                  91 libavcodec/sbr.h     float              W[2][32][32][2];
W                 120 libavcodec/sbr.h                       float X_low[32][40][2], const float W[2][32][32][2],
W                  80 libavcodec/sbrdsp.c static void sbr_qmf_post_shuffle_c(float W[32][2], const float *z)
W                  83 libavcodec/sbrdsp.c     union av_intfloat32 *Wi       = (union av_intfloat32*) W;
W                  31 libavcodec/sbrdsp.h     void (*qmf_post_shuffle)(float W[32][2], const float *z);
W                 157 libavcodec/x86/h264dsp_init.c #define H264_WEIGHT(W, OPT)                                             \
W                 158 libavcodec/x86/h264dsp_init.c void ff_h264_weight_ ## W ## _ ## OPT(uint8_t *dst, int stride,         \
W                 162 libavcodec/x86/h264dsp_init.c #define H264_BIWEIGHT(W, OPT)                                           \
W                 163 libavcodec/x86/h264dsp_init.c void ff_h264_biweight_ ## W ## _ ## OPT(uint8_t *dst, uint8_t *src,     \
W                 168 libavcodec/x86/h264dsp_init.c #define H264_BIWEIGHT_MMX(W)                    \
W                 169 libavcodec/x86/h264dsp_init.c     H264_WEIGHT(W, mmxext)                      \
W                 170 libavcodec/x86/h264dsp_init.c     H264_BIWEIGHT(W, mmxext)
W                 172 libavcodec/x86/h264dsp_init.c #define H264_BIWEIGHT_MMX_SSE(W)                \
W                 173 libavcodec/x86/h264dsp_init.c     H264_BIWEIGHT_MMX(W)                        \
W                 174 libavcodec/x86/h264dsp_init.c     H264_WEIGHT(W, sse2)                        \
W                 175 libavcodec/x86/h264dsp_init.c     H264_BIWEIGHT(W, sse2)                      \
W                 176 libavcodec/x86/h264dsp_init.c     H264_BIWEIGHT(W, ssse3)
W                 182 libavcodec/x86/h264dsp_init.c #define H264_WEIGHT_10(W, DEPTH, OPT)                                   \
W                 183 libavcodec/x86/h264dsp_init.c void ff_h264_weight_ ## W ## _ ## DEPTH ## _ ## OPT(uint8_t *dst,       \
W                 190 libavcodec/x86/h264dsp_init.c #define H264_BIWEIGHT_10(W, DEPTH, OPT)                                 \
W                 191 libavcodec/x86/h264dsp_init.c void ff_h264_biweight_ ## W ## _ ## DEPTH ## _ ## OPT(uint8_t *dst,     \
W                 200 libavcodec/x86/h264dsp_init.c #define H264_BIWEIGHT_10_SSE(W, DEPTH)          \
W                 201 libavcodec/x86/h264dsp_init.c     H264_WEIGHT_10(W, DEPTH, sse2)              \
W                 202 libavcodec/x86/h264dsp_init.c     H264_WEIGHT_10(W, DEPTH, sse4)              \
W                 203 libavcodec/x86/h264dsp_init.c     H264_BIWEIGHT_10(W, DEPTH, sse2)            \
W                 204 libavcodec/x86/h264dsp_init.c     H264_BIWEIGHT_10(W, DEPTH, sse4)
W                  61 libavcodec/x86/hevcdsp_init.c #define IDCT_FUNCS(W, opt) \
W                  62 libavcodec/x86/hevcdsp_init.c void ff_hevc_idct##W##_dc_8_##opt(int16_t *coeffs); \
W                  63 libavcodec/x86/hevcdsp_init.c void ff_hevc_idct##W##_dc_10_##opt(int16_t *coeffs); \
W                  64 libavcodec/x86/hevcdsp_init.c void ff_hevc_idct##W##_dc_12_##opt(int16_t *coeffs)
W                  74 libavcodec/x86/hevcdsp_init.c #define mc_rep_func(name, bitd, step, W, opt) \
W                  75 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_##name##W##_##bitd##_##opt(int16_t *_dst,                                                 \
W                  82 libavcodec/x86/hevcdsp_init.c     for (i = 0; i < W; i += step) {                                                                             \
W                  88 libavcodec/x86/hevcdsp_init.c #define mc_rep_uni_func(name, bitd, step, W, opt) \
W                  89 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_uni_##name##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride,                        \
W                  96 libavcodec/x86/hevcdsp_init.c     for (i = 0; i < W; i += step) {                                                                             \
W                 103 libavcodec/x86/hevcdsp_init.c #define mc_rep_bi_func(name, bitd, step, W, opt) \
W                 104 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_bi_##name##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, uint8_t *_src,          \
W                 112 libavcodec/x86/hevcdsp_init.c     for (i = 0; i < W ; i += step) {                                                                            \
W                 121 libavcodec/x86/hevcdsp_init.c #define mc_rep_funcs(name, bitd, step, W, opt)        \
W                 122 libavcodec/x86/hevcdsp_init.c     mc_rep_func(name, bitd, step, W, opt);            \
W                 123 libavcodec/x86/hevcdsp_init.c     mc_rep_uni_func(name, bitd, step, W, opt);        \
W                 124 libavcodec/x86/hevcdsp_init.c     mc_rep_bi_func(name, bitd, step, W, opt)
W                 126 libavcodec/x86/hevcdsp_init.c #define mc_rep_func2(name, bitd, step1, step2, W, opt) \
W                 127 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_##name##W##_##bitd##_##opt(int16_t *dst,                                                  \
W                 135 libavcodec/x86/hevcdsp_init.c #define mc_rep_uni_func2(name, bitd, step1, step2, W, opt) \
W                 136 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_uni_##name##W##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride,                         \
W                 145 libavcodec/x86/hevcdsp_init.c #define mc_rep_bi_func2(name, bitd, step1, step2, W, opt) \
W                 146 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_bi_##name##W##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, uint8_t *src,            \
W                 156 libavcodec/x86/hevcdsp_init.c #define mc_rep_funcs(name, bitd, step, W, opt)        \
W                 157 libavcodec/x86/hevcdsp_init.c     mc_rep_func(name, bitd, step, W, opt);            \
W                 158 libavcodec/x86/hevcdsp_init.c     mc_rep_uni_func(name, bitd, step, W, opt);        \
W                 159 libavcodec/x86/hevcdsp_init.c     mc_rep_bi_func(name, bitd, step, W, opt)
W                 161 libavcodec/x86/hevcdsp_init.c #define mc_rep_funcs2(name, bitd, step1, step2, W, opt) \
W                 162 libavcodec/x86/hevcdsp_init.c     mc_rep_func2(name, bitd, step1, step2, W, opt);     \
W                 163 libavcodec/x86/hevcdsp_init.c     mc_rep_uni_func2(name, bitd, step1, step2, W, opt); \
W                 164 libavcodec/x86/hevcdsp_init.c     mc_rep_bi_func2(name, bitd, step1, step2, W, opt)
W                 429 libavcodec/x86/hevcdsp_init.c #define mc_rep_uni_w(bitd, step, W, opt) \
W                 430 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_uni_w##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, int16_t *_src, \
W                 436 libavcodec/x86/hevcdsp_init.c     for (i = 0; i < W; i += step) {                                                                                     \
W                 465 libavcodec/x86/hevcdsp_init.c #define mc_rep_bi_w(bitd, step, W, opt) \
W                 466 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_bi_w##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, int16_t *_src, \
W                 474 libavcodec/x86/hevcdsp_init.c     for (i = 0; i < W; i += step) {                                                                                     \
W                 504 libavcodec/x86/hevcdsp_init.c #define mc_uni_w_func(name, bitd, W, opt) \
W                 505 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_uni_w_##name##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t _dststride,         \
W                 512 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width);     \
W                 513 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_uni_w##W##_##bitd##_##opt(_dst, _dststride, temp, height, denom, _wx, _ox);\
W                 562 libavcodec/x86/hevcdsp_init.c #define mc_bi_w_func(name, bitd, W, opt) \
W                 563 libavcodec/x86/hevcdsp_init.c void ff_hevc_put_hevc_bi_w_##name##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t _dststride,           \
W                 571 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_##name##W##_##bitd##_##opt(temp, _src, _srcstride, height, mx, my, width);      \
W                 572 libavcodec/x86/hevcdsp_init.c     ff_hevc_put_hevc_bi_w##W##_##bitd##_##opt(_dst, _dststride, temp, _src2,                         \
W                  36 libavcodec/x86/sbrdsp_init.c void ff_sbr_qmf_post_shuffle_sse(float W[32][2], const float *z);
W                 307 libavfilter/vsrc_life.c                 pos[W ][0] =                         i  ; pos[W ][1] = (j-1) < 0 ? life->w-1 : j-1;
W                 316 libavfilter/vsrc_life.c                 pos[W ][0] =                         i  ; pos[W ][1] = (j-1) < 0 ? -1        : j-1;
W                 327 libavfilter/vsrc_life.c                 (pos[W ][0] == -1 || pos[W ][1] == -1 ? 0 : oldbuf[pos[W ][0]*life->w + pos[W ][1]] == ALIVE_CELL) +
W                 350 libswscale/swscale-test.c     uint8_t *rgb_data   = av_malloc(W * H * 4);
W                 352 libswscale/swscale-test.c     int rgb_stride[4]   = { 4 * W, 0, 0, 0 };
W                 353 libswscale/swscale-test.c     uint8_t *data       = av_malloc(4 * W * H);
W                 354 libswscale/swscale-test.c     uint8_t *src[4]     = { data, data + W * H, data + W * H * 2, data + W * H * 3 };
W                 355 libswscale/swscale-test.c     int stride[4]       = { W, W, W, W };
W                 394 libswscale/swscale-test.c     sws = sws_getContext(W / 12, H / 12, AV_PIX_FMT_RGB32, W, H,
W                 400 libswscale/swscale-test.c         for (x = 0; x < W * 4; x++)
W                 401 libswscale/swscale-test.c             rgb_data[ x + y * 4 * W] = av_lfg_get(&rand);
W                 407 libswscale/swscale-test.c         res = fileTest(src, stride, W, H, fp, srcFormat, dstFormat);
W                 410 libswscale/swscale-test.c         selfTest(src, stride, W, H, srcFormat, dstFormat);
W                 693 libswscale/utils.c     int64_t W, V, Z, Cy, Cu, Cv;
W                 750 libswscale/utils.c     W = ROUNDED_DIV(ONE*ONE*ug, ub);
W                 752 libswscale/utils.c     Z = ONE*ONE-W-V;
W                 760 libswscale/utils.c     c->input_rgb2yuv_table[BY_IDX] = -ROUNDED_DIV((1 << RGB2YUV_SHIFT)*W        , Cy);
W                 764 libswscale/utils.c     c->input_rgb2yuv_table[BU_IDX] =  ROUNDED_DIV((1 << RGB2YUV_SHIFT)*(Z+W)    , Cu);
W                 768 libswscale/utils.c     c->input_rgb2yuv_table[BV_IDX] =  ROUNDED_DIV((1 << RGB2YUV_SHIFT)*W        , Cv);
W                 123 tests/rotozoom.c     char line[3 * W];
W                 136 tests/rotozoom.c         if (fread(line, 1, 3 * W, input_file) != 3 * W)
W                 138 tests/rotozoom.c         for (j = 0; j < W; j++) {
W                 139 tests/rotozoom.c             tab_r[W * i + j] = line[3 * j    ];
W                 140 tests/rotozoom.c             tab_g[W * i + j] = line[3 * j + 1];
W                 141 tests/rotozoom.c             tab_b[W * i + j] = line[3 * j + 2];