Searched defs:u1_mb_type (Results 1 - 9 of 9) sorted by relevance

/external/libavc/decoder/
H A Dih264d_cabac.h98 UWORD8 u1_mb_type; /** macroblock type: I/P/B/SI/SP */ member in struct:__anon7495
H A Dih264d_parse_islice.c90 UWORD8 u1_mb_type)
115 if(u1_mb_type == I_4x4_MB)
117 ps_cur_mb_info->ps_curmb->u1_mb_type = I_4x4_MB;
274 ps_cur_mb_info->ps_curmb->u1_mb_type = I_16x16_MB;
311 u4_cbp = gau1_ih264d_cbp_tab[(u1_mb_type - 1) >> 2];
483 UWORD8 u1_mb_type)
517 if(u1_mb_type == I_4x4_MB)
519 ps_cur_mb_info->ps_curmb->u1_mb_type = I_4x4_MB;
520 p_curr_ctxt->u1_mb_type = CAB_I4x4;
608 ps_cur_mb_info->ps_curmb->u1_mb_type
87 ih264d_parse_imb_cavlc(dec_struct_t * ps_dec, dec_mb_info_t * ps_cur_mb_info, UWORD8 u1_mb_num, UWORD8 u1_mb_type) argument
481 ih264d_parse_imb_cabac(dec_struct_t * ps_dec, dec_mb_info_t * ps_cur_mb_info, UWORD8 u1_mb_type) argument
785 UWORD8 u1_mb_type; local
1023 UWORD8 u1_mb_type; local
[all...]
H A Dih264d_parse_bslice.c93 UWORD8 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
94 UWORD8 u1_mb_mc_mode, u1_num_mb_part, u1_sub_mb = !(u1_mb_type ^ B_8x8);
159 UWORD8 u1_mb_pred_mode_idx = 5 + u1_mb_type;
417 const UWORD8 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
424 + u1_mb_type;
428 p_curr_ctxt->u1_mb_type = CAB_NON_BD16x16;
429 u1_sub_mb = !(u1_mb_type ^ B_8x8);
637 UWORD8 u1_mb_type local
755 UWORD8 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
[all...]
H A Dih264d_parse_mb_header.c76 WORD8 u1_mb_type, u1_bin; local
83 u4_cxt_inc += ((ps_left_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0);
85 u4_cxt_inc += ((ps_top_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0);
93 u1_mb_type = (UWORD8)ih264d_decode_bin(u4_cxt_inc, ps_mb_bin_ctxt, ps_bitstrm,
95 if(u1_mb_type)
110 u1_mb_type += 4;
113 u1_mb_type += 12;
130 u1_mb_type += u1_bin;
136 u1_mb_type = 25;
139 return (u1_mb_type);
163 WORD8 u1_mb_type = 0, u1_bin; local
[all...]
H A Dih264d_parse_pslice.c100 UWORD32 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
110 ps_cur_mb_info->u1_mb_mc_mode = u1_mb_type;
111 uc_sub_mb = ((u1_mb_type == PRED_8x8) | (u1_mb_type == PRED_8x8R0));
168 *pu1_col_info++ = (u1_mb_type << 6);
169 if(u1_mb_type)
170 *pu1_col_info++ = (u1_mb_type << 6);
171 u1_num_mb_part = pu1_num_mb_part[u1_mb_type];
186 if((uc_num_ref_idx_l0_active_minus1 > 0) & (u1_mb_type !
441 const UWORD32 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
872 UWORD8 u1_mb_type; local
1179 UWORD8 u1_mb_type; local
1722 UWORD8 u1_mb_type; local
[all...]
H A Dih264d_process_intra_mb.c411 UWORD8 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
426 if(intra_flag && (u1_mb_type != I_4x4_MB))
542 UWORD8 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
720 UWORD8 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
785 && ((ps_top_mb->u1_mb_type != P_MB)
786 && (ps_top_mb->u1_mb_type != B_MB));
788 && ((ps_left_mb->u1_mb_type !
[all...]
H A Dih264d_compute_bs.c1180 u1_cur_mb_type = ps_cur_mb_params->u1_mb_type;
1181 u1_top_mb_typ = ps_deblk_top_mb->u1_mb_type;
1182 ps_deblk_top_mb->u1_mb_type = u1_cur_mb_type;
1226 ps_dec->deblk_left_mb[1].u1_mb_type = ps_cur_mb_params->u1_mb_type;
1247 u4_leftmbtype = ps_dec->deblk_left_mb[1].u1_mb_type;
1354 ps_dec->deblk_left_mb[1].u1_mb_type = ps_cur_mb_params->u1_mb_type;
1446 u4_leftmbtype = ps_dec->deblk_left_mb[u4_bot_mb].u1_mb_type;
1455 u1_cur_mb_type = ps_cur_mb_params->u1_mb_type;
1799 UWORD8 uc_cur_nnz, uc_left_nnz, uc_top_nnz, u1_mb_type, uc_Bslice; local
[all...]
H A Dih264d_structs.h436 UWORD8 u1_mb_type; member in struct:__anon7515
444 UWORD8 u1_mb_type; /** macroblock type: I/P/B/SI/SP */ member in struct:_DecMbInfo
540 UWORD8 u1_mb_type; /* Bit representations, X- reserved */ member in struct:__anon7517
555 UWORD8 u1_mb_type; member in struct:__anon7518
/external/libavc/encoder/
H A Dih264e_cabac_structs.h64 UWORD8 u1_mb_type; /* !< macroblock type: I/P/B/SI/SP */ member in struct:__anon7644

Completed in 422 milliseconds