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

  /external/libavc/encoder/
ime.c 122 WORD16 i2_mvx, i2_mvy; local
147 i2_mvx = ps_mb_part->s_mv_curr.i2_mvx;
150 i2_mv_u_x = i2_mvx;
156 if ( (i2_mvx - 1 < i4_srch_range_w) ||
157 (i2_mvx + 1 > i4_srch_range_e) ||
164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd);
178 i4_cost[0] = i4_sad[0] + u4_lambda_motion * ( pu1_mv_bits[ ((i2_mvx - 1) << 2) - ps_mb_part->s_mv_pred.i2_mvx]
180 i4_cost[1] = i4_sad[1] + u4_lambda_motion * ( pu1_mv_bits[ ((i2_mvx + 1) << 2) - ps_mb_part->s_mv_pred.i2_mvx
    [all...]
ime_structs.h 51 WORD16 i2_mvx; member in struct:__anon23963
  /external/libavc/decoder/
ih264d_parse_pslice.c 261 WORD16 i2_mvx, i2_mvy; local
266 //i2_mvx = ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
292 i2_mvx = (-(WORD32)u4_abs_val);
294 i2_mvx = (u4_abs_val);
297 COPYTHECONTEXT("MVD", i2_mvx);
309 ps_mv->i2_mv[0] = i2_mvx;
    [all...]
ih264d_parse_bslice.c 305 WORD16 i2_mvx, i2_mvy; local
332 i2_mvx = (-(WORD32)u4_abs_val);
334 i2_mvx = (u4_abs_val);
370 ps_mv->i2_mv[u1_b2] = i2_mvx;
    [all...]
  /external/libavc/common/
ih264_structs.h 138 WORD16 i2_mvx; member in struct:__anon23706
    [all...]
  /external/libhevc/common/
ihevc_structs.h 1167 WORD16 i2_mvx; member in struct:__anon24871
    [all...]

Completed in 167 milliseconds