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

  /external/libavc/encoder/
ih264e_cabac_encode.c 2308 UWORD32 u4_mb_type = mb_type - B16x16 + B_L0_16x16 local
    [all...]
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_structs.h 1367 UWORD32 u4_mb_type; member in struct:__anon22489
1645 UWORD32 u4_mb_type; member in struct:_proc_t
    [all...]

Completed in 437 milliseconds