Home
last modified time | relevance | path

Searched refs:thres (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c192 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/
Dquery_result_serializer.h72 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/
Dlp_bld_conv.c814 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/
Domap3isp.h479 __u8 thres; member
516 __u8 thres; member
Drkisp1-config.h602 __u32 thres; member
/external/aac/libSBRenc/src/
Dtran_det.cpp591 FIXP_DBL thres = thresholds[i]; in extractTransientCandidates() local
637 delta -= thres; in extractTransientCandidates()
/external/hyphenation-patterns/fr/
Dhyph-fr.pat.txt1122 4thres.
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1067 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()