Searched defs:y_ctb (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_filter.c194 int y_ctb = y >> s->sps->log2_ctb_size; local
704 ff_hevc_hls_filters(HEVCContext *s, int x_ctb, int y_ctb, int ctb_size) argument
[all...]
H A Dhevc.c1808 int y_ctb = (y0 >> (s->sps->log2_ctb_size)) << (s->sps->log2_ctb_size); local
2219 static void hls_decode_neighbour(HEVCContext *s, int x_ctb, int y_ctb, argument
2277 int y_ctb = 0; local
2364 int y_ctb = (ctb_addr_rs / s->sps->ctb_width) << s->sps->log2_ctb_size; local
[all...]

Completed in 33 milliseconds