Searched defs:u1_cbp_l (Results 1 - 1 of 1) sorted by relevance

/external/libavc/encoder/
H A Dih264e_core_coding.c777 * @param[out] u1_cbp_l
795 UWORD8 *u1_cbp_l,
904 *u1_cbp_l = 15;
915 if (!(*u1_cbp_l))
952 * @param[out] u1_cbp_l
970 UWORD8 *u1_cbp_l,
1069 *u1_cbp_l |= (1 << b8);
1089 (*u1_cbp_l & (1 << b8)) )
1101 *u1_cbp_l = (*u1_cbp_l
792 ih264e_pack_l_mb_i16(WORD16 *pi2_res_mb, void **pv_mb_coeff_data, WORD32 i4_res_strd, UWORD8 *u1_cbp_l, UWORD8 *pu1_nnz, UWORD32 *pu4_cntrl) argument
967 ih264e_pack_l_mb(WORD16 *pi2_res_mb, void **pv_mb_coeff_data, WORD32 i4_res_strd, UWORD8 *u1_cbp_l, UWORD8 *pu1_nnz, UWORD32 u4_thres_resi, UWORD32 *pu4_cntrl) argument
1510 UWORD8 u1_cbp_l = 0; local
1660 UWORD8 u1_cbp_l = 0; local
1897 UWORD8 u1_cbp_l = 0; local
2138 UWORD8 u1_cbp_l = 0; local
[all...]

Completed in 53 milliseconds