Searched refs:thres (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 192 int16x8_t thres = vec_sra(dequant, vec_splats((uint16_t)2)); in vp9_quantize_fp_32x32_vsx() local 201 mask0 = vec_cmpge(abs_coeff0, thres); in vp9_quantize_fp_32x32_vsx() 214 thres = vec_splat(thres, 1); in vp9_quantize_fp_32x32_vsx() 219 mask1 = vec_cmpge(abs_coeff1, thres); in vp9_quantize_fp_32x32_vsx() 252 mask0 = vec_cmpge(abs_coeff0, thres); in vp9_quantize_fp_32x32_vsx() 253 mask1 = vec_cmpge(abs_coeff1, thres); in vp9_quantize_fp_32x32_vsx() 254 mask2 = vec_cmpge(abs_coeff2, thres); in vp9_quantize_fp_32x32_vsx()
|
/external/perfetto/src/trace_processor/rpc/ |
D | query_result_serializer.h | 72 void set_batch_size_for_testing(uint32_t cells_per_batch, uint32_t thres) { in set_batch_size_for_testing() argument 74 batch_split_threshold_ = thres; in set_batch_size_for_testing()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 814 LLVMValueRef thres; in lp_build_conv() local 820 thres = bld.zero; in lp_build_conv() 822 thres = lp_build_const_vec(gallivm, src_type, dst_min); in lp_build_conv() 824 tmp[i] = lp_build_max(&bld, tmp[i], thres); in lp_build_conv() 829 thres = bld.one; in lp_build_conv() 831 thres = lp_build_const_vec(gallivm, src_type, dst_max); in lp_build_conv() 833 tmp[i] = lp_build_min(&bld, tmp[i], thres); in lp_build_conv()
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 479 __u8 thres; member 516 __u8 thres; member
|
D | rkisp1-config.h | 602 __u32 thres; member
|
/external/aac/libSBRenc/src/ |
D | tran_det.cpp | 591 FIXP_DBL thres = thresholds[i]; in extractTransientCandidates() local 637 delta -= thres; in extractTransientCandidates()
|
/external/hyphenation-patterns/fr/ |
D | hyph-fr.pat.txt | 1122 4thres.
|
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 1067 double thres = prev_mean_low * alpha + prev_mean_high * beta; in determine_high_err_gf() local 1069 if (errs[i] <= thres) { in determine_high_err_gf()
|