HomeSort by relevance Sort by last modified time
    Searched refs:u1_bottom_field_flag (Results 1 - 8 of 8) sorted by null

  /external/libavc/decoder/
ih264d_utils.h 56 UWORD8 u1_bottom_field_flag);
73 UWORD8 u1_bottom_field_flag,
ih264d_parse_slice.c 177 UWORD8 u1_bottom_field_flag = ps_cur_slice->u1_bottom_field_flag; local
197 ps_prev_poc->u1_bot_field = ps_dec->ps_cur_slice->u1_bottom_field_flag;
525 if(u1_field_pic_flag && u1_bottom_field_flag)
997 UWORD8 u1_bottom_field_flag, u1_pic_order_cnt_type; local
    [all...]
ih264d_utils.c 87 UWORD8 u1_bottom_field_flag)
96 c = (u1_bottom_field_flag != ps_prev_slice->u1_bottom_field_flag);
160 UWORD8 u1_bottom_field_flag,
218 if(!u1_field_pic_flag || !u1_bottom_field_flag)
227 else if(u1_bottom_field_flag)
332 else if(!u1_bottom_field_flag)
399 else if(!u1_bottom_field_flag)
420 else if(!u1_bottom_field_flag)
527 if(ps_cur_slice->u1_bottom_field_flag)
    [all...]
ih264d_deblocking.c 663 && ps_dec->ps_cur_slice->u1_bottom_field_flag);
666 || ps_dec->ps_cur_slice->u1_bottom_field_flag);
713 UWORD8 u1_bottom_field_flag = ps_dec->ps_cur_slice->u1_bottom_field_flag; /*< Bottom field u4_flag*/ local
995 UWORD8 u1_bottom_field_flag = ps_dec->ps_cur_slice->u1_bottom_field_flag; \/*< Bottom field u4_flag *\/ local
    [all...]
ih264d_process_bslice.c 675 if(ps_dec->ps_cur_slice->u1_bottom_field_flag)
934 UWORD8 u1_bottom_field_flag; local
    [all...]
ih264d_structs.h 494 UWORD8 u1_bottom_field_flag; /** If slice belongs to bot field pic */ member in struct:__anon22118
    [all...]
ih264d_inter_pred.c 556 u1_pic_bot = ps_cur_slice->u1_bottom_field_flag;
    [all...]
ih264d_api.c     [all...]

Completed in 58 milliseconds