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

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

Completed in 77 milliseconds