Searched refs:ctb_size (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_filter.c320 int ctb_size = 1 << log2_ctb_size; local
339 x_end = x0 + ctb_size;
342 y_end = y0 + ctb_size;
677 void ff_hevc_hls_filter(HEVCContext *s, int x, int y, int ctb_size) argument
681 int x_end = x >= s->sps->width - ctb_size;
682 int y_end = y >= s->sps->height - ctb_size;
684 sao_filter_CTB(s, x - ctb_size, y - ctb_size);
686 sao_filter_CTB(s, x - ctb_size, y);
688 sao_filter_CTB(s, x, y - ctb_size);
704 ff_hevc_hls_filters(HEVCContext *s, int x_ctb, int y_ctb, int ctb_size) argument
[all...]
H A Dhevc.h473 int ctb_size; member in struct:HEVCSPS
1037 void ff_hevc_hls_filter(HEVCContext *s, int x, int y, int ctb_size);
1038 void ff_hevc_hls_filters(HEVCContext *s, int x_ctb, int y_ctb, int ctb_size);
H A Dhevc.c2223 int ctb_size = 1 << s->sps->log2_ctb_size; local
2233 if (x_ctb == 0 && (y_ctb & (ctb_size - 1)) == 0)
2246 lc->end_of_tiles_y = FFMIN(y_ctb + ctb_size, s->sps->height);
2274 int ctb_size = 1 << s->sps->log2_ctb_size; local
2293 while (more_data && ctb_addr_ts < s->sps->ctb_size) {
2296 x_ctb = (ctb_addr_rs % ((s->sps->width + ctb_size - 1) >> s->sps->log2_ctb_size)) << s->sps->log2_ctb_size;
2297 y_ctb = (ctb_addr_rs / ((s->sps->width + ctb_size - 1) >> s->sps->log2_ctb_size)) << s->sps->log2_ctb_size;
2317 ff_hevc_hls_filters(s, x_ctb, y_ctb, ctb_size);
2320 if (x_ctb + ctb_size >= s->sps->width &&
2321 y_ctb + ctb_size >
2342 int ctb_size = 1<< s1->sps->log2_ctb_size; local
[all...]
H A Dhevc_ps.c957 sps->ctb_size = sps->ctb_width * sps->ctb_height;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dhwrpb.h185 unsigned long ctb_size; /* console terminal block size */ member in struct:hwrpb_struct

Completed in 61 milliseconds