Home
last modified time | relevance | path

Searched refs:vertical_bs (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c522 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
523 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB()
588 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
589 const int bs1 = s->vertical_bs[(x + (y + (4 * v)) * s->bs_width) >> 2]; in deblocking_filter_CTB()
799 s->vertical_bs[(x0 + (y0 + i) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
832 s->vertical_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
Dhevcdec.h530 uint8_t *vertical_bs; member
Dhevcdec.c77 av_freep(&s->vertical_bs); in pic_arrays_free()
126 s->vertical_bs = av_mallocz_array(s->bs_width, s->bs_height); in pic_arrays_init()
127 if (!s->horizontal_bs || !s->vertical_bs) in pic_arrays_init()
2905 memset(s->vertical_bs, 0, s->bs_width * s->bs_height); in hevc_frame_start()