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

  /external/libavc/encoder/
ime.c 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]
179 + pu1_mv_bits[(i2_mvy << 2) - ps_mb_part->s_mv_pred.i2_mvy] );
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]
181 + pu1_mv_bits[(i2_mvy << 2) - ps_mb_part->s_mv_pred.i2_mvy] );
182 i4_cost[2] = i4_sad[2] + u4_lambda_motion * ( pu1_mv_bits[ (i2_mvx << 2) - ps_mb_part->s_mv_pred.i2_mvx]
183 + pu1_mv_bits[((i2_mvy - 1) << 2) - ps_mb_part->s_mv_pred.i2_mvy] );
184 i4_cost[3] = i4_sad[3] + u4_lambda_motion * ( pu1_mv_bits[ (i2_mvx << 2) - ps_mb_part->s_mv_pred.i2_mvx]
185 + pu1_mv_bits[((i2_mvy + 1) << 2) - ps_mb_part->s_mv_pred.i2_mvy] );
343 i4_mb_cost = i4_mb_distortion + u4_lambda_motion * ( pu1_mv_bits[ (ps_mv_list[i].i2_mvx << 2) - ps_mb_part->s_mv_pred.i2_mvx]
344 + pu1_mv_bits[(ps_mv_list[i].i2_mvy << 2) - ps_mb_part->s_mv_pred.i2_mvy] )
    [all...]
ime_structs.h 78 ime_mv_t s_mv_pred; member in struct:__anon22295
ih264e_me.c 328 ps_mb_part->s_mv_pred.i2_mvx = ps_proc->ps_pred_mv[i4_reflist].s_mv.i2_mvx;
329 ps_mb_part->s_mv_pred.i2_mvy = ps_proc->ps_pred_mv[i4_reflist].s_mv.i2_mvy;
    [all...]
  /external/libavc/decoder/
ih264d_process_bslice.c 76 mv_pred_t s_mv_pred, *ps_mv; local
115 ps_mv_ntop_start, &s_mv_pred, 0, 4,
118 i2_spat_pred_mv[0] = s_mv_pred.i2_mv[0];
119 i2_spat_pred_mv[1] = s_mv_pred.i2_mv[1];
120 i2_spat_pred_mv[2] = s_mv_pred.i2_mv[2];
121 i2_spat_pred_mv[3] = s_mv_pred.i2_mv[3];
123 i1_ref_frame0 = s_mv_pred.i1_ref_frame[0];
124 i1_ref_frame1 = s_mv_pred.i1_ref_frame[1];
    [all...]

Completed in 486 milliseconds