Home
last modified time | relevance | path

Searched refs:ct_depth (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdec.h453 int ct_depth; member
613 int ff_hevc_split_coding_unit_flag_decode(HEVCContext *s, int ct_depth,
H A Dhevc_cabac.c693 int ff_hevc_split_coding_unit_flag_decode(HEVCContext *s, int ct_depth, int x0, int y0) in ff_hevc_split_coding_unit_flag_decode() argument
706 inc += (depth_left > ct_depth); in ff_hevc_split_coding_unit_flag_decode()
707 inc += (depth_top > ct_depth); in ff_hevc_split_coding_unit_flag_decode()
808 if (GET_CABAC(elem_offset[INTER_PRED_IDC] + s->HEVClc->ct_depth)) in ff_hevc_inter_pred_idc_decode()
H A Dhevcdec.c2072 int log2_cb_size, int ct_depth) in set_ct_depth()
2081 ct_depth, length); in set_ct_depth()
2337 set_ct_depth(s, x0, y0, log2_cb_size, lc->ct_depth); in hls_coding_unit()
2350 lc->ct_depth = cb_depth; in hls_coding_quadtree()
2071 set_ct_depth(HEVCContext *s, int x0, int y0, int log2_cb_size, int ct_depth) set_ct_depth() argument

Completed in 10 milliseconds