Home
last modified time | relevance | path

Searched refs:ps_ctxt_sig_coeff (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_cabac.c66 bin_ctxt_model_t *ps_ctxt_sig_coeff, in ih264d_read_coeff4x4_cabac() argument
161 p_binCtxt_last_org = ps_ctxt_sig_coeff in ih264d_read_coeff4x4_cabac()
177 u1_mps_state = (ps_ctxt_sig_coeff->u1_mps_state); in ih264d_read_coeff4x4_cabac()
214 ps_ctxt_sig_coeff->u1_mps_state = u1_mps_state; in ih264d_read_coeff4x4_cabac()
219 ps_ctxt_sig_coeff++; in ih264d_read_coeff4x4_cabac()
595 bin_ctxt_model_t *ps_ctxt_sig_coeff; in ih264d_read_coeff8x8_cabac() local
617 ps_ctxt_sig_coeff = ps_dec->s_high_profile.ps_sigcoeff_8x8_frame; in ih264d_read_coeff8x8_cabac()
628 ps_ctxt_sig_coeff = ps_dec->s_high_profile.ps_sigcoeff_8x8_field; in ih264d_read_coeff8x8_cabac()
651 p_binCtxt_last_org = ps_ctxt_sig_coeff in ih264d_read_coeff8x8_cabac()
654 p_ctxt_sig_coeff_org = ps_ctxt_sig_coeff; in ih264d_read_coeff8x8_cabac()
[all …]
Dih264d_parse_cabac.h46 bin_ctxt_model_t *ps_ctxt_sig_coeff,