Searched refs:ctb_height (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c202 h->sps->ctb_height);
204 if (sh->slice_segment_addr >= h->sps->ctb_width * h->sps->ctb_height) {
H A Dhevc_ps.c956 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size;
957 sps->ctb_size = sps->ctb_width * sps->ctb_height;
1234 if (sum >= sps->ctb_height) {
1239 pps->row_height[pps->num_tile_rows - 1] = sps->ctb_height - sum;
1321 pps->row_height[i] = ((i + 1) * sps->ctb_height) / pps->num_tile_rows -
1322 (i * sps->ctb_height) / pps->num_tile_rows;
1343 pic_area_in_ctbs = sps->ctb_width * sps->ctb_height;
H A Dhevc.h472 int ctb_height; member in struct:HEVCSPS
H A Dhevc_refs.c108 frame->ctb_count = s->sps->ctb_width * s->sps->ctb_height;
H A Dhevc.c89 int ctb_count = sps->ctb_width * sps->ctb_height;
423 s->sps->ctb_height);
425 if (sh->slice_segment_addr >= s->sps->ctb_width * s->sps->ctb_height) {
2729 if (ctb_addr_ts >= (s->sps->ctb_width * s->sps->ctb_height)) {
H A Dhevc_filter.c214 edges[3] = y_ctb == s->sps->ctb_height - 1;

Completed in 46 milliseconds