HomeSort by relevance Sort by last modified time
    Searched refs:u1_mv (Results 1 - 11 of 11) sorted by null

  /external/libavc/encoder/
ih264e_cabac_init.c 169 memset(ps_def_ctxt->u1_mv, 0, sizeof(ps_def_ctxt->u1_mv));
ih264e_cabac_structs.h 83 UWORD8 u1_mv[4][4]; member in struct:__anon23917
ih264e_cabac_encode.c     [all...]
ih264e_cabac.c 223 memset(ps_cabac_ctxt->ps_curr_ctxt_mb_info->u1_mv, 0, 16);
  /external/libavc/decoder/
ih264d_cabac.h 109 UWORD8 u1_mv[4][4]; member in struct:__anon23766
ih264d_mb_utils.c 501 MEMSET_16BYTES(ps_dec->ps_curr_ctxt_mb_info->u1_mv, 0);
    [all...]
ih264d_cabac.c 154 pu1_temp = (UWORD8*)p_DefCtxt->u1_mv;
ih264d_parse_islice.c 511 MEMSET_16BYTES(p_curr_ctxt->u1_mv, 0);
    [all...]
ih264d_parse_mb_header.c     [all...]
ih264d_parse_bslice.c 669 MEMSET_16BYTES(p_curr_ctxt->u1_mv, 0);
    [all...]
ih264d_utils.c 855 pu1_temp = (UWORD8*)p_DefCtxt->u1_mv;
    [all...]

Completed in 248 milliseconds