OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u1_bottom_field_flag
(Results
1 - 4
of
4
) sorted by null
/external/libavc/decoder/
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_parse_slice.c
176
UWORD8
u1_bottom_field_flag
= ps_cur_slice->
u1_bottom_field_flag
;
local
192
ps_prev_poc->u1_bot_field = ps_dec->ps_cur_slice->
u1_bottom_field_flag
;
522
if(u1_field_pic_flag &&
u1_bottom_field_flag
)
1030
UWORD8
u1_bottom_field_flag
, u1_pic_order_cnt_type;
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:__anon13892
[
all
...]
Completed in 276 milliseconds