Home
last modified time | relevance | path

Searched refs:pu1_left_mv_ctxt_inc (Results 1 – 10 of 10) sorted by relevance

/external/libavc/encoder/
Dih264e_cabac_encode.c1470 pu1_lft_mv_ctxt = ps_cabac_ctxt->pu1_left_mv_ctxt_inc[0]; in ih264e_cabac_enc_mvds_p16x16()
1534 pu1_lft_mv_ctxt = ps_cabac_ctxt->pu1_left_mv_ctxt_inc[0]; in ih264e_cabac_enc_mvds_b16x16()
1732 memset(ps_cabac_ctxt->pu1_left_mv_ctxt_inc, 0, 16); in ih264e_write_islice_mb_cabac()
1897 memset(ps_cabac_ctxt->pu1_left_mv_ctxt_inc, 0, 16); in ih264e_write_pslice_mb_cabac()
1974 memset(ps_cabac_ctxt->pu1_left_mv_ctxt_inc, 0, 16); in ih264e_write_pslice_mb_cabac()
2205 memset(ps_cabac_ctxt->pu1_left_mv_ctxt_inc, 0, 16); in ih264e_write_bslice_mb_cabac()
2262 memset(ps_cabac_ctxt->pu1_left_mv_ctxt_inc, 0, 16); in ih264e_write_bslice_mb_cabac()
2291 memset(ps_cabac_ctxt->pu1_left_mv_ctxt_inc, 0, 16); in ih264e_write_bslice_mb_cabac()
Dih264e_cabac_structs.h217 UWORD8 (*pu1_left_mv_ctxt_inc)[4]; member
Dih264e_cabac.c195 ps_cabac_ctxt->pu1_left_mv_ctxt_inc = in ih264e_get_cabac_context()
212 memset(ps_cabac_ctxt->pu1_left_mv_ctxt_inc, 0, 16); in ih264e_get_cabac_context()
/external/libavc/decoder/
Dih264d_mb_utils.c496 MEMSET_16BYTES(&ps_dec->pu1_left_mv_ctxt_inc[0][0], 0); in ih264d_get_mb_info_cabac_nonmbaff()
881 UWORD8 (*pu1_left_mv_ctxt_inc_2d)[4] = &ps_dec->pu1_left_mv_ctxt_inc[0]; in ih264d_get_cabac_context_mbaff()
907 ps_dec->pu1_left_mv_ctxt_inc = pu1_left_mv_ctxt_inc_2d; in ih264d_get_cabac_context_mbaff()
Dih264d_parse_islice.c510 MEMSET_16BYTES(&ps_dec->pu1_left_mv_ctxt_inc[0][0], 0); in ih264d_parse_imb_cabac()
1348 MEMSET_16BYTES(&ps_dec->pu1_left_mv_ctxt_inc[0][0], 0); in ih264d_parse_ipcm_mb()
Dih264d_parse_mb_header.c1128 pu1_lft_mv_ctxt = &ps_dec->pu1_left_mv_ctxt_inc[u1_sub_mb_y][u1_b2]; in ih264d_get_mvd_cabac()
Dih264d_structs.h781 UWORD8 (*pu1_left_mv_ctxt_inc)[4]; member
Dih264d_parse_bslice.c668 MEMSET_16BYTES(&ps_dec->pu1_left_mv_ctxt_inc[0][0], 0); in ih264d_parse_bmb_cabac()
Dih264d_parse_pslice.c923 MEMSET_16BYTES(&ps_dec->pu1_left_mv_ctxt_inc[0][0], 0); in ih264d_parse_inter_slice_data_cabac()
Dih264d_api.c1291 ps_dec->pu1_left_mv_ctxt_inc = ps_dec->u1_left_mv_ctxt_inc_arr[0]; in ih264d_init_decoder()