Searched defs:u4_ctxinc (Results 1 - 1 of 1) sorted by relevance

/external/libavc/decoder/
H A Dih264d_parse_cabac.c1073 UWORD32 u4_ctxinc, u4_subblock_coded; local
1088 u4_ctxinc = ((!!pu1_top_nnz[0]) << 1) + (!!pu1_left_nnz[0]);
1090 ps_src_bin_ctxt = ps_cbf + u4_ctxinc;
1103 u4_ctxinc = ((!!pu1_top_nnz[1]) << 1) + u4_top0;
1105 ps_src_bin_ctxt = ps_cbf + u4_ctxinc;
1119 u4_ctxinc = (u4_top0 << 1) + (!!pu1_left_nnz[1]);
1121 ps_src_bin_ctxt = ps_cbf + u4_ctxinc;
1135 u4_ctxinc = (u4_top1 << 1) + u4_subblock_coded;
1137 ps_src_bin_ctxt = ps_cbf + u4_ctxinc;

Completed in 25 milliseconds