OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u1_ref_pic_type
(Results
1 - 1
of
1
) sorted by null
/external/libavc/decoder/
ih264d_inter_pred.c
481
UWORD8
u1_ref_pic_type
;
local
518
u1_ref_pic_type
= ps_pred_pkd->u1_pic_type & PIC_MASK;
524
if(
u1_ref_pic_type
== BOT_FLD)
564
u1_pod_bot = u1_mb_or_pic_fld && (
u1_ref_pic_type
== TOP_FLD);
565
u1_pod_top = u1_mb_or_pic_fld && (
u1_ref_pic_type
== BOT_FLD);
[
all
...]
Completed in 65 milliseconds