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

  /external/libavc/encoder/
ime.c 125 UWORD8 *pu1_mv_bits = ps_me_ctxt->pu1_mv_bits; local
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] )
310 UWORD8 *pu1_mv_bits = ps_me_ctxt->pu1_mv_bits; local
494 UWORD8 *pu1_mv_bits = ps_me_ctxt->pu1_mv_bits; local
    [all...]
ime_structs.h 204 UWORD8 *pu1_mv_bits; member in struct:__anon14060
ih264e_me.c 115 * @param[out] pu1_mv_bits
146 ps_me_ctxt->pu1_mv_bits[0] = 1;
160 ps_me_ctxt->pu1_mv_bits[-i] = ps_me_ctxt->pu1_mv_bits[i] = codesize;
    [all...]
ih264e_api.c     [all...]

Completed in 222 milliseconds