OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_cost
(Results
1 - 2
of
2
) sorted by null
/external/libavc/encoder/
ime.c
128
WORD32
i4_cost
[4];
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]
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]
182
i4_cost
[2] = i4_sad[2] + u4_lambda_motion * ( pu1_mv_bits[ (i2_mvx << 2) - ps_mb_part->s_mv_pred.i2_mvx]
184
i4_cost
[3] = i4_sad[3] + u4_lambda_motion * ( pu1_mv_bits[ (i2_mvx << 2) - ps_mb_part->s_mv_pred.i2_mvx]
188
if (i4_cost_least >
i4_cost
[0])
190
i4_cost_least =
i4_cost
[0];
197
if (i4_cost_least >
i4_cost
[1])
199
i4_cost_least =
i4_cost
[1];
206
if (i4_cost_least >
i4_cost
[2]
[
all
...]
ih264e_intra_modes_eval.c
1740
WORD32
i4_cost
[MAX_I4x4] = {INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX,
local
[
all
...]
Completed in 195 milliseconds