OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u1_top_lt_ctb_avail
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_process_slice.c
361
ps_proc->
u1_top_lt_ctb_avail
= 1;
368
ps_proc->
u1_top_lt_ctb_avail
= 0;
375
ps_proc->
u1_top_lt_ctb_avail
= 0;
391
ps_proc->
u1_top_lt_ctb_avail
= 0;
403
ps_proc->
u1_top_lt_ctb_avail
= 0;
652
((ps_proc->u1_top_ctb_avail << 3) | (ps_proc->u1_left_ctb_avail << 2) | (ps_proc->
u1_top_lt_ctb_avail
<< 1) | (ps_proc->u1_top_rt_ctb_avail));
688
s_mv_ctxt.
u1_top_lt_ctb_avail
= ps_proc->
u1_top_lt_ctb_avail
;
[
all
...]
ihevcd_structs.h
307
UWORD8
u1_top_lt_ctb_avail
;
member in struct:__anon16632
1478
UWORD8
u1_top_lt_ctb_avail
;
member in struct:__anon16638
[
all
...]
ihevcd_iquant_itrans_recon_ctb.c
609
UWORD8 u1_left_ctb_avail,
u1_top_lt_ctb_avail
, u1_top_rt_ctb_avail,
local
613
u1_top_lt_ctb_avail
= ps_proc->
u1_top_lt_ctb_avail
;
632
au4_intra_nbr_avail[0] |= ((UWORD32)
u1_top_lt_ctb_avail
<< 31);
[
all
...]
ihevcd_get_mv.c
160
u4_top_lt_ctb_avail = ps_mv_ctxt->
u1_top_lt_ctb_avail
;
ihevcd_parse_slice.c
2837
WORD8
u1_top_lt_ctb_avail
= 1;
local
[
all
...]
Completed in 408 milliseconds