Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c552 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
553 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
622 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
623 const int bs1 = s->horizontal_bs[((x + 4 * h) + y * s->bs_width) >> 2]; in deblocking_filter_CTB()
761 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
817 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs; in ff_hevc_deblocking_boundary_strengths()
Dhevcdec.h529 uint8_t *horizontal_bs; member
Dhevcdec.c76 av_freep(&s->horizontal_bs); in pic_arrays_free()
125 s->horizontal_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()
2904 memset(s->horizontal_bs, 0, s->bs_width * s->bs_height); in hevc_frame_start()