Lines Matching defs:w4

94     int bw4 = ff_vp9_bwh_tab[1][b->bs][0], w4 = FFMIN(s->cols - col, bw4);
117 for (x = 0; x < w4; x++)
126 memset(&s->above_segpred_ctx[col], 1, w4);
132 memset(&s->above_segpred_ctx[col], 0, w4);
763 for (n = 0; n < w4 * 2; n++) {
780 for (x = 0; x < w4; x++) {
785 for (x = 0; x < w4; x++) {
792 for (x = 0; x < w4; x++) {
970 int w4 = ff_vp9_bwh_tab[1][b->bs][0] << 1, h4 = ff_vp9_bwh_tab[1][b->bs][1] << 1;
971 int end_x = FFMIN(2 * (s->cols - col), w4);
1051 SPLAT(a, end_x, step, end_x == w4); \
1097 w4 >>= s->ss_h;
1269 int w4 = ff_vp9_bwh_tab[1][bs][0], h4 = ff_vp9_bwh_tab[1][bs][1], lvl;
1280 td->max_mv.x = 128 + (s->cols - col - w4) * 64;
1288 b->uvtx = b->tx - ((s->ss_h && w4 * 2 == (1 << b->tx)) ||
1294 td->block_structure[td->nb_block_structure].block_size_idx_x = av_log2(w4);
1309 memset(&s->above_skip_ctx[col], 1, w4);
1335 switch (w4) {
1351 s->td[0].block += w4 * h4 * 64 * bytesperpixel;
1352 s->td[0].uvblock[0] += w4 * h4 * 64 * bytesperpixel >> (s->ss_h + s->ss_v);
1353 s->td[0].uvblock[1] += w4 * h4 * 64 * bytesperpixel >> (s->ss_h + s->ss_v);
1354 s->td[0].eob += 4 * w4 * h4;
1355 s->td[0].uveob[0] += 4 * w4 * h4 >> (s->ss_h + s->ss_v);
1356 s->td[0].uveob[1] += 4 * w4 * h4 >> (s->ss_h + s->ss_v);
1365 emu[0] = (col + w4) * 8 * bytesperpixel > f->linesize[0] ||
1367 emu[1] = ((col + w4) * 8 >> s->ss_h) * bytesperpixel > f->linesize[1] ||
1399 int w = FFMIN(s->cols - col, w4) * 8, h = FFMIN(s->rows - row, h4) * 8, n, o = 0;
1413 int w = FFMIN(s->cols - col, w4) * 8 >> s->ss_h;
1434 int x_end = FFMIN(s->cols - col, w4), y_end = FFMIN(s->rows - row, h4);
1437 setctx_2d(&lflvl->level[row7 * 8 + col7], w4, h4, 8, lvl);
1441 s->cols & 1 && col + w4 >= s->cols ? s->cols & 7 : 0,
1448 s->td[0].block += w4 * h4 * 64 * bytesperpixel;
1449 s->td[0].uvblock[0] += w4 * h4 * 64 * bytesperpixel >> (s->ss_v + s->ss_h);
1450 s->td[0].uvblock[1] += w4 * h4 * 64 * bytesperpixel >> (s->ss_v + s->ss_h);
1451 s->td[0].eob += 4 * w4 * h4;
1452 s->td[0].uveob[0] += 4 * w4 * h4 >> (s->ss_v + s->ss_h);
1453 s->td[0].uveob[1] += 4 * w4 * h4 >> (s->ss_v + s->ss_h);