HomeSort by relevance Sort by last modified time
    Searched refs:ai1_cbf_cr (Results 1 - 2 of 2) sorted by null

  /external/libhevc/decoder/
ihevcd_parse_slice.c 178 ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth] = 0;
184 ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth] = ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth - 1];
198 if((trafo_depth == 0) || ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth - 1])
203 ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth] = value;
245 (ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth]))
278 ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth])
349 if(ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth])
363 if(ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth])
    [all...]
ihevcd_structs.h 758 UWORD8 ai1_cbf_cr[MAX_TRAFO_DEPTH]; member in struct:__anon27655
    [all...]

Completed in 3660 milliseconds