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

/external/libavc/encoder/
H A Dih264e_core_coding.c144 * @param u4_dc_flag
165 UWORD32 u4_dc_flag)
194 if (!u4_dc_flag)
482 * @param u4_dc_flag
153 ih264e_luma_16x16_resi_trans_dctrans_quant(codec_t *ps_codec, UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD16 *pi2_out, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz, UWORD32 u4_dc_flag) argument

Completed in 150 milliseconds