Home
last modified time | relevance | path

Searched refs:ff_hevc_cbf_cb_cr_decode (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);
Dhevc_cabac.c878 int ff_hevc_cbf_cb_cr_decode(HEVCContext *s, int trafo_depth) in ff_hevc_cbf_cb_cr_decode() function
Dhevcdec.c1352 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()
1359 cbf_cr[0] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()
1361 cbf_cr[1] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()