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

/external/libavc/common/
H A Dih264_resi_trans_quant.c102 * @param[out] pu1_nnz
121 UWORD8 *pu1_nnz,
205 *pu1_nnz = u4_nonzero_coeff;
250 * @param[out] pu1_nnz
269 UWORD8 *pu1_nnz,
358 *pu1_nnz = u4_nonzero_coeff;
403 * @param[out] pu1_nnz
419 UWORD8 *pu1_nnz)
426 *pu1_nnz = 0;
467 pu2_scale_matrix[0], u4_round_factor, u4_qbits, pu1_nnz[
112 ih264_resi_trans_quant_4x4(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD16 *pi2_out, WORD32 src_strd, WORD32 pred_strd, const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz, WORD16 *pi2_alt_dc_addr) argument
260 ih264_resi_trans_quant_chroma_4x4(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD16 *pi2_out, WORD32 src_strd, WORD32 pred_strd, const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz, WORD16 *pu1_dc_alt_addr) argument
413 ih264_hadamard_quant_4x4(WORD16 *pi2_src, WORD16 *pi2_dst, const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz) argument
542 ih264_hadamard_quant_2x2_uv(WORD16 *pi2_src, WORD16 *pi2_dst, const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz) argument
646 ih264_resi_trans_quant_8x8(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD16 *pi2_out, WORD32 src_strd, WORD32 pred_strd, const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz, WORD16 *pu1_dc_alt_addr) argument
[all...]
/external/libavc/common/x86/
H A Dih264_resi_trans_quant_sse42.c96 * @param[out] pu1_nnz
109 UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz,
324 *pu1_nnz = u4_nonzero_coeff;
369 * @param[out] pu1_nnz
384 UWORD8 *pu1_nnz, WORD16 *pi2_alt_dc_addr)
609 *pu1_nnz = u4_nonzero_coeff;
656 * @param[out] pu1_nnz
669 UWORD32 u4_round_factor,UWORD8 *pu1_nnz
838 pu1_nnz[0] = u4_nonzero_coeff;
885 * @param[out] pu1_nnz
106 ih264_resi_trans_quant_4x4_sse42(UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD16 *pi2_out, WORD32 src_strd, WORD32 pred_strd, const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz, WORD16 *pi2_alt_dc_addr) argument
379 ih264_resi_trans_quant_chroma_4x4_sse42(UWORD8 *pu1_src,UWORD8 *pu1_pred,WORD16 *pi2_out, WORD32 src_strd,WORD32 pred_strd, const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits,UWORD32 u4_round_factor, UWORD8 *pu1_nnz, WORD16 *pi2_alt_dc_addr) argument
895 ih264_hadamard_quant_2x2_uv_sse42(WORD16 *pi2_src, WORD16 *pi2_dst, const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, UWORD32 u4_round_factor,UWORD8 *pu1_nnz) argument
[all...]
/external/libavc/encoder/
H A Dih264e_cavlc.c579 * @param[in] pu1_nnz
606 UWORD8 *pu1_nnz,
631 pu1_left_nnz[0] = pu1_top_nnz[0] = pu1_nnz[0];
632 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[0], pu1_nnz[0], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_map[0]);
644 pu1_left_nnz[0] = pu1_top_nnz[1] = pu1_nnz[1];
645 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[1], pu1_nnz[1], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_map[1]);
657 pu1_left_nnz[1] = pu1_top_nnz[0] = pu1_nnz[2];
658 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[2], pu1_nnz[2], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2_sig_coeff_map[2]);
670 pu1_left_nnz[1] = pu1_top_nnz[1] = pu1_nnz[3];
671 error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[3], pu1_nnz[
604 ih264e_write_coeff8x8_cavlc(entropy_ctxt_t *ps_ent_ctxt, WORD16 **pi2_res_block, UWORD8 *pu1_nnz, UWORD16 *pu2_sig_coeff_map, ENTROPY_BLK_TYPE u4_block_type, UWORD32 u4_ngbr_avlb, UWORD8 *pu1_top_nnz, UWORD8 *pu1_left_nnz) argument
[all...]
H A Dih264e_core_coding.c139 * @param[out] pu1_nnz
164 UWORD8 *pu1_nnz,
175 pu1_nnz++;
189 u4_round_factor, &pu1_nnz[blk_cntr],
204 pu1_nnz--;
211 u4_round_factor, &pu1_nnz[0]);
475 * @param[out] pu1_nnz
780 * @param[in] pu1_nnz
796 UWORD8 *pu1_nnz,
830 u4_nnz = *pu1_nnz;
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
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
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
1514 UWORD8 *pu1_nnz = (UWORD8 *)au4_nnz; local
1894 UWORD8 *pu1_nnz = (UWORD8 *)ps_proc->au4_nnz_intra_4x4; local
2144 UWORD8 *pu1_nnz = (UWORD8 *)ps_proc->au4_nnz; local
[all...]
H A Dih264e_intra_modes_eval.c1085 UWORD8 *pu1_nnz = (UWORD8 *)ps_proc->au4_nnz_intra_4x4; local
1143 for(b4 = 0; b4 < 4; b4++, pu1_nnz++, pi2_res_mb += MB_SIZE)
1314 pu1_nnz, &i2_dc_dummy);

Completed in 724 milliseconds