Searched refs:trafo_depth (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdec.h | 628 int ff_hevc_cbf_cb_cr_decode(HEVCContext *s, int trafo_depth); 629 int ff_hevc_cbf_luma_decode(HEVCContext *s, int trafo_depth);
|
H A D | hevc_cabac.c | 878 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()
|
H A D | hevcdec.c | 1323 int trafo_depth, int blk_idx, in hls_transform_tree() 1338 if (trafo_depth == 1) { in hls_transform_tree() 1356 trafo_depth < lc->cu.max_trafo_depth && in hls_transform_tree() 1357 !(lc->cu.intra_split_flag && trafo_depth == 0)) { in hls_transform_tree() 1363 trafo_depth == 0; in hls_transform_tree() 1366 (lc->cu.intra_split_flag && trafo_depth == 0) || in hls_transform_tree() 1371 if (trafo_depth == 0 || cbf_cb[0]) { in hls_transform_tree() 1372 cbf_cb[0] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree() 1374 cbf_cb[1] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree() 1378 if (trafo_depth in hls_transform_tree() 1320 hls_transform_tree(HEVCContext *s, int x0, int y0, int xBase, int yBase, int cb_xBase, int cb_yBase, int log2_cb_size, int log2_trafo_size, int trafo_depth, int blk_idx, const int *base_cbf_cb, const int *base_cbf_cr) hls_transform_tree() argument [all...] |
Completed in 7 milliseconds