w4 322 libavcodec/cfhd.c int w8, h8, w4, h4, w2, h2; w4 334 libavcodec/cfhd.c w4 = w8 * 2; w4 336 libavcodec/cfhd.c w2 = w4 * 2; w4 350 libavcodec/cfhd.c s->plane[i].subband[4] = s->plane[i].idwt_buf + 2 * w4 * h4; w4 351 libavcodec/cfhd.c s->plane[i].subband[5] = s->plane[i].idwt_buf + 1 * w4 * h4; w4 352 libavcodec/cfhd.c s->plane[i].subband[6] = s->plane[i].idwt_buf + 3 * w4 * h4; w4 369 libavcodec/cfhd.c s->plane[i].l_h[4] = s->plane[i].idwt_tmp + 2 * w4 * h4; w4 35 libavcodec/mips/simple_idct_msa.c v4i32 w2, w4, w6; w4 55 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_splati_h(weights, 4); w4 56 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_ilvr_h(zero, (v8i16) w4); w4 59 libavcodec/mips/simple_idct_msa.c MUL2(a0_r, w4, a0_l, w4, a0_r, a0_l); w4 68 libavcodec/mips/simple_idct_msa.c MUL2(temp0_r, w4, temp0_l, w4, temp0_r, temp0_l); w4 128 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_splati_h(weights, 4); w4 129 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_ilvr_h(zero, (v8i16) w4); w4 132 libavcodec/mips/simple_idct_msa.c MUL2(a0_r, w4, a0_l, w4, a0_r, a0_l); w4 141 libavcodec/mips/simple_idct_msa.c MUL2(temp0_r, w4, temp0_l, w4, temp0_r, temp0_l); w4 198 libavcodec/mips/simple_idct_msa.c v4i32 w2, w4, w6; w4 218 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_splati_h(weights, 4); w4 219 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_ilvr_h(zero, (v8i16) w4); w4 222 libavcodec/mips/simple_idct_msa.c MUL2(a0_r, w4, a0_l, w4, a0_r, a0_l); w4 231 libavcodec/mips/simple_idct_msa.c MUL2(temp0_r, w4, temp0_l, w4, temp0_r, temp0_l); w4 290 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_splati_h(weights, 4); w4 291 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_ilvr_h(zero, (v8i16) w4); w4 294 libavcodec/mips/simple_idct_msa.c MUL2(a0_r, w4, a0_l, w4, a0_r, a0_l); w4 303 libavcodec/mips/simple_idct_msa.c MUL2(temp0_r, w4, temp0_l, w4, temp0_r, temp0_l); w4 376 libavcodec/mips/simple_idct_msa.c v4i32 w2, w4, w6; w4 415 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_splati_h(weights, 4); w4 416 libavcodec/mips/simple_idct_msa.c w4 = (v4i32) __msa_ilvr_h(zero, (v8i16) w4); w4 419 libavcodec/mips/simple_idct_msa.c MUL2(a0_r, w4, a0_l, w4, a0_r, a0_l); w4 426 libavcodec/mips/simple_idct_msa.c MUL2(temp4_r, w4, temp4_l, w4, temp4_r, temp4_l); w4 468 libavcodec/mips/simple_idct_msa.c MUL2(a0_r, w4, a0_l, w4, a0_r, a0_l); w4 477 libavcodec/mips/simple_idct_msa.c MUL2(temp0_r, w4, temp0_l, w4, temp0_r, temp0_l); w4 69 libavcodec/motionpixels.c int w4 = (avctx->width + 3) & ~3; w4 83 libavcodec/motionpixels.c mp->hpt = av_mallocz_array(h4 / 4, w4 / 4 * sizeof(YuvPixel)); w4 96 libavcodec/vp9block.c int bw4 = ff_vp9_bwh_tab[1][b->bs][0], w4 = FFMIN(s->cols - col, bw4); w4 119 libavcodec/vp9block.c for (x = 0; x < w4; x++) w4 128 libavcodec/vp9block.c memset(&s->above_segpred_ctx[col], 1, w4); w4 134 libavcodec/vp9block.c memset(&s->above_segpred_ctx[col], 0, w4); w4 765 libavcodec/vp9block.c for (n = 0; n < w4 * 2; n++) { w4 782 libavcodec/vp9block.c for (x = 0; x < w4; x++) { w4 787 libavcodec/vp9block.c for (x = 0; x < w4; x++) { w4 794 libavcodec/vp9block.c for (x = 0; x < w4; x++) { w4 972 libavcodec/vp9block.c int w4 = ff_vp9_bwh_tab[1][b->bs][0] << 1, h4 = ff_vp9_bwh_tab[1][b->bs][1] << 1; w4 973 libavcodec/vp9block.c int end_x = FFMIN(2 * (s->cols - col), w4); w4 1053 libavcodec/vp9block.c SPLAT(a, end_x, step, end_x == w4); \ w4 1099 libavcodec/vp9block.c w4 >>= s->ss_h; w4 1271 libavcodec/vp9block.c int w4 = ff_vp9_bwh_tab[1][bs][0], h4 = ff_vp9_bwh_tab[1][bs][1], lvl; w4 1282 libavcodec/vp9block.c td->max_mv.x = 128 + (s->cols - col - w4) * 64; w4 1290 libavcodec/vp9block.c b->uvtx = b->tx - ((s->ss_h && w4 * 2 == (1 << b->tx)) || w4 1296 libavcodec/vp9block.c td->block_structure[td->nb_block_structure].block_size_idx_x = av_log2(w4); w4 1311 libavcodec/vp9block.c memset(&s->above_skip_ctx[col], 1, w4); w4 1337 libavcodec/vp9block.c switch (w4) { w4 1353 libavcodec/vp9block.c s->td[0].block += w4 * h4 * 64 * bytesperpixel; w4 1354 libavcodec/vp9block.c s->td[0].uvblock[0] += w4 * h4 * 64 * bytesperpixel >> (s->ss_h + s->ss_v); w4 1355 libavcodec/vp9block.c s->td[0].uvblock[1] += w4 * h4 * 64 * bytesperpixel >> (s->ss_h + s->ss_v); w4 1356 libavcodec/vp9block.c s->td[0].eob += 4 * w4 * h4; w4 1357 libavcodec/vp9block.c s->td[0].uveob[0] += 4 * w4 * h4 >> (s->ss_h + s->ss_v); w4 1358 libavcodec/vp9block.c s->td[0].uveob[1] += 4 * w4 * h4 >> (s->ss_h + s->ss_v); w4 1367 libavcodec/vp9block.c emu[0] = (col + w4) * 8 * bytesperpixel > f->linesize[0] || w4 1369 libavcodec/vp9block.c emu[1] = ((col + w4) * 8 >> s->ss_h) * bytesperpixel > f->linesize[1] || w4 1401 libavcodec/vp9block.c int w = FFMIN(s->cols - col, w4) * 8, h = FFMIN(s->rows - row, h4) * 8, n, o = 0; w4 1415 libavcodec/vp9block.c int w = FFMIN(s->cols - col, w4) * 8 >> s->ss_h; w4 1436 libavcodec/vp9block.c int x_end = FFMIN(s->cols - col, w4), y_end = FFMIN(s->rows - row, h4); w4 1439 libavcodec/vp9block.c setctx_2d(&lflvl->level[row7 * 8 + col7], w4, h4, 8, lvl); w4 1443 libavcodec/vp9block.c s->cols & 1 && col + w4 >= s->cols ? s->cols & 7 : 0, w4 1450 libavcodec/vp9block.c s->td[0].block += w4 * h4 * 64 * bytesperpixel; w4 1451 libavcodec/vp9block.c s->td[0].uvblock[0] += w4 * h4 * 64 * bytesperpixel >> (s->ss_v + s->ss_h); w4 1452 libavcodec/vp9block.c s->td[0].uvblock[1] += w4 * h4 * 64 * bytesperpixel >> (s->ss_v + s->ss_h); w4 1453 libavcodec/vp9block.c s->td[0].eob += 4 * w4 * h4; w4 1454 libavcodec/vp9block.c s->td[0].uveob[0] += 4 * w4 * h4 >> (s->ss_v + s->ss_h); w4 1455 libavcodec/vp9block.c s->td[0].uveob[1] += 4 * w4 * h4 >> (s->ss_v + s->ss_h); w4 224 libavcodec/vp9recon.c int w4 = ff_vp9_bwh_tab[1][b->bs][0] << 1, step1d = 1 << b->tx, n; w4 226 libavcodec/vp9recon.c int end_x = FFMIN(2 * (s->cols - col), w4); w4 247 libavcodec/vp9recon.c col, x, w4, row, y, b->tx, 0, 0, 0, bytesperpixel); w4 258 libavcodec/vp9recon.c w4 >>= s->ss_h; w4 275 libavcodec/vp9recon.c ptr, td->uv_stride, l, col, x, w4, row, y, w4 602 libavcodec/vp9recon.c int w4 = ff_vp9_bwh_tab[1][b->bs][0] << 1, step1d = 1 << b->tx, n; w4 604 libavcodec/vp9recon.c int end_x = FFMIN(2 * (s->cols - col), w4); w4 113 libavfilter/vf_hqx.c w3 = w[p3], w4 = w[p4], w5 = w[p5], \ w4 128 libavfilter/vf_hqx.c return interp_2px(w4, 3, w3, 1, 2); w4 130 libavfilter/vf_hqx.c return interp_2px(w4, 3, w1, 1, 2); w4 132 libavfilter/vf_hqx.c return w4; w4 137 libavfilter/vf_hqx.c return interp_2px(w4, 3, w0, 1, 2); w4 139 libavfilter/vf_hqx.c return interp_3px(w4, 2, w0, 1, w1, 1, 2); w4 141 libavfilter/vf_hqx.c return interp_3px(w4, 2, w0, 1, w3, 1, 2); w4 143 libavfilter/vf_hqx.c return interp_3px(w4, 14, w3, 1, w1, 1, 4); w4 145 libavfilter/vf_hqx.c return interp_3px(w4, 5, w1, 2, w3, 1, 3); w4 147 libavfilter/vf_hqx.c return interp_3px(w4, 5, w3, 2, w1, 1, 3); w4 149 libavfilter/vf_hqx.c return interp_2px(w4, 3, w3, 1, 2); w4 151 libavfilter/vf_hqx.c return interp_2px(w4, 3, w1, 1, 2); w4 153 libavfilter/vf_hqx.c return interp_3px(w4, 2, w3, 3, w1, 3, 3); w4 156 libavfilter/vf_hqx.c return interp_2px(w4, 3, w0, 1, 2); w4 160 libavfilter/vf_hqx.c return interp_3px(w4, 2, w3, 1, w1, 1, 2); w4 161 libavfilter/vf_hqx.c return interp_3px(w4, 6, w3, 1, w1, 1, 3); w4 184 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 3, w1, 1, 2); w4 186 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 3, w3, 1, 2); w4 188 libavfilter/vf_hqx.c *dst00 = w4; w4 193 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 3, w0, 1, 2); w4 195 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 3, w1, 1, 2); w4 197 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 3, w3, 1, 2); w4 202 libavfilter/vf_hqx.c *dst00 = interp_3px(w4, 2, w3, 7, w1, 7, 4); w4 207 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 3, w0, 1, 2); w4 209 libavfilter/vf_hqx.c *dst00 = interp_3px(w4, 2, w3, 1, w1, 1, 2); w4 213 libavfilter/vf_hqx.c *dst01 = w4; w4 216 libavfilter/vf_hqx.c *dst01 = w4; w4 218 libavfilter/vf_hqx.c *dst01 = interp_2px(w1, 3, w4, 1, 2); w4 221 libavfilter/vf_hqx.c *dst01 = interp_2px(w4, 3, w1, 1, 2); w4 226 libavfilter/vf_hqx.c *dst01 = interp_2px(w4, 7, w1, 1, 3); w4 228 libavfilter/vf_hqx.c *dst01 = w4; w4 282 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 5, w3, 3, 3); w4 284 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 5, w1, 3, 3); w4 286 libavfilter/vf_hqx.c *dst00 = w4; w4 288 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 5, w0, 3, 3); w4 290 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 3, w3, 1, 2); w4 292 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 3, w1, 1, 2); w4 294 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 5, w3, 3, 3); w4 296 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 5, w1, 3, 3); w4 301 libavfilter/vf_hqx.c *dst00 = interp_2px(w4, 5, w0, 3, 3); w4 303 libavfilter/vf_hqx.c *dst00 = interp_3px(w4, 2, w1, 1, w3, 1, 2); w4 306 libavfilter/vf_hqx.c *dst01 = interp_2px(w4, 7, w3, 1, 3); w4 308 libavfilter/vf_hqx.c *dst01 = w4; w4 310 libavfilter/vf_hqx.c *dst01 = interp_2px(w4, 3, w0, 1, 2); w4 312 libavfilter/vf_hqx.c *dst01 = w4; w4 314 libavfilter/vf_hqx.c *dst01 = interp_3px(w4, 5, w1, 2, w3, 1, 3); w4 316 libavfilter/vf_hqx.c *dst01 = interp_3px(w4, 5, w1, 2, w0, 1, 3); w4 318 libavfilter/vf_hqx.c *dst01 = interp_2px(w4, 5, w1, 3, 3); w4 320 libavfilter/vf_hqx.c *dst01 = interp_2px(w1, 3, w4, 1, 2); w4 322 libavfilter/vf_hqx.c *dst01 = interp_3px(w1, 2, w4, 1, w3, 1, 2); w4 326 libavfilter/vf_hqx.c *dst01 = interp_2px(w4, 7, w3, 1, 3); w4 329 libavfilter/vf_hqx.c *dst01 = interp_2px(w4, 3, w0, 1, 2); w4 331 libavfilter/vf_hqx.c *dst01 = interp_2px(w1, 1, w4, 1, 1); w4 333 libavfilter/vf_hqx.c *dst01 = interp_2px(w4, 3, w1, 1, 2); w4 336 libavfilter/vf_hqx.c *dst10 = interp_2px(w4, 7, w1, 1, 3); w4 338 libavfilter/vf_hqx.c *dst10 = w4; w4 340 libavfilter/vf_hqx.c *dst10 = interp_2px(w4, 3, w0, 1, 2); w4 342 libavfilter/vf_hqx.c *dst10 = w4; w4 344 libavfilter/vf_hqx.c *dst10 = interp_3px(w4, 5, w3, 2, w1, 1, 3); w4 346 libavfilter/vf_hqx.c *dst10 = interp_3px(w4, 5, w3, 2, w0, 1, 3); w4 348 libavfilter/vf_hqx.c *dst10 = interp_2px(w4, 5, w3, 3, 3); w4 350 libavfilter/vf_hqx.c *dst10 = interp_2px(w3, 3, w4, 1, 2); w4 352 libavfilter/vf_hqx.c *dst10 = interp_3px(w3, 2, w4, 1, w1, 1, 2); w4 356 libavfilter/vf_hqx.c *dst10 = interp_2px(w4, 7, w1, 1, 3); w4 359 libavfilter/vf_hqx.c *dst10 = interp_2px(w4, 3, w0, 1, 2); w4 361 libavfilter/vf_hqx.c *dst10 = interp_2px(w3, 1, w4, 1, 1); w4 363 libavfilter/vf_hqx.c *dst10 = interp_2px(w4, 3, w3, 1, 2); w4 367 libavfilter/vf_hqx.c *dst11 = w4; w4 369 libavfilter/vf_hqx.c *dst11 = interp_2px(w4, 7, w0, 1, 3); w4 371 libavfilter/vf_hqx.c *dst11 = interp_2px(w4, 7, w3, 1, 3); w4 373 libavfilter/vf_hqx.c *dst11 = interp_2px(w4, 7, w1, 1, 3); w4 376 libavfilter/vf_hqx.c *dst11 = interp_3px(w4, 6, w3, 1, w1, 1, 3); w4 378 libavfilter/vf_hqx.c *dst11 = interp_2px(w4, 7, w0, 1, 3); w4 380 libavfilter/vf_hqx.c *dst11 = w4;