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

  /external/libavc/decoder/
ih264d_parse_islice.c 96 UWORD32 u4_cbp; local
208 u4_cbp = ((1 << u4_ldz) + u4_word - 1);
210 if(u4_cbp > 47)
215 u4_cbp = gau1_ih264d_cbp_table[u4_cbp][0];
217 ps_cur_mb_info->u1_cbp = u4_cbp;
311 u4_cbp = gau1_ih264d_cbp_tab[(u1_mb_type - 1) >> 2];
312 ps_cur_mb_info->u1_cbp = u4_cbp;
442 if(u4_cbp)
    [all...]
ih264d_parse_pslice.c 322 UWORD32 u4_cbp; local
340 u4_cbp = ((1 << u4_ldz) + u4_word - 1);
342 if(u4_cbp > 47)
345 u4_cbp = *((UWORD8*)gau1_ih264d_cbp_inter + u4_cbp);
346 COPYTHECONTEXT("coded_block_pattern", u4_cbp);
347 ps_cur_mb_info->u1_cbp = u4_cbp;
350 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u4_cbp & 0xf)
359 if(u4_cbp)
    [all...]
ih264d_parse_bslice.c 749 UWORD32 u4_cbp; local
807 u4_cbp = ((1 << u4_ldz) + u4_word - 1);
809 if(u4_cbp > 47)
811 u4_cbp = puc_CbpInter[u4_cbp];
813 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u4_cbp & (0xf))
    [all...]
  /external/libavc/encoder/
ih264e_structs.h 1869 UWORD32 u4_cbp; member in struct:_proc_t
    [all...]

Completed in 81 milliseconds