OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u1_cbp
(Results
1 - 17
of
17
) sorted by null
/external/libavc/decoder/
ih264d_parse_islice.c
216
COPYTHECONTEXT("coded_block_pattern",
u1_cbp
);
217
ps_cur_mb_info->
u1_cbp
= u4_cbp;
222
if(ps_cur_mb_info->
u1_cbp
)
312
ps_cur_mb_info->
u1_cbp
= u4_cbp;
486
UWORD8
u1_cbp
;
local
580
u1_cbp
= ih264d_parse_ctx_cbp_cabac(ps_dec);
581
COPYTHECONTEXT("coded_block_pattern",
u1_cbp
);
582
ps_cur_mb_info->
u1_cbp
=
u1_cbp
;
583
p_curr_ctxt->
u1_cbp
= u1_cbp
[
all
...]
ih264d_parse_cabac.c
1165
UWORD8
u1_cbp
= ps_cur_mb_info->
u1_cbp
;
local
[
all
...]
ih264d_mb_utils.c
[
all
...]
ih264d_parse_bslice.c
634
UWORD8
u1_cbp
;
local
678
u1_cbp
= (WORD8)ih264d_parse_ctx_cbp_cabac(ps_dec);
679
p_curr_ctxt->
u1_cbp
=
u1_cbp
;
680
ps_cur_mb_info->
u1_cbp
=
u1_cbp
;
682
if(
u1_cbp
> 47)
685
COPYTHECONTEXT("coded_block_pattern",
u1_cbp
);
690
if((ps_dec->s_high_profile.u1_transform8x8_present) && (
u1_cbp
& (0xf))
711
if(
u1_cbp
)
[
all
...]
ih264d_parse_mb_header.c
808
u4_cxt_inc = (!((ps_top_ctxt->
u1_cbp
>> 2) & 0x01)) << 1;
809
u4_cxt_inc += !((ps_left_ctxt->
u1_cbp
>> 1) & 0x01);
865
u4_cxt_inc = (!((ps_top_ctxt->
u1_cbp
>> 3) & 0x01)) << 1;
906
u4_cxt_inc += !((ps_left_ctxt->
u1_cbp
>> 3) & 0x01);
[
all
...]
ih264d_parse_pslice.c
347
ps_cur_mb_info->
u1_cbp
= u4_cbp;
657
UWORD8
u1_cbp
;
local
660
u1_cbp
= (WORD8)ih264d_parse_ctx_cbp_cabac(ps_dec);
661
COPYTHECONTEXT("coded_block_pattern",
u1_cbp
);
662
ps_cur_mb_info->
u1_cbp
=
u1_cbp
;
663
p_curr_ctxt->
u1_cbp
=
u1_cbp
;
668
if(
u1_cbp
> 47)
675
if((ps_dec->s_high_profile.u1_transform8x8_present) && (
u1_cbp
& 0xf
[
all
...]
ih264d_parse_cavlc.c
2447
UWORD8
u1_cbp
= ps_cur_mb_info->
u1_cbp
;
local
[
all
...]
ih264d_cabac.h
99
UWORD8
u1_cbp
; /** Coded Block Pattern */
member in struct:__anon15321
ih264d_process_intra_mb.c
551
if((ps_cur_mb_info->
u1_cbp
>> 4) == CBPC_ALLZERO)
571
if((ps_cur_mb_info->
u1_cbp
>> 4) == CBPC_NONZERO)
646
if(CHECKBIT(ps_cur_mb_info->
u1_cbp
, blk_8x8_cnt))
[
all
...]
ih264d_process_pslice.c
601
if(ps_cur_mb_info->
u1_cbp
& 0x0f)
662
if(CHECKBIT(ps_cur_mb_info->
u1_cbp
, i))
706
UWORD8 u1_chroma_cbp = (UWORD8)(ps_cur_mb_info->
u1_cbp
>> 4);
[
all
...]
ih264d_cabac.c
144
p_DefCtxt->
u1_cbp
= 0x0f;
ih264d_structs.h
446
UWORD8
u1_cbp
;
member in struct:_DecMbInfo
[
all
...]
ih264d_inter_pred.c
717
UWORD8 u1_chroma_cbp = (UWORD8)(ps_cur_mb_info->
u1_cbp
>> 4);
[
all
...]
ih264d_utils.c
[
all
...]
/external/libavc/encoder/
ih264e_cabac_init.c
167
ps_def_ctxt->
u1_cbp
= 0x0f;
ih264e_cabac_structs.h
66
UWORD8
u1_cbp
; /* !< Coded Block Pattern */
member in struct:__anon15472
ih264e_cabac_encode.c
460
* @param[in]
u1_cbp
506
b = ((ps_top_ctxt->
u1_cbp
>> j) & 0x01) ? 0 : 1;
521
a = ((ps_left_ctxt->
u1_cbp
>> j) & 0x01) ? 0 : 1;
533
a = (ps_left_ctxt->
u1_cbp
> 15) ? 1 : 0;
534
b = (ps_top_ctxt->
u1_cbp
> 15) ? 1 : 0;
542
a = (ps_left_ctxt->
u1_cbp
> 31) ? 1 : 0;
543
b = (ps_top_ctxt->
u1_cbp
> 31) ? 1 : 0;
[
all
...]
Completed in 58 milliseconds