OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_top_ctxt
(Results
1 - 5
of
5
) sorted by null
/external/libavc/decoder/
ih264d_parse_mb_header.c
74
ctxt_inc_mb_info_t *
ps_top_ctxt
= ps_dec->p_top_ctxt_mb_info;
local
84
if(
ps_top_ctxt
!= ps_dec->ps_def_ctxt_mb_info)
85
u4_cxt_inc += ((
ps_top_ctxt
->u1_mb_type != CAB_I4x4) ? 1 : 0);
160
ctxt_inc_mb_info_t *
ps_top_ctxt
= ps_dec->p_top_ctxt_mb_info;
local
175
if(
ps_top_ctxt
!= ps_dec->ps_def_ctxt_mb_info)
176
c_ctxt_inc += ((
ps_top_ctxt
->u1_mb_type != CAB_SI4x4) ? 1 : 0);
231
if(
ps_top_ctxt
!= ps_dec->ps_def_ctxt_mb_info)
232
b = ((
ps_top_ctxt
->u1_mb_type & CAB_BD16x16_MASK) != CAB_BD16x16);
592
ctxt_inc_mb_info_t *
ps_top_ctxt
= ps_dec->p_top_ctxt_mb_info;
local
605
b = ((
ps_top_ctxt
->u1_intra_chroma_pred_mode != 0) ? 1 : 0)
639
ctxt_inc_mb_info_t *
ps_top_ctxt
= ps_dec->p_top_ctxt_mb_info;
local
796
ctxt_inc_mb_info_t *
ps_top_ctxt
= ps_dec->p_top_ctxt_mb_info;
local
[
all
...]
ih264d_mb_utils.c
554
ctxt_inc_mb_info_t *ps_curr_ctxt, *
ps_top_ctxt
, *ps_left_ctxt;
local
573
ps_top_ctxt
= ps_left_ctxt = p_ctx_inc_mb_map - 1;
578
ctxt_inc_mb_info_t *ps_top_mb_of_bot =
ps_top_ctxt
;
620
ps_top_ctxt
= ps_curr_ctxt + 1;
627
ps_top_mb_of_bot = u1_cur_mb_field ?
ps_top_ctxt
: ps_curr_ctxt;
630
ps_top_ctxt
-= (u1_cur_mb_field && u4_top_mb_pair_fld);
669
- ((!!(
ps_top_ctxt
->u1_mb_type & CAB_SKIP_MASK))
[
all
...]
ih264d_parse_cabac.c
1173
ctxt_inc_mb_info_t *
ps_top_ctxt
= ps_dec->p_top_ctxt_mb_info;
local
[
all
...]
ih264d_parse_islice.c
664
ctxt_inc_mb_info_t *
ps_top_ctxt
= ps_dec->p_top_ctxt_mb_info;
local
671
uc_b = ((
ps_top_ctxt
->u1_yuv_dc_csbp) & 0x01);
[
all
...]
/external/libavc/encoder/
ih264e_cabac_encode.c
203
mb_info_ctxt_t *
ps_top_ctxt
= ps_cabac_ctxt->ps_top_ctxt_mb_info;
local
225
if (
ps_top_ctxt
!= ps_cabac_ctxt->ps_def_ctxt_mb_info)
226
u1_ctx_inc += ((
ps_top_ctxt
->u1_mb_type != CAB_I4x4) ? 1 : 0);
411
mb_info_ctxt_t *
ps_top_ctxt
= ps_cabac_ctxt->ps_top_ctxt_mb_info;
local
417
b = ((
ps_top_ctxt
->u1_intrapred_chroma_mode != 0) ? 1 : 0);
476
mb_info_ctxt_t *
ps_top_ctxt
= ps_cabac_ctxt->ps_top_ctxt_mb_info;
local
506
b = ((
ps_top_ctxt
->u1_cbp >> j) & 0x01) ? 0 : 1;
534
b = (
ps_top_ctxt
->u1_cbp > 15) ? 1 : 0;
543
b = (
ps_top_ctxt
->u1_cbp > 31) ? 1 : 0;
897
mb_info_ctxt_t *
ps_top_ctxt
= ps_cabac_ctxt->ps_top_ctxt_mb_info
local
1153
mb_info_ctxt_t *
ps_top_ctxt
;
local
2115
mb_info_ctxt_t *
ps_top_ctxt
= ps_cabac_ctxt->
ps_top_ctxt
_mb_info;
local
2240
mb_info_ctxt_t *
ps_top_ctxt
= ps_cabac_ctxt->
ps_top_ctxt
_mb_info;
local
2315
mb_info_ctxt_t *
ps_top_ctxt
= ps_cabac_ctxt->
ps_top_ctxt
_mb_info;
local
[
all
...]
Completed in 54 milliseconds