Home
last modified time | relevance | path

Searched defs:c_max (Results 1 – 10 of 10) sorted by relevance

/external/libhevc/decoder/
Dihevcd_cabac.c552 WORD32 c_max, in ihevcd_cabac_decode_bins_tunary()
605 WORD32 c_max) in ihevcd_cabac_decode_bypass_bins_tunary()
734 WORD32 c_max; in ihevcd_cabac_decode_bypass_bins_trunc_rice() local
Dihevcd_parse_residual.c200 WORD32 c_max; in ihevcd_parse_residual_coding() local
Dihevcd_parse_slice.c292 WORD32 c_max = TU_MAX_QP_DELTA_ABS; in ihevcd_parse_transform_tree() local
2090 WORD32 c_max = (1 << (MIN(BIT_DEPTH, 10) - 5)) - 1; in ihevcd_parse_sao() local
/external/libopus/silk/fixed/
Dresidual_energy16_FIX.c45 opus_int32 c_max, w_max, tmp, tmp2, nrg; in silk_residual_energy16_covar_FIX() local
/external/libhevc/encoder/
Dihevce_cabac.c539 WORD32 c_max, in ihevce_cabac_encode_tunary()
601 WORD32 ihevce_cabac_encode_tunary_bypass(cab_ctxt_t *ps_cabac, WORD32 sym, WORD32 c_max) in ihevce_cabac_encode_tunary_bypass()
Dihevce_cabac_tu.c235 WORD32 c_max = TU_MAX_QP_DELTA_ABS; in ihevce_cabac_encode_qp_delta() local
300 WORD32 c_max; in ihevce_cabac_encode_last_coeff_x_y() local
Dihevce_cabac_cu_pu.c1523 WORD32 c_max = (1 << (MIN(u1_bit_depth, 10) - 5)) - in ihevce_cabac_encode_sao() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc184 Tensor* c_max = nullptr; in Compute() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c200 LLVMValueRef c_max = LLVMConstInt(ctx->i32, num - 1, 0); in si_llvm_bound_index() local
/external/libxml2/
Dxmlregexp.c6451 int c_max; /* the maximum length it can consume */ member