Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_cabac.c397 UWORD8 u4_ctx_Inc; in ih264d_decode_bins_tunary() local
413 u4_ctx_Inc = u4_ctx_inc & 0xF; in ih264d_decode_bins_tunary()
416 ps_bin_ctxt = ps_src_bin_ctxt + u4_ctx_Inc; in ih264d_decode_bins_tunary()
537 UWORD32 u4_ctx_Inc; in ih264d_decode_bins_unary() local
551 u4_ctx_Inc = u4_ctx_inc & 0xf; in ih264d_decode_bins_unary()
554 ps_bin_ctxt = ps_src_bin_ctxt + u4_ctx_Inc; in ih264d_decode_bins_unary()
569 u4_ctx_Inc = u4_ctx_inc & 0xf; in ih264d_decode_bins_unary()
571 ps_bin_ctxt = ps_src_bin_ctxt + u4_ctx_Inc; in ih264d_decode_bins_unary()
Dih264d_parse_mb_header.c1025 UWORD8 u4_ctx_Inc; in ih264d_parse_ctx_cbp_cabac() local
1031 u4_ctx_Inc = u4_ctx_inc & 0xF; in ih264d_parse_ctx_cbp_cabac()
1034 ps_bin_ctxt = p_CtxtCbpChroma + u4_ctx_Inc; in ih264d_parse_ctx_cbp_cabac()
1256 UWORD32 u4_ctx_Inc; in ih264d_parse_mvd_cabac() local
1264 u4_ctx_Inc = u4_ctx_inc & 0xf; in ih264d_parse_mvd_cabac()
1267 ps_bin_ctxt = p_ctxt_mvd + u4_ctx_Inc; in ih264d_parse_mvd_cabac()
Dih264d_parse_cabac.c324 UWORD32 u4_ctx_Inc; in ih264d_read_coeff4x4_cabac() local
328 u4_ctx_Inc = u4_ctx_inc & 0xf; in ih264d_read_coeff4x4_cabac()
329 ps_bin_ctxt = p_ctxt_abs_level + u4_ctx_Inc; in ih264d_read_coeff4x4_cabac()
800 UWORD32 u4_ctx_Inc; in ih264d_read_coeff8x8_cabac() local
803 u4_ctx_Inc = u4_ctx_inc & 0xf; in ih264d_read_coeff8x8_cabac()
804 ps_bin_ctxt = p_ctxt_abs_level + u4_ctx_Inc; in ih264d_read_coeff8x8_cabac()