Searched refs:num_tile_rows (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_ps.c1119 pps->num_tile_rows = 1;
1192 pps->num_tile_rows = get_ue_golomb_long(gb) + 1;
1200 if (pps->num_tile_rows == 0 ||
1201 pps->num_tile_rows >= sps->height) {
1203 pps->num_tile_rows - 1);
1209 pps->row_height = av_malloc_array(pps->num_tile_rows, sizeof(*pps->row_height));
1230 for (i = 0; i < pps->num_tile_rows - 1; i++) {
1239 pps->row_height[pps->num_tile_rows - 1] = sps->ctb_height - sum;
1298 pps->row_bd = av_malloc_array(pps->num_tile_rows + 1, sizeof(*pps->row_bd));
1308 pps->row_height = av_malloc_array(pps->num_tile_rows, sizeo
[all...]
H A Dhevc.h518 int num_tile_rows; ///< num_tile_rows_minus1 + 1 member in struct:HEVCPPS
H A Dhevc.c702 if (s->threads_number > 1 && (s->pps->num_tile_rows > 1 || s->pps->num_tile_columns > 1)) {

Completed in 78 milliseconds