Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h626 int ff_hevc_cbf_cb_cr_decode(HEVCContext *s, int trafo_depth);
627 int ff_hevc_cbf_luma_decode(HEVCContext *s, int trafo_depth);
Dhevc_cabac.c878 int ff_hevc_cbf_cb_cr_decode(HEVCContext *s, int trafo_depth) in ff_hevc_cbf_cb_cr_decode() argument
880 return GET_CABAC(elem_offset[CBF_CB_CR] + trafo_depth); in ff_hevc_cbf_cb_cr_decode()
883 int ff_hevc_cbf_luma_decode(HEVCContext *s, int trafo_depth) in ff_hevc_cbf_luma_decode() argument
885 return GET_CABAC(elem_offset[CBF_LUMA] + !trafo_depth); in ff_hevc_cbf_luma_decode()
Dhevcdec.c1303 int trafo_depth, int blk_idx, in hls_transform_tree() argument
1318 if (trafo_depth == 1) { in hls_transform_tree()
1336 trafo_depth < lc->cu.max_trafo_depth && in hls_transform_tree()
1337 !(lc->cu.intra_split_flag && trafo_depth == 0)) { in hls_transform_tree()
1343 trafo_depth == 0; in hls_transform_tree()
1346 (lc->cu.intra_split_flag && trafo_depth == 0) || in hls_transform_tree()
1351 if (trafo_depth == 0 || cbf_cb[0]) { in hls_transform_tree()
1352 cbf_cb[0] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()
1354 cbf_cb[1] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()
1358 if (trafo_depth == 0 || cbf_cr[0]) { in hls_transform_tree()
[all …]