Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c1102 int blk_idx, int cbf_luma, int *cbf_cb, int *cbf_cr) in hls_transform_unit()
1115 if (cbf_luma || cbf_cb[0] || cbf_cr[0] || in hls_transform_unit()
1116 (s->ps.sps->chroma_format_idc == 2 && (cbf_cb[1] || cbf_cr[1]))) { in hls_transform_unit()
1119 int cbf_chroma = cbf_cb[0] || cbf_cr[0] || in hls_transform_unit()
1121 (cbf_cb[1] || cbf_cr[1])); in hls_transform_unit()
1200 if (cbf_cb[i]) in hls_transform_unit()
1258 if (cbf_cb[i]) in hls_transform_unit()
1328 int cbf_cb[2]; in hls_transform_tree() local
1332 cbf_cb[0] = base_cbf_cb[0]; in hls_transform_tree()
1333 cbf_cb[ in hls_transform_tree()
1099 hls_transform_unit(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 blk_idx, int cbf_luma, int *cbf_cb, int *cbf_cr) hls_transform_unit() argument
[all...]

Completed in 4 milliseconds