Home
last modified time | relevance | path

Searched refs:depth_left (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c695 int inc = 0, depth_left = 0, depth_top = 0; in ff_hevc_split_coding_unit_flag_decode() local
702 depth_left = s->tab_ct_depth[(y_cb) * s->ps.sps->min_cb_width + x_cb - 1]; in ff_hevc_split_coding_unit_flag_decode()
706 inc += (depth_left > ct_depth); in ff_hevc_split_coding_unit_flag_decode()