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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_filter.c417 const int bs0 = s->horizontal_bs[(x + y * s->bs_width) >> 2];
418 const int bs1 = s->horizontal_bs[(x + 4 + y * s->bs_width) >> 2];
458 bs1 = s->horizontal_bs[(x + (4 * h) + y * s->bs_width) >> 2];
460 bs0 = s->horizontal_bs[(x + y * s->bs_width) >> 2];
463 bs0 = s->horizontal_bs[(x + y * s->bs_width) >> 2];
464 bs1 = s->horizontal_bs[(x + (4 * h) + y * s->bs_width) >> 2];
598 s->horizontal_bs[((x0 + i) + y0 * s->bs_width) >> 2] = bs;
652 s->horizontal_bs[((x0 + i) + (y0 + j) * s->bs_width) >> 2] = bs;
H A Dhevc.h859 uint8_t *horizontal_bs; member in struct:HEVCContext
H A Dhevc.c70 av_freep(&s->horizontal_bs);
119 s->horizontal_bs = av_mallocz_array(2 * s->bs_width, (s->bs_height + 1));
121 if (!s->horizontal_bs || !s->vertical_bs)
2573 memset(s->horizontal_bs, 0, 2 * s->bs_width * (s->bs_height + 1));

Completed in 53 milliseconds