HomeSort by relevance Sort by last modified time
    Searched refs:u4_nnz (Results 1 - 3 of 3) sorted by null

  /external/libavc/encoder/
ih264e_defs.h 41 #define PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, u4_nnz, u4_sig_coeff_map, pi2_res_block) \
44 u4_nnz = ps_mb_coeff_data->i4_sig_map_nnz & 0xff; \
45 if (u4_nnz) \
49 pv_mb_coeff_data = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz); \
ih264e_core_coding.c 812 UWORD32 u4_nnz; local
830 u4_nnz = *pu1_nnz;
834 ps_mb_coeff_data->i4_sig_map_nnz = u4_nnz;
836 if (u4_nnz)
838 for (u4_nnz_cnt = 0, coeff_cnt = 0, mask = 1, u4_s_map = 0; u4_nnz_cnt < u4_nnz; coeff_cnt++)
873 u4_nnz = pu1_nnz[u1_scan_order[b4]];
881 * trans function, we add dc's nnz to u4_nnz too. Hence we adjust that
884 u4_nnz -= (pi2_res_mb_ac[0] != 0);
887 ps_mb_coeff_data->i4_sig_map_nnz = u4_nnz;
889 if (u4_nnz)
988 UWORD32 u4_nnz; local
1214 UWORD32 u4_nnz; local
    [all...]
  /external/libavc/common/
ih264_trans_macros.h 54 #define FWD_QUANT(i4_value, u4_abs_value, i4_sign, threshold, scale, rndfactor, qbits, u4_nnz) \
78 u4_nnz++;\

Completed in 303 milliseconds