Home
last modified time | relevance | path

Searched defs:max_coeff (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dpartial_idct_test.cc132 const int64_t max_coeff = (32766 << (bit_depth_ - 8)) / 4; in InitInput() local
277 const int16_t max_coeff = std::numeric_limits<int16_t>::max(); in TEST_P() local
/aosp_15_r20/external/flashrom/
H A Dwriteprotect_ranges.c59 size_t max_coeff = 1 << (bp_max - coeff_offset - 1); in decode_range_generic() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ctc/
H A Dctc_beam_search.h259 T max_coeff; in Step() local
H A Dctc_loss_calculator.h220 T max_coeff = inputs[t].row(b).maxCoeff(); in CalculateLoss() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ctc/
H A Dctc_beam_search.h253 float max_coeff; in Step() local
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c1177 ASSERTED const uint64_t max_coeff = in pvr_pipeline_alloc_shareds() local
1671 ASSERTED const uint64_t max_coeff = in pvr_graphics_pipeline_alloc_shareds() local
/aosp_15_r20/external/webp/src/dsp/
H A Denc_mips_dsp_r2.c1460 const int max_coeff = (MAX_COEFF_THRESH << 16) + MAX_COEFF_THRESH; in CollectHistogram_MIPSdspR2() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dnoise_model.c1231 double max_coeff = 1e-4, min_coeff = -1e-4; in aom_noise_model_get_grain_parameters() local