Searched refs:u1_cbp_c (Results 1 - 2 of 2) sorted by relevance

/external/libavc/encoder/
H A Dih264e_core_coding.c1170 * @param[out] u1_cbp_c
1191 UWORD8 *u1_cbp_c,
1291 *u1_cbp_c = 1;
1344 u1_cbp_ac = *u1_cbp_c;
1431 *u1_cbp_c = u1_cbp_ac;
1447 if (*u1_cbp_c == 0)
1451 else if (*u1_cbp_c == 1)
1990 * @returns u1_cbp_c
2026 UWORD8 u1_cbp_c = 0; local
2070 ih264e_pack_c_mb(pi2_res_mb, pv_mb_coeff_data, i4_res_strd, &u1_cbp_c,
1188 ih264e_pack_c_mb(WORD16 *pi2_res_mb, void **pv_mb_coeff_data, WORD32 i4_res_strd, UWORD8 *u1_cbp_c, UWORD8 *pu1_nnz, UWORD32 u4_thres_resi, UWORD32 *pu4_cntrl, UWORD32 u4_swap_uv) argument
2285 UWORD8 u1_cbp_c = 0; local
[all...]
H A Dih264e_core_coding.h462 * @param[out] u1_cbp_c
481 WORD32 i4_res_strd, UWORD8 *u1_cbp_c, UWORD8 *pu1_nnz,
587 * @returns u1_cbp_c

Completed in 85 milliseconds