Searched refs:pu1_left_mv_ctxt_inc (Results 1 – 10 of 10) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_cabac_structs.h | 217 UWORD8 (*pu1_left_mv_ctxt_inc)[4]; member
|
D | ih264e_cabac_encode.c | 1470 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()
|
D | ih264e_cabac.c | 195 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/ |
D | ih264d_mb_utils.c | 496 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()
|
D | ih264d_parse_islice.c | 510 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()
|
D | ih264d_parse_mb_header.c | 1128 pu1_lft_mv_ctxt = &ps_dec->pu1_left_mv_ctxt_inc[u1_sub_mb_y][u1_b2]; in ih264d_get_mvd_cabac()
|
D | ih264d_structs.h | 781 UWORD8 (*pu1_left_mv_ctxt_inc)[4]; member
|
D | ih264d_parse_bslice.c | 668 MEMSET_16BYTES(&ps_dec->pu1_left_mv_ctxt_inc[0][0], 0); in ih264d_parse_bmb_cabac()
|
D | ih264d_parse_pslice.c | 923 MEMSET_16BYTES(&ps_dec->pu1_left_mv_ctxt_inc[0][0], 0); in ih264d_parse_inter_slice_data_cabac()
|
D | ih264d_api.c | 1291 ps_dec->pu1_left_mv_ctxt_inc = ps_dec->u1_left_mv_ctxt_inc_arr[0]; in ih264d_init_decoder()
|