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

  /external/libavc/decoder/
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_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_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_compute_bs.c 1799 UWORD8 uc_cur_nnz, uc_left_nnz, uc_top_nnz, u1_mb_type, uc_Bslice; local
    [all...]
ih264d_parse_islice.h 54 UWORD8 u1_mb_type);
57 UWORD8 u1_mb_type);
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_thread_compute_bs.c 126 u1_cur_mb_type = ps_cur_mb_params->u1_mb_type;
127 u1_top_mb_typ = ps_deblk_top_mb->u1_mb_type;
128 ps_deblk_top_mb->u1_mb_type = u1_cur_mb_type;
170 ps_dec->deblk_left_mb[1].u1_mb_type = ps_cur_mb_params->u1_mb_type;
191 u4_leftmbtype = ps_dec->deblk_left_mb[1].u1_mb_type;
302 ps_dec->deblk_left_mb[1].u1_mb_type = ps_cur_mb_params->u1_mb_type;
592 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
596 else if(ps_cur_mb_info->u1_mb_type != MB_SKIP
    [all...]
ih264d_mb_utils.c 159 ps_dec->u1_topleft_mbtype = ps_cur_mb_info->ps_top_mb->u1_mb_type;
449 ps_dec->u1_topleft_mbtype = ps_cur_mb_info->ps_top_mb->u1_mb_type;
472 - ((!!(ps_dec->p_top_ctxt_mb_info->u1_mb_type
474 + (!!(ps_dec->p_left_ctxt_mb_info->u1_mb_type
669 - ((!!(ps_top_ctxt->u1_mb_type & CAB_SKIP_MASK))
670 + (!!(ps_left_ctxt->u1_mb_type
683 ps_curr_ctxt->u1_mb_type = CAB_SKIP;
687 - ((!!(ps_top_mb_of_bot->u1_mb_type
689 + (!!(ps_left_mb_of_bot->u1_mb_type
    [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_thread_parse_decode.c 289 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
313 else if(ps_cur_mb_info->u1_mb_type == MB_SKIP)
349 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
353 else if(ps_cur_mb_info->u1_mb_type != MB_SKIP)
355 if((u1_ipcm_th + 25) != ps_cur_mb_info->u1_mb_type)
357 ps_cur_mb_info->u1_mb_type -= (u1_skip_th + 1);
ih264d_process_pslice.c 135 ps_cur_deblk_mb->u1_mb_type |= (u1_num_part > 1) << 1;
363 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
389 else if(ps_cur_mb_info->u1_mb_type == MB_SKIP)
425 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
430 else if(ps_cur_mb_info->u1_mb_type != MB_SKIP)
432 if((u1_ipcm_th + 25) != ps_cur_mb_info->u1_mb_type)
434 ps_cur_mb_info->u1_mb_type -= (u1_skip_th + 1);
    [all...]
ih264d_cabac.h 98 UWORD8 u1_mb_type; /** macroblock type: I/P/B/SI/SP */ member in struct:__anon22097
ih264d_parse_cabac.c     [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...]
ih264d_deblocking.c 766 u1_cur_fld = (ps_cur_mb->u1_mb_type & D_FLD_MB) >> 7;
779 u1_top_fld = (ps_top_mb->u1_mb_type & D_FLD_MB)
819 u1_cur_fld = (ps_cur_mb->u1_mb_type & D_FLD_MB) >> 7;
824 u1_left_fld = (ps_left_mb->u1_mb_type & D_FLD_MB)
846 u1_top_fld = (ps_top_mb->u1_mb_type & D_FLD_MB)
    [all...]
ih264d_cabac.c 142 p_DefCtxt->u1_mb_type = CAB_SKIP;
ih264d_parse_cavlc.c     [all...]
ih264d_utils.c 865 p_DefCtxt->u1_mb_type = CAB_SKIP;
    [all...]
  /external/libavc/encoder/
ih264e_cabac_encode.c 124 a = ((ps_cabac_ctxt->ps_left_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ?
126 b = ((ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ?
224 u1_ctx_inc += ((ps_left_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0);
226 u1_ctx_inc += ((ps_top_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0);
    [all...]
ih264e_cabac_init.c 164 ps_def_ctxt->u1_mb_type = CAB_SKIP;
ih264e_cabac_structs.h 64 UWORD8 u1_mb_type; /* !< macroblock type: I/P/B/SI/SP */ member in struct:__anon22248

Completed in 376 milliseconds