Lines Matching refs:x_cb
1863 int x_cb = x0 >> log2_min_cb_size; in hls_prediction_unit() local
1868 int skip_flag = SAMPLE_CTB(s->skip_flag, x_cb, y_cb); in hls_prediction_unit()
2052 int x_cb = x0 >> s->ps.sps->log2_min_cb_size; in set_ct_depth() local
2057 memset(&s->tab_ct_depth[(y_cb + y) * s->ps.sps->min_cb_width + x_cb], in set_ct_depth()
2163 int x_cb = x0 >> log2_min_cb_size; in hls_coding_unit() local
2175 SAMPLE_CTB(s->skip_flag, x_cb, y_cb) = 0; in hls_coding_unit()
2186 uint8_t skip_flag = ff_hevc_skip_flag_decode(s, x0, y0, x_cb, y_cb); in hls_coding_unit()
2188 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
2195 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()
2202 if (SAMPLE_CTB(s->skip_flag, x_cb, y_cb)) { in hls_coding_unit()
2303 x = y_cb * min_cb_width + x_cb; in hls_coding_unit()