hls_prediction_unit 2161 libavcodec/hevcdec.c         hls_prediction_unit(s, x0, y0, cb_size, cb_size, log2_cb_size, 0, idx);
hls_prediction_unit 2199 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0, y0, cb_size, cb_size, log2_cb_size, 0, idx);
hls_prediction_unit 2202 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0, y0,               cb_size, cb_size / 2, log2_cb_size, 0, idx);
hls_prediction_unit 2203 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0, y0 + cb_size / 2, cb_size, cb_size / 2, log2_cb_size, 1, idx);
hls_prediction_unit 2206 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0,               y0, cb_size / 2, cb_size, log2_cb_size, 0, idx - 1);
hls_prediction_unit 2207 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0 + cb_size / 2, y0, cb_size / 2, cb_size, log2_cb_size, 1, idx - 1);
hls_prediction_unit 2210 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0, y0,               cb_size, cb_size     / 4, log2_cb_size, 0, idx);
hls_prediction_unit 2211 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0, y0 + cb_size / 4, cb_size, cb_size * 3 / 4, log2_cb_size, 1, idx);
hls_prediction_unit 2214 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0, y0,                   cb_size, cb_size * 3 / 4, log2_cb_size, 0, idx);
hls_prediction_unit 2215 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0, y0 + cb_size * 3 / 4, cb_size, cb_size     / 4, log2_cb_size, 1, idx);
hls_prediction_unit 2218 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0,               y0, cb_size     / 4, cb_size, log2_cb_size, 0, idx - 2);
hls_prediction_unit 2219 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0 + cb_size / 4, y0, cb_size * 3 / 4, cb_size, log2_cb_size, 1, idx - 2);
hls_prediction_unit 2222 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0,                   y0, cb_size * 3 / 4, cb_size, log2_cb_size, 0, idx - 2);
hls_prediction_unit 2223 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0 + cb_size * 3 / 4, y0, cb_size     / 4, cb_size, log2_cb_size, 1, idx - 2);
hls_prediction_unit 2226 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0,               y0,               cb_size / 2, cb_size / 2, log2_cb_size, 0, idx - 1);
hls_prediction_unit 2227 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0 + cb_size / 2, y0,               cb_size / 2, cb_size / 2, log2_cb_size, 1, idx - 1);
hls_prediction_unit 2228 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0,               y0 + cb_size / 2, cb_size / 2, cb_size / 2, log2_cb_size, 2, idx - 1);
hls_prediction_unit 2229 libavcodec/hevcdec.c                 hls_prediction_unit(s, x0 + cb_size / 2, y0 + cb_size / 2, cb_size / 2, cb_size / 2, log2_cb_size, 3, idx - 1);