Home
last modified time | relevance | path

Searched refs:ai1_cbf_cb (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_slice.c182 ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth] = 0; in ihevcd_parse_transform_tree()
186 …ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth] = ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth - 1… in ihevcd_parse_transform_tree()
193 if((trafo_depth == 0) || ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth - 1]) in ihevcd_parse_transform_tree()
198 ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth] = value; in ihevcd_parse_transform_tree()
251 (ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth]) || in ihevcd_parse_transform_tree()
284 ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth] || in ihevcd_parse_transform_tree()
356 if(ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth]) in ihevcd_parse_transform_tree()
370 if(ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth]) in ihevcd_parse_transform_tree()
Dihevcd_structs.h753 UWORD8 ai1_cbf_cb[MAX_TRAFO_DEPTH]; member