• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:h4

1334     int h4 = FFMIN(s->rows - row, bwh_tab[1][b->bs][1]), y;
1352 for (y = 0; y < h4; y++)
1359 memset(&s->left_segpred_ctx[row7], 1, h4);
1365 memset(&s->left_segpred_ctx[row7], 0, h4);
1370 w4, h4, 8 * s->sb_cols, b->seg_id);
1980 for (n = 0; n < h4 * 2; n++) {
1988 for (y = 0; y < h4; y++) {
2151 int w4 = bwh_tab[1][b->bs][0] << 1, h4 = bwh_tab[1][b->bs][1] << 1;
2153 int end_y = FFMIN(2 * (s->rows - row), h4);
2229 SPLAT(l, end_y, step, end_y == h4); \
2273 h4 >>= 1;
2449 int h4 = bwh_tab[1][b->bs][1] << 1, x, y, step = 1 << (b->tx * 2);
2451 int end_y = FFMIN(2 * (s->rows - row), h4);
2482 h4 >>= 1;
2742 int h4 = bwh_tab[1][b->bs][1] << 1, x, y, step = 1 << (b->tx * 2);
2744 int end_y = FFMIN(2 * (s->rows - row), h4);
2763 h4 >>= 1;
2925 int w4 = bwh_tab[1][bs][0], h4 = bwh_tab[1][bs][1], lvl;
2936 s->max_mv.y = 128 + (s->rows - row - h4) * 64;
2942 b->uvtx = b->tx - (w4 * 2 == (1 << b->tx) || h4 * 2 == (1 << b->tx));
2970 switch (h4) {
2979 s->block += w4 * h4 * 64;
2980 s->uvblock[0] += w4 * h4 * 16;
2981 s->uvblock[1] += w4 * h4 * 16;
2982 s->eob += 4 * w4 * h4;
2983 s->uveob[0] += w4 * h4;
2984 s->uveob[1] += w4 * h4;
2994 (row + h4) > s->rows;
2996 (row + h4) > s->rows;
3019 int w = FFMIN(s->cols - col, w4) * 8, h = FFMIN(s->rows - row, h4) * 8, n, o = 0;
3033 int w = FFMIN(s->cols - col, w4) * 4, h = FFMIN(s->rows - row, h4) * 4, n, o = 0;
3053 int x_end = FFMIN(s->cols - col, w4), y_end = FFMIN(s->rows - row, h4);
3056 setctx_2d(&lflvl->level[row7 * 8 + col7], w4, h4, 8, lvl);
3060 s->rows & 1 && row + h4 >= s->rows ? s->rows & 7 : 0,
3080 s->block += w4 * h4 * 64;
3081 s->uvblock[0] += w4 * h4 * 16;
3082 s->uvblock[1] += w4 * h4 * 16;
3083 s->eob += 4 * w4 * h4;
3084 s->uveob[0] += w4 * h4;
3085 s->uveob[1] += w4 * h4;