Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_core_coding.c502 UWORD8 *pu1_nnz_c) in ih264e_chroma_8x8_resi_trans_dctrans_quant() argument
512 pu1_nnz_c++; in ih264e_chroma_8x8_resi_trans_dctrans_quant()
527 u4_round_factor, &pu1_nnz_c[blk_cntr + (blk_cntr > 3)], in ih264e_chroma_8x8_resi_trans_dctrans_quant()
533 pu1_nnz_c--; in ih264e_chroma_8x8_resi_trans_dctrans_quant()
543 pu1_nnz_c[0] = au1_dcnnz[0]; in ih264e_chroma_8x8_resi_trans_dctrans_quant()
544 pu1_nnz_c[5] = au1_dcnnz[1]; in ih264e_chroma_8x8_resi_trans_dctrans_quant()
Dih264e_core_coding.h322 UWORD32 u4_round_factor, UWORD8 *pu1_nnz_c);