• 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:cols

170     unsigned sb_cols, sb_rows, rows, cols;
325 s->cols = (w + 7) >> 3;
371 s->b_base = av_malloc(sizeof(VP9Block) * s->cols * s->rows);
1070 if (c >= s->tiling.tile_col_start && c < s->cols && r >= 0 && r < s->rows) {
1108 if (c >= s->tiling.tile_col_start && c < s->cols && r >= 0 && r < s->rows) {
1333 int w4 = FFMIN(s->cols - col, bwh_tab[1][b->bs][0]);
2152 int end_x = FFMIN(2 * (s->cols - col), w4);
2367 int n_px_need = 4 << tx, n_px_have = (((s->cols - col) << !p) - x) * 4;
2450 int end_x = FFMIN(2 * (s->cols - col), w4);
2743 int end_x = FFMIN(2 * (s->cols - col), w4);
2935 s->max_mv.x = 128 + (s->cols - col - w4) * 64;
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);
3059 s->cols & 1 && col + w4 >= s->cols ? s->cols & 7 : 0,
3105 } else if (col + hbs < s->cols) { // FIXME why not <=?
3182 } else if (b->bp == PARTITION_V && col + hbs < s->cols) {
3189 if (col + hbs < s->cols) { // FIXME why not <=?
3783 memset(s->above_partition_ctx, 0, s->cols);
3784 memset(s->above_skip_ctx, 0, s->cols);
3786 memset(s->above_mode_ctx, DC_PRED, s->cols * 2);
3788 memset(s->above_mode_ctx, NEARESTMV, s->cols);
3793 memset(s->above_segpred_ctx, 0, s->cols);
3912 8 * s->cols);
3915 4 * s->cols);
3918 4 * s->cols);
3926 for (col = 0; col < s->cols;
4024 (!ssrc->intra_pred_data[0] || s->cols != ssrc->cols || s->rows != ssrc->rows)) {