OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bi_pred_idx
(Results
1 - 1
of
1
) sorted by null
/external/libhevc/decoder/
ihevcd_mv_merge.c
841
WORD32
bi_pred_idx
= 0;
local
845
while(
bi_pred_idx
< total_bi_pred_cand)
847
l0_cand = priority_list0[
bi_pred_idx
];
848
l1_cand = priority_list1[
bi_pred_idx
];
882
bi_pred_idx
++;
884
if((
bi_pred_idx
== total_bi_pred_cand)
Completed in 599 milliseconds