OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l0_cand
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/encoder/
ihevce_mv_pred_merge.c
911
WORD32
l0_cand
, l1_cand;
local
917
l0_cand
= priority_list0[bi_pred_idx];
920
if((ps_merge_cand_list[
l0_cand
].u1_pred_flag_l0 == 1) &&
927
i1_l0_ref_idx = ps_merge_cand_list[
l0_cand
].mv.i1_l0_ref_idx;
931
s_l0_mv = ps_merge_cand_list[
l0_cand
].mv.s_l0_mv;
944
if(pu1_is_top_used[
l0_cand
] || pu1_is_top_used[l1_cand]
[
all
...]
/external/libhevc/decoder/
ihevcd_mv_merge.c
840
WORD32
l0_cand
, l1_cand;
local
847
l0_cand
= priority_list0[bi_pred_idx];
850
if((as_pu_merge_list[
l0_cand
].b2_pred_mode != PRED_L1)
858
i1_l0_ref_idx = as_pu_merge_list[
l0_cand
].mv.i1_l0_ref_idx;
862
s_l0_mv = as_pu_merge_list[
l0_cand
].mv.s_l0_mv;
Completed in 948 milliseconds