OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i4_mb_cost
(Results
1 - 5
of
5
) sorted by null
/external/libavc/encoder/
ime.c
116
WORD32 i4_cost_least = ps_mb_part->
i4_mb_cost
;
238
if (i4_cost_least < ps_mb_part->
i4_mb_cost
)
240
ps_mb_part->
i4_mb_cost
= i4_cost_least;
304
WORD32
i4_mb_cost
, i4_mb_cost_least = INT_MAX, i4_distortion_least = INT_MAX;
local
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]
346
if (
i4_mb_cost
< i4_mb_cost_least)
348
i4_mb_cost_least =
i4_mb_cost
;
357
if (i4_mb_cost_least < ps_mb_part->
i4_mb_cost
)
360
ps_mb_part->
i4_mb_cost
= i4_mb_cost_least;
487
WORD32
i4_mb_cost
;
local
708
WORD32
i4_mb_cost
;
local
[
all
...]
ime_structs.h
88
WORD32
i4_mb_cost
;
member in struct:__anon14917
ih264e_intra_modes_eval.c
338
WORD32
i4_mb_cost
= INT_MAX, i4_mb_cost_least = INT_MAX;
local
453
i4_mb_cost
= i4_mb_distortion;
456
if(
i4_mb_cost
< i4_mb_distortion_least)
460
i4_mb_cost_least =
i4_mb_cost
;
476
if (i4_mb_cost_least < ps_proc->
i4_mb_cost
)
478
ps_proc->
i4_mb_cost
= i4_mb_cost_least;
724
if (i4_total_cost < ps_proc->
i4_mb_cost
)
726
ps_proc->
i4_mb_cost
= i4_total_cost;
[
all
...]
ih264e_me.c
946
s_skip_mbpart.
i4_mb_cost
= INT_MAX;
964
ps_me_ctxt->as_mb_part[PRED_L0].
i4_mb_cost
= INT_MAX;
1686
WORD32 i4_mb_distortion,
i4_mb_cost
;
local
[
all
...]
ih264e_structs.h
1189
WORD32
i4_mb_cost
;
member in struct:__anon14912
1489
WORD32
i4_mb_cost
;
member in struct:_proc_t
[
all
...]
Completed in 5191 milliseconds