Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c181 ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth] = 0; in ihevcd_parse_transform_tree()
187 …ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth] = ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth - 1… in ihevcd_parse_transform_tree()
201 if((trafo_depth == 0) || ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth - 1]) in ihevcd_parse_transform_tree()
206 ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth] = value; in ihevcd_parse_transform_tree()
252 (ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth])) in ihevcd_parse_transform_tree()
285 ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth]) in ihevcd_parse_transform_tree()
362 if(ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth]) in ihevcd_parse_transform_tree()
376 if(ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth]) in ihevcd_parse_transform_tree()
Dihevcd_structs.h758 UWORD8 ai1_cbf_cr[MAX_TRAFO_DEPTH]; member