hls_prediction_unit 2008 libavcodec/hevc.c         hls_prediction_unit(s, x0, y0, cb_size, cb_size, log2_cb_size, 0, idx);
hls_prediction_unit 2046 libavcodec/hevc.c                 hls_prediction_unit(s, x0, y0, cb_size, cb_size, log2_cb_size, 0, idx);
hls_prediction_unit 2049 libavcodec/hevc.c                 hls_prediction_unit(s, x0, y0,               cb_size, cb_size / 2, log2_cb_size, 0, idx);
hls_prediction_unit 2050 libavcodec/hevc.c                 hls_prediction_unit(s, x0, y0 + cb_size / 2, cb_size, cb_size / 2, log2_cb_size, 1, idx);
hls_prediction_unit 2053 libavcodec/hevc.c                 hls_prediction_unit(s, x0,               y0, cb_size / 2, cb_size, log2_cb_size, 0, idx - 1);
hls_prediction_unit 2054 libavcodec/hevc.c                 hls_prediction_unit(s, x0 + cb_size / 2, y0, cb_size / 2, cb_size, log2_cb_size, 1, idx - 1);
hls_prediction_unit 2057 libavcodec/hevc.c                 hls_prediction_unit(s, x0, y0,               cb_size, cb_size     / 4, log2_cb_size, 0, idx);
hls_prediction_unit 2058 libavcodec/hevc.c                 hls_prediction_unit(s, x0, y0 + cb_size / 4, cb_size, cb_size * 3 / 4, log2_cb_size, 1, idx);
hls_prediction_unit 2061 libavcodec/hevc.c                 hls_prediction_unit(s, x0, y0,                   cb_size, cb_size * 3 / 4, log2_cb_size, 0, idx);
hls_prediction_unit 2062 libavcodec/hevc.c                 hls_prediction_unit(s, x0, y0 + cb_size * 3 / 4, cb_size, cb_size     / 4, log2_cb_size, 1, idx);
hls_prediction_unit 2065 libavcodec/hevc.c                 hls_prediction_unit(s, x0,               y0, cb_size     / 4, cb_size, log2_cb_size, 0, idx - 2);
hls_prediction_unit 2066 libavcodec/hevc.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 2069 libavcodec/hevc.c                 hls_prediction_unit(s, x0,                   y0, cb_size * 3 / 4, cb_size, log2_cb_size, 0, idx - 2);
hls_prediction_unit 2070 libavcodec/hevc.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 2073 libavcodec/hevc.c                 hls_prediction_unit(s, x0,               y0,               cb_size / 2, cb_size / 2, log2_cb_size, 0, idx - 1);
hls_prediction_unit 2074 libavcodec/hevc.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 2075 libavcodec/hevc.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 2076 libavcodec/hevc.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);