HomeSort by relevance Sort by last modified time
    Searched defs:u1_mb_type (Results 1 - 9 of 9) sorted by null

  /external/libavc/decoder/
ih264d_cabac.h 98 UWORD8 u1_mb_type; /** macroblock type: I/P/B/SI/SP */ member in struct:__anon22097
ih264d_parse_islice.c 90 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)
515 if(u1_mb_type == I_4x4_MB)
517 ps_cur_mb_info->ps_curmb->u1_mb_type = I_4x4_MB;
518 p_curr_ctxt->u1_mb_type = CAB_I4x4;
606 ps_cur_mb_info->ps_curmb->u1_mb_type = I_16x16_MB
783 UWORD8 u1_mb_type; local
1026 UWORD8 u1_mb_type; local
    [all...]
ih264d_parse_mb_header.c 76 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...]
ih264d_parse_pslice.c 100 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 != PRED_8x8R0)
441 const UWORD32 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
872 UWORD8 u1_mb_type; local
1186 UWORD8 u1_mb_type; local
1766 UWORD8 u1_mb_type; local
    [all...]
ih264d_compute_bs.c 1799 UWORD8 uc_cur_nnz, uc_left_nnz, uc_top_nnz, u1_mb_type, uc_Bslice; local
    [all...]
ih264d_parse_bslice.c 93 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 = ps_cur_mb_info->u1_mb_type local
755 UWORD8 u1_mb_type = ps_cur_mb_info->u1_mb_type; local
    [all...]
ih264d_process_intra_mb.c 411 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 != P_MB
    [all...]
ih264d_structs.h 436 UWORD8 u1_mb_type; member in struct:__anon22117
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:__anon22119
555 UWORD8 u1_mb_type; member in struct:__anon22120
    [all...]
  /external/libavc/encoder/
ih264e_cabac_structs.h 64 UWORD8 u1_mb_type; /* !< macroblock type: I/P/B/SI/SP */ member in struct:__anon22248

Completed in 600 milliseconds