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

/external/libavc/decoder/
H A Dih264d_parse_cabac.c1040 /* u4_ctx_cat : inidicates context category for residual */
1068 UWORD32 u4_ctx_cat,
1078 bin_ctxt_model_t * const ps_cbf = ps_dec->p_cbf_t[u4_ctx_cat];
1081 ps_dec->p_significant_coeff_flag_t[u4_ctx_cat];
1093 u4_ctx_cat, ps_sig_coeff_flag, ps_dec,
1108 u4_ctx_cat, ps_sig_coeff_flag, ps_dec,
1123 u4_subblock_coded = ih264d_read_coeff4x4_cabac(ps_bitstrm, u4_ctx_cat,
1139 u4_subblock_coded = ih264d_read_coeff4x4_cabac(ps_bitstrm, u4_ctx_cat,
1066 ih264d_cabac_parse_8x8block(WORD16 *pi2_coeff_block, UWORD32 u4_sub_block_strd, UWORD32 u4_ctx_cat, dec_struct_t * ps_dec, UWORD8 *pu1_top_nnz, UWORD8 *pu1_left_nnz) argument

Completed in 24 milliseconds