Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c121 WORD32 trafo_depth, in ihevcd_parse_transform_tree() argument
147 (trafo_depth < max_trafo_depth) && in ihevcd_parse_transform_tree()
148 !(intra_split_flag && (trafo_depth == 0))) in ihevcd_parse_transform_tree()
166 (0 == trafo_depth)) in ihevcd_parse_transform_tree()
172 ((1 == intra_split_flag) && (0 == trafo_depth)) || in ihevcd_parse_transform_tree()
179 if(0 == trafo_depth) in ihevcd_parse_transform_tree()
181 ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth] = 0; in ihevcd_parse_transform_tree()
182 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()
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()
[all …]