Searched defs:c_max (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/libhevc/decoder/ |
H A D | ihevcd_cabac.c | 552 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
|
H A D | ihevcd_parse_residual.c | 200 WORD32 c_max; in ihevcd_parse_residual_coding() local
|
H A D | ihevcd_parse_slice.c | 292 WORD32 c_max = TU_MAX_QP_DELTA_ABS; in ihevcd_parse_transform_tree() local 2116 WORD32 c_max = (1 << (MIN(BIT_DEPTH, 10) - 5)) - 1; in ihevcd_parse_sao() local
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | gemm-microkernel-tester.cc | 763 …const float c_max = fp32_from_bits(fp32_to_bits(accumulated_max - (accumulated_max - accumulated_m… in Test() local 840 …const float c_max = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_max - (accumulat… in Test() local 943 …const float c_max = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_max - (accumulat… in Test() local 1034 …const float c_max = accumulated_max - (accumulated_max - accumulated_min) / 255.0f * float(255 - q… in Test() local 1232 const float c_max = in Test() local 1318 …const float c_max = accumulated_max - (accumulated_max - accumulated_min) / 255.0f * float(255 - q… in Test() local 1620 …const float c_max = accumulated_max - (accumulated_max - accumulated_min) / 255.0f * float(255 - q… in Test() local 1711 const float c_max = in Test() local 1845 …const float c_max = accumulated_max - (accumulated_max - accumulated_min) / 255.0f * float(255 - q… in Test() local
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_cabac.c | 539 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()
|
H A D | ihevce_cabac_tu.c | 235 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
|
H A D | ihevce_cabac_cu_pu.c | 1523 WORD32 c_max = (1 << (MIN(u1_bit_depth, 10) - 5)) - in ihevce_cabac_encode_sao() local
|
/aosp_15_r20/external/libopus/silk/fixed/ |
H A D | residual_energy16_FIX.c | 45 opus_int32 c_max, w_max, tmp, tmp2, nrg; in silk_residual_energy16_covar_FIX() local
|
/aosp_15_r20/packages/apps/Gallery2/jni/filters/ |
D | edge.c | 32 float const c_max = 500.0f; in JNIFUNCF() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_matmul_op.cc | 199 Tensor* c_max = nullptr; in Compute() local
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
H A D | colorspace.cpp | 115 int r, g, b, a, h, s, v, c_max, c_min; in JNI_COLORSPACE_METHOD() local
|
/aosp_15_r20/external/libxml2/ |
H A D | xmlregexp.c | 6388 int c_max; /* the maximum length it can consume */ member
|