Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_core_coding.c1191 UWORD8 *u1_cbp_c, in ih264e_pack_c_mb() argument
1291 *u1_cbp_c = 1; in ih264e_pack_c_mb()
1344 u1_cbp_ac = *u1_cbp_c; in ih264e_pack_c_mb()
1431 *u1_cbp_c = u1_cbp_ac; in ih264e_pack_c_mb()
1447 if (*u1_cbp_c == 0) in ih264e_pack_c_mb()
1451 else if (*u1_cbp_c == 1) in ih264e_pack_c_mb()
2026 UWORD8 u1_cbp_c = 0; in ih264e_code_chroma_intra_macroblock_8x8() local
2070 ih264e_pack_c_mb(pi2_res_mb, pv_mb_coeff_data, i4_res_strd, &u1_cbp_c, in ih264e_code_chroma_intra_macroblock_8x8()
2087 return (u1_cbp_c); in ih264e_code_chroma_intra_macroblock_8x8()
2285 UWORD8 u1_cbp_c = 0; in ih264e_code_chroma_inter_macroblock_8x8() local
[all …]
Dih264e_core_coding.h481 WORD32 i4_res_strd, UWORD8 *u1_cbp_c, UWORD8 *pu1_nnz,