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/
H A Dhevcdec.h628 int ff_hevc_cbf_cb_cr_decode(HEVCContext *s, int trafo_depth);
H A Dhevc_cabac.c878 int ff_hevc_cbf_cb_cr_decode(HEVCContext *s, int trafo_depth) in ff_hevc_cbf_cb_cr_decode() function
H A Dhevcdec.c1372 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()
1379 cbf_cr[0] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()
1381 cbf_cr[1] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()

Completed in 10 milliseconds