HomeSort by relevance Sort by last modified time
    Searched refs:u4_cbp (Results 1 - 7 of 7) 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_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...]
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...]
  /external/libavc/encoder/
ih264e_cabac_encode.c 473 static void ih264e_cabac_enc_cbp(UWORD32 u4_cbp, cabac_ctxt_t *ps_cabac_ctxt)
499 b = (((u4_cbp >> j) & 0x01) != 0 ? 0 : 1);
515 a = (((u4_cbp >> j) & 0x01) != 0 ? 0 : 1);
525 u1_bin = ((u4_cbp >> i) & 0x01);
531 i2_cbp_chroma = u4_cbp >> 4;
    [all...]
ih264e_process.c 664 ps_mb_hdr->common.u1_cbp = ps_proc->u4_cbp;
731 ps_mb_hdr->common.u1_cbp = ps_proc->u4_cbp;
750 ps_mb_hdr->common.u1_cbp = ps_proc->u4_cbp;
789 ps_mb_hdr->common.u1_cbp = ps_proc->u4_cbp;
827 ps_mb_hdr->common.u1_cbp = ps_proc->u4_cbp;
    [all...]
ih264e_cavlc.c 689 * @param[in] u4_cbp
700 UWORD32 u4_cbp)
727 UWORD32 u4_cbp_luma = u4_cbp & 0xF, u4_cbp_chroma = u4_cbp >> 4;
    [all...]
ih264e_structs.h 1869 UWORD32 u4_cbp; member in struct:_proc_t
    [all...]

Completed in 497 milliseconds