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

  /external/libavc/encoder/
ih264e_process.c 648 UWORD32 u4_mb_type = ps_proc->u4_mb_type; local
651 if (u4_mb_type == I4x4)
661 ps_mb_hdr->common.u1_mb_type_mode = (ps_proc->u1_c_i8_mode << 6) + u4_mb_type;
721 else if (u4_mb_type == I16x16)
728 ps_mb_hdr->common.u1_mb_type_mode = (ps_proc->u1_c_i8_mode << 6) + (ps_proc->u1_l_i16_mode << 4) + u4_mb_type;
740 else if (u4_mb_type == P16x16)
747 ps_mb_hdr->common.u1_mb_type_mode = u4_mb_type;
763 else if (u4_mb_type == PSKIP)
770 ps_mb_hdr->common.u1_mb_type_mode = u4_mb_type;
901 UWORD32 u4_mb_type = ps_proc->u4_mb_type; local
    [all...]
ih264e_cabac.h 165 * @param[in] u4_mb_type
175 void ih264e_get_cabac_context(entropy_ctxt_t *ps_ent_ctxt, WORD32 u4_mb_type);
ih264e_cabac.c 147 * @param[in] u4_mb_type
157 void ih264e_get_cabac_context(entropy_ctxt_t *ps_ent_ctxt, WORD32 u4_mb_type)
169 i4_is_intra = ((u4_mb_type == I16x16) || (u4_mb_type == I8x8)
170 || (u4_mb_type == I4x4));
ih264e_intra_modes_eval.c 480 ps_proc->u4_mb_type = I16x16;
728 ps_proc->u4_mb_type = I8x8;
    [all...]
ih264e_structs.h 1367 UWORD32 u4_mb_type; member in struct:__anon23959
1645 UWORD32 u4_mb_type; member in struct:_proc_t
    [all...]
ih264e_cabac_encode.c 2308 UWORD32 u4_mb_type = mb_type - B16x16 + B_L0_16x16 local
    [all...]
ih264e_me.c     [all...]
ih264e_cavlc.c 686 * @param[in] u4_mb_type
699 UWORD32 u4_mb_type,
750 if (u4_mb_type == I16x16)
    [all...]

Completed in 138 milliseconds