Searched refs:ctb_addr_ts (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_cabac.c500 void ff_hevc_save_states(HEVCContext *s, int ctb_addr_ts) argument
503 (ctb_addr_ts % s->sps->ctb_width == 2 ||
505 ctb_addr_ts % s->sps->ctb_width == 0))) {
554 void ff_hevc_cabac_init(HEVCContext *s, int ctb_addr_ts) argument
556 if (ctb_addr_ts == s->pps->ctb_addr_rs_to_ts[s->sh.slice_ctb_addr_rs]) {
560 s->pps->tile_id[ctb_addr_ts] != s->pps->tile_id[ctb_addr_ts - 1]))
565 if (ctb_addr_ts % s->sps->ctb_width == 0) {
574 s->pps->tile_id[ctb_addr_ts] != s->pps->tile_id[ctb_addr_ts
[all...]
H A Dhevc_refs.c61 int ctb_addr_ts = s->pps->ctb_addr_rs_to_ts[y_cb * pic_width_cb + x_cb]; local
62 return (RefPicList *)ref->rpl_tab[ctb_addr_ts];
230 int ctb_addr_ts = s->pps->ctb_addr_rs_to_ts[s->sh.slice_segment_addr]; local
236 for (i = ctb_addr_ts; i < ctb_count; i++)
239 frame->refPicList = (RefPicList *)frame->rpl_tab[ctb_addr_ts];
H A Dhevc.c2220 int ctb_addr_ts)
2224 int ctb_addr_rs = s->pps->ctb_addr_ts_to_rs[ctb_addr_ts];
2237 if (ctb_addr_ts && s->pps->tile_id[ctb_addr_ts] != s->pps->tile_id[ctb_addr_ts - 1]) {
2250 s->pps->tile_id[ctb_addr_ts] != s->pps->tile_id[s->pps->ctb_addr_rs_to_ts[ctb_addr_rs-1]];
2254 s->pps->tile_id[ctb_addr_ts] != s->pps->tile_id[s->pps->ctb_addr_rs_to_ts[ctb_addr_rs - s->sps->ctb_width]];
2267 lc->ctb_up_right_flag = ((y_ctb > 0) && (ctb_addr_in_slice+1 >= s->sps->ctb_width) && (s->pps->tile_id[ctb_addr_ts] == s->pps->tile_id[s->pps->ctb_addr_rs_to_ts[ctb_addr_rs+1 - s->sps->ctb_width]]));
2268 lc->ctb_up_left_flag = ((x_ctb > 0) && (y_ctb > 0) && (ctb_addr_in_slice-1 >= s->sps->ctb_width) && (s->pps->tile_id[ctb_addr_ts] == s->pps->tile_id[s->pps->ctb_addr_rs_to_ts[ctb_addr_rs-1 - s->sps->ctb_width]]));
2278 int ctb_addr_ts local
2219 hls_decode_neighbour(HEVCContext *s, int x_ctb, int y_ctb, int ctb_addr_ts) argument
2347 int ctb_addr_ts = s1->pps->ctb_addr_rs_to_ts[ctb_addr_rs]; local
2625 int ctb_addr_ts, ret; local
[all...]
H A Dhevc_filter.c196 int ctb_addr_ts = s->pps->ctb_addr_rs_to_ts[ctb_addr_rs]; local
218 left_tile_edge = no_tile_filter && s->pps->tile_id[ctb_addr_ts] != s->pps->tile_id[s->pps->ctb_addr_rs_to_ts[ctb_addr_rs-1]];
222 right_tile_edge = no_tile_filter && s->pps->tile_id[ctb_addr_ts] != s->pps->tile_id[s->pps->ctb_addr_rs_to_ts[ctb_addr_rs+1]];
226 up_tile_edge = no_tile_filter && s->pps->tile_id[ctb_addr_ts] != s->pps->tile_id[s->pps->ctb_addr_rs_to_ts[ctb_addr_rs - s->sps->ctb_width]];
230 bottom_tile_edge = no_tile_filter && s->pps->tile_id[ctb_addr_ts] != s->pps->tile_id[s->pps->ctb_addr_rs_to_ts[ctb_addr_rs + s->sps->ctb_width]];
H A Dhevc.h972 void ff_hevc_save_states(HEVCContext *s, int ctb_addr_ts);
973 void ff_hevc_cabac_init(HEVCContext *s, int ctb_addr_ts);

Completed in 167 milliseconds