Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_dctdnoiz.c51 int pr_width, pr_height; // width and height to process member
558 s->pr_height = inlink->h - (inlink->h - bsize) % s->step; in config_input()
562 if (s->pr_height != inlink->h) in config_input()
564 inlink->h - s->pr_height); in config_input()
566 max_slice_h = s->pr_height / ((s->bsize - 1) * 2); in config_input()
576 s->cbuf[i][0] = av_malloc_array(linesize * s->pr_height, sizeof(*s->cbuf[i][0])); in config_input()
577 s->cbuf[i][1] = av_malloc_array(linesize * s->pr_height, sizeof(*s->cbuf[i][1])); in config_input()
578 s->cbuf[i][2] = av_malloc_array(linesize * s->pr_height, sizeof(*s->cbuf[i][2])); in config_input()
597 slice_h = (int)ceilf(s->pr_height / (float)s->nb_threads) + (s->bsize - 1) * 2; in config_input()
604 s->weights = av_malloc(s->pr_height * linesize * sizeof(*s->weights)); in config_input()
[all …]
Dv360.h163 int pr_width[4], pr_height[4]; member
Dvf_v360.c304 … const int height = s->pr_height[plane]; \
4116 const int pr_height = s->pr_height[p]; in allocate_plane() local
4120 const int slice_start = (pr_height * n ) / s->nb_threads; in allocate_plane()
4121 const int slice_end = (pr_height * (n + 1)) / s->nb_threads; in allocate_plane()
4239 const int height = s->pr_height[p]; in v360_slice()
4833 set_dimensions(s->pr_width, s->pr_height, w, h, desc); in config_output()