Searched refs:column_width (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_ps.c1037 av_freep(&pps->column_width);
1208 pps->column_width = av_malloc_array(pps->num_tile_columns, sizeof(*pps->column_width));
1210 if (!pps->column_width || !pps->row_height) {
1219 pps->column_width[i] = get_ue_golomb_long(gb) + 1;
1220 sum += pps->column_width[i];
1227 pps->column_width[pps->num_tile_columns - 1] = sps->ctb_width - sum;
1306 if (!pps->column_width) {
1307 pps->column_width = av_malloc_array(pps->num_tile_columns, sizeof(*pps->column_width));
[all...]
H A Dhevc.h548 unsigned int *column_width; ///< ColumnWidth member in struct:HEVCPPS
H A Dhevc.c2239 lc->end_of_tiles_x = x_ctb + (s->pps->column_width[idxX] << s->sps->log2_ctb_size);
2583 lc->end_of_tiles_x = s->pps->column_width[0] << s->sps->log2_ctb_size;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dls.c389 int column_width = 0; /* for STYLE_LONG and STYLE_SINGLE not used */ local
400 if (column_width < len)
401 column_width = len;
403 column_width += tabstops +
407 ncols = (int) (terminal_width / column_width);
431 nexttab = column + column_width;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dlineedit.c673 int column_width = 0; local
681 if (column_width < l)
682 column_width = l;
684 column_width += 2; /* min space for columns */
685 ncols = cmdedit_termw / column_width;
700 (int)(column_width - strlen(matches[n])), "");

Completed in 84 milliseconds