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

  /external/libmpeg2/decoder/
impeg2d_mv_dec.c 59 * i : 0 - MV_X and 1 - MV_Y
223 ps_dec->ai2_pred_mv[e_ref_pic][SECOND][MV_X] = ps_dec->ai2_pred_mv[e_ref_pic][FIRST][MV_X];
305 /* Decode the motion vector MV_X, MV_Y and dmv[0], dmv[1] */
323 pi2_mv2[MV_X] = pi2_mv1[MV_X];
326 pi2_mv3[MV_X] = ai2_dmv[0] + DIV_2_RND(pi2_mv1[MV_X] * ai2_m[1][0]);
327 pi2_mv4[MV_X] = ai2_dmv[0] + DIV_2_RND(pi2_mv1[MV_X] * ai2_m[0][1])
    [all...]
impeg2d_mc.c 456 ps_dec->ai2_pred_mv[FORW][SECOND][MV_X] = ps_dec->ai2_pred_mv[FORW][FIRST][MV_X];
527 pi2_mv[MV_X] = pi2_mv[MV_Y] = 0;
560 pi2_mv[MV_X] = ps_dec->ai2_pred_mv[ps_dec->e_mb_pred][FIRST][MV_X];
    [all...]
  /external/libmpeg2/common/
impeg2_defs.h 271 MV_X,

Completed in 48 milliseconds