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

  /external/libavc/decoder/
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_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...]

Completed in 123 milliseconds