Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h518 int bs_height; member
Dhevcdec.c99 s->bs_height = (height >> 2) + 1; in pic_arrays_init()
125 s->horizontal_bs = av_mallocz_array(s->bs_width, s->bs_height); in pic_arrays_init()
126 s->vertical_bs = av_mallocz_array(s->bs_width, s->bs_height); in pic_arrays_init()
2904 memset(s->horizontal_bs, 0, s->bs_width * s->bs_height); in hevc_frame_start()
2905 memset(s->vertical_bs, 0, s->bs_width * s->bs_height); in hevc_frame_start()