/external/libopus/silk/fixed/ |
D | residual_energy16_FIX.c | 45 opus_int32 c_max, w_max, tmp, tmp2, nrg; in silk_residual_energy16_covar_FIX() local 58 c_max = 0; in silk_residual_energy16_covar_FIX() 60 c_max = silk_max_32( c_max, silk_abs( (opus_int32)c[ i ] ) ); in silk_residual_energy16_covar_FIX() 62 Qxtra = silk_min_int( Qxtra, silk_CLZ32( c_max ) - 17 ); in silk_residual_energy16_covar_FIX() 65 …Qxtra = silk_min_int( Qxtra, silk_CLZ32( silk_MUL( D, silk_RSHIFT( silk_SMULWB( w_max, c_max ), 4 … in silk_residual_energy16_covar_FIX()
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
D | residual_energy16_FIX.c | 45 opus_int32 c_max, w_max, tmp, tmp2, nrg; in silk_residual_energy16_covar_FIX() local 58 c_max = 0; in silk_residual_energy16_covar_FIX() 60 c_max = silk_max_32( c_max, silk_abs( (opus_int32)c[ i ] ) ); in silk_residual_energy16_covar_FIX() 62 Qxtra = silk_min_int( Qxtra, silk_CLZ32( c_max ) - 17 ); in silk_residual_energy16_covar_FIX() 65 …Qxtra = silk_min_int( Qxtra, silk_CLZ32( silk_MUL( D, silk_RSHIFT( silk_SMULWB( w_max, c_max ), 4 … in silk_residual_energy16_covar_FIX()
|
/external/libhevc/decoder/ |
D | ihevcd_cabac.c | 543 WORD32 c_max, in ihevcd_cabac_decode_bins_tunary() argument 552 ASSERT(c_max > 0); in ihevcd_cabac_decode_bins_tunary() 554 ASSERT((ctxt_index + (c_max >> ctxt_shift)) < IHEVC_CAB_CTXT_END); in ihevcd_cabac_decode_bins_tunary() 563 }while(((WORD32)u4_sym < c_max) && bin); in ihevcd_cabac_decode_bins_tunary() 596 WORD32 c_max) in ihevcd_cabac_decode_bypass_bins_tunary() argument 605 ASSERT(c_max > 0); in ihevcd_cabac_decode_bypass_bins_tunary() 609 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, (UWORD32)c_max); in ihevcd_cabac_decode_bypass_bins_tunary() 610 u4_bits <<= (32 - c_max); in ihevcd_cabac_decode_bypass_bins_tunary() 624 }while(((WORD32)u4_sym < c_max) && bin); in ihevcd_cabac_decode_bypass_bins_tunary() 726 WORD32 c_max; in ihevcd_cabac_decode_bypass_bins_trunc_rice() local [all …]
|
D | ihevcd_parse_residual.c | 200 WORD32 c_max; in ihevcd_parse_residual_coding() local 238 c_max = (log2_trafo_size << 1) - 1; in ihevcd_parse_residual_coding() 257 c_max, in ihevcd_parse_residual_coding() 260 c_max); in ihevcd_parse_residual_coding() 267 c_max, in ihevcd_parse_residual_coding() 270 c_max); in ihevcd_parse_residual_coding()
|
D | ihevcd_cabac.h | 251 WORD32 c_max, 262 WORD32 c_max
|
D | ihevcd_parse_slice.c | 285 WORD32 c_max = TU_MAX_QP_DELTA_ABS; in ihevcd_parse_transform_tree() local 294 c_max, in ihevcd_parse_transform_tree() 298 if(cu_qp_delta_abs >= c_max) in ihevcd_parse_transform_tree() 2065 WORD32 c_max = (1 << (MIN(BIT_DEPTH, 10) - 5)) - 1; in ihevcd_parse_sao() local 2068 … sao_offset[i] = ihevcd_cabac_decode_bypass_bins_tunary(ps_cabac, ps_bitstrm, c_max); in ihevcd_parse_sao()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlregexp.c | 6424 int c_max; /* the maximum length it can consume */ member 6724 entry->c_max = 1; in xmlExpHashGetEntry() 6732 entry->c_max = -1; in xmlExpHashGetEntry() 6734 entry->c_max = max * entry->exp_left->c_max; in xmlExpHashGetEntry() 6741 if ((entry->exp_left->c_max == -1) || in xmlExpHashGetEntry() 6742 (entry->exp_right->c_max == -1)) in xmlExpHashGetEntry() 6743 entry->c_max = -1; in xmlExpHashGetEntry() 6744 else if (entry->exp_left->c_max > entry->exp_right->c_max) in xmlExpHashGetEntry() 6745 entry->c_max = entry->exp_left->c_max; in xmlExpHashGetEntry() 6747 entry->c_max = entry->exp_right->c_max; in xmlExpHashGetEntry() [all …]
|
/external/libxml2/ |
D | xmlregexp.c | 6438 int c_max; /* the maximum length it can consume */ member 6738 entry->c_max = 1; in xmlExpHashGetEntry() 6746 entry->c_max = -1; in xmlExpHashGetEntry() 6748 entry->c_max = max * entry->exp_left->c_max; in xmlExpHashGetEntry() 6755 if ((entry->exp_left->c_max == -1) || in xmlExpHashGetEntry() 6756 (entry->exp_right->c_max == -1)) in xmlExpHashGetEntry() 6757 entry->c_max = -1; in xmlExpHashGetEntry() 6758 else if (entry->exp_left->c_max > entry->exp_right->c_max) in xmlExpHashGetEntry() 6759 entry->c_max = entry->exp_left->c_max; in xmlExpHashGetEntry() 6761 entry->c_max = entry->exp_right->c_max; in xmlExpHashGetEntry() [all …]
|
/external/openssl/crypto/x509v3/ |
D | v3_asid.c | 688 ASN1_INTEGER *p_min, *p_max, *c_min, *c_max; in asid_contains() local 698 extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, &c_max); in asid_contains() 703 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()
|
D | v3_addr.c | 1138 unsigned char c_min[ADDR_RAW_BUF_LEN], c_max[ADDR_RAW_BUF_LEN]; in addr_contains() local 1149 c_min, c_max, length)) in addr_contains() 1157 if (memcmp(p_max, c_max, length) < 0) in addr_contains()
|