HomeSort by relevance Sort by last modified time
    Searched defs:i2_mvy (Results 1 - 6 of 6) sorted by null

  /external/libavc/encoder/
ime.c 122 WORD16 i2_mvx, i2_mvy; local
148 i2_mvy = ps_mb_part->s_mv_curr.i2_mvy;
151 i2_mv_u_y = i2_mvy;
158 (i2_mvy - 1 < i4_srch_range_n) ||
159 (i2_mvy + 1 > i4_srch_range_s) )
164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd);
179 + pu1_mv_bits[(i2_mvy << 2) - ps_mb_part->s_mv_pred.i2_mvy] );
181 + pu1_mv_bits[(i2_mvy << 2) - ps_mb_part->s_mv_pred.i2_mvy] )
    [all...]
ime_structs.h 56 WORD16 i2_mvy; member in struct:__anon23963
  /external/libavc/decoder/
ih264d_parse_pslice.c 261 WORD16 i2_mvx, i2_mvy; local
298 i2_mvy = ih264d_sev(pu4_bitstrm_ofst,
300 COPYTHECONTEXT("MVD", i2_mvy);
310 ps_mv->i2_mv[1] = i2_mvy;
    [all...]
ih264d_parse_bslice.c 305 WORD16 i2_mvx, i2_mvy; local
363 i2_mvy = (-(WORD32)u4_abs_val);
365 i2_mvy = (u4_abs_val);
371 ps_mv->i2_mv[u1_b2 + 1] = i2_mvy;
    [all...]
  /external/libavc/common/
ih264_structs.h 143 WORD16 i2_mvy; member in struct:__anon23706
    [all...]
  /external/libhevc/common/
ihevc_structs.h 1172 WORD16 i2_mvy; member in struct:__anon24871
    [all...]

Completed in 91 milliseconds