Searched refs:x_cb (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.c657 int ff_hevc_skip_flag_decode(HEVCContext *s, int x0, int y0, int x_cb, int y_cb) argument
665 inc = !!SAMPLE_CTB(s->skip_flag, x_cb - 1, y_cb);
667 inc += !!SAMPLE_CTB(s->skip_flag, x_cb, y_cb - 1);
728 int x_cb = x0 >> s->sps->log2_min_cb_size; local
732 depth_left = s->tab_ct_depth[(y_cb) * s->sps->min_cb_width + x_cb - 1];
734 depth_top = s->tab_ct_depth[(y_cb - 1) * s->sps->min_cb_width + x_cb];
H A Dhevc_refs.c57 int x_cb = x0 >> s->sps->log2_ctb_size; local
61 int ctb_addr_ts = s->pps->ctb_addr_rs_to_ts[y_cb * pic_width_cb + x_cb];
H A Dhevc_filter.c89 int x_cb = xQgBase >> s->sps->log2_min_cb_size; local
109 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width];
115 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width];
H A Dhevc.c1630 int x_cb = x0 >> log2_min_cb_size; local
1637 if (SAMPLE_CTB(s->skip_flag, x_cb, y_cb)) {
1876 int x_cb = x0 >> s->sps->log2_min_cb_size; local
1881 memset(&s->tab_ct_depth[(y_cb + y) * s->sps->min_cb_width + x_cb],
1987 int x_cb = x0 >> log2_min_cb_size; local
2001 SAMPLE_CTB(s->skip_flag, x_cb, y_cb) = 0;
2012 uint8_t skip_flag = ff_hevc_skip_flag_decode(s, x0, y0, x_cb, y_cb);
2014 x = y_cb * min_cb_width + x_cb;
2022 if (SAMPLE_CTB(s->skip_flag, x_cb, y_cb)) {
2118 x = y_cb * min_cb_width + x_cb;
[all...]
H A Dhevc.h983 int x_cb, int y_cb);

Completed in 66 milliseconds