Searched refs:bs_height (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.h850 int bs_height; member in struct:HEVCContext
H A Dhevc.c93 s->bs_height = height >> 3;
119 s->horizontal_bs = av_mallocz_array(2 * s->bs_width, (s->bs_height + 1));
120 s->vertical_bs = av_mallocz_array(2 * s->bs_width, (s->bs_height + 1));
2573 memset(s->horizontal_bs, 0, 2 * s->bs_width * (s->bs_height + 1));
2574 memset(s->vertical_bs, 0, 2 * s->bs_width * (s->bs_height + 1));

Completed in 46 milliseconds