Searched refs:FFSIGN (Results 1 – 24 of 24) sorted by relevance
62 const float sgintensity = alternate * FFSIGN(gintensity); in vibrance_slice8()63 const float sbintensity = alternate * FFSIGN(bintensity); in vibrance_slice8()64 const float srintensity = alternate * FFSIGN(rintensity); in vibrance_slice8()121 const float sgintensity = alternate * FFSIGN(gintensity); in vibrance_slice16()122 const float sbintensity = alternate * FFSIGN(bintensity); in vibrance_slice16()123 const float srintensity = alternate * FFSIGN(rintensity); in vibrance_slice16()
122 dst[n] = FFSIGN(src[n]); in filter_flt()138 dst[n] = FFSIGN(src[n]); in filter_flt()146 dst[n] = FFSIGN(src[n]); in filter_flt()179 dst[n] = FFSIGN(src[n]); in filter_dbl()195 dst[n] = FFSIGN(src[n]); in filter_dbl()203 dst[n] = FFSIGN(src[n]); in filter_dbl()
313 src[0] = FFSIGN(src[0]) * sqrtf(FFABS(src[0])); in filter_frame()314 src[1] = FFSIGN(src[1]) * sqrtf(FFABS(src[1])); in filter_frame()317 src[0] = FFSIGN(src[0]) * cbrtf(FFABS(src[0])); in filter_frame()318 src[1] = FFSIGN(src[1]) * cbrtf(FFABS(src[1])); in filter_frame()321 src[0] = FFSIGN(src[0]) * logf(1 + FFABS(src[0])) / logf(2); in filter_frame()322 src[1] = FFSIGN(src[1]) * logf(1 + FFABS(src[1])) / logf(2); in filter_frame()348 x = hw + hw * FFSIGN(cx + cy) * (cx - cy) * .7; in filter_frame()
301 if (FFSIGN(start - end1) != FFSIGN(start - end1 - req_start) || in buffer_needs_copy()302 FFSIGN(end - start1) != FFSIGN(end - start1 + req_end)) in buffer_needs_copy()
188 … return height/2 - FFSIGN(sample) * (log10(1 + FFABS(sample)) * (height/2) / log10(1 + INT16_MAX)); in get_log_h()198 return height/2 - FFSIGN(sample) * (sqrt(FFABS(sample)) * (height/2) / sqrt(INT16_MAX)); in get_sqrt_h()208 return height/2 - FFSIGN(sample) * (cbrt(FFABS(sample)) * (height/2) / cbrt(INT16_MAX)); in get_cbrt_h()
177 k = FFSIGN(in) * (x + (exp((k + 1) / sqr - sqr) - x) * in bitreduction()
231 s->input_scale[i] = 1.0f / s->scale_norm[i] * FFSIGN(s->weights[i]); in calculate_scales()
313 p->zero_runs += FFSIGN(d) != FFSIGN(p->last_non_zero); in update_stat()
768 ret.rotation = FFSIGN(b) * acos(a / r); in decompose_transform()776 ret.rotation = M_PI / 2 - FFSIGN(d) * acos(-c / s); in decompose_transform()
96 val1 = FFSIGN(val1) * (val1 & ((1 << 24) - 1)); in checkasm_check_audiodsp()98 val2 = FFSIGN(val2) * (val2 & ((1 << 24) - 1)); in checkasm_check_audiodsp()
62 #define FFSIGN(a) ((a) > 0 ? 1 : -1) macro
195 return clip * FFSIGN(y) * (exp(log(1 + mu) * fabs(y)) - 1) / mu; in twinvq_mulawinv()
384 int max_idx = 0, phase = FFSIGN(K); in ppp_pvq_search_c()406 phase *= FFSIGN(X[max_idx]); in ppp_pvq_search_c()
333 *value = FFSIGN(*value)*(distance + i); in ff_opus_rc_enc_laplace()
171 return v ? FFSIGN(v) : 0; in sign_only()
305 int sign = (val ? FFSIGN(val) : 0); in alac_linear_predictor()
564 val = val * q + FFSIGN(val) * (((q ^ 1) - 1) >> 1); in ivi_decode_coded_blocks()
112 FFSIGN(level) * quantisation; in dequant_and_decompand()
1988 x = FFMIN(x, x + FFSIGN(motion_x)); in vp4_mc_loop_filter()1991 y = FFMIN(y, y + FFSIGN(motion_y)); in vp4_mc_loop_filter()
442 const unsigned sign = FFSIGN(coeff); in coeff_unpack_golomb()
282 d*= FFSIGN(-middleEnergy); in doHorizDefFilter_C()387 int v = d * FFSIGN(-b); in horizX1Filter()490 d*= FFSIGN(-middleEnergy); in do_a_deblock_C()
519 int v = d * FFSIGN(-b); in RENAME()1073 d*= FFSIGN(-middleEnergy); in RENAME()
73 #define FFSIGN(a) ((a) > 0 ? 1 : -1) macro
1476 float_pts += FFSIGN(float_pts) * 1.0 / (1<<17); in reap_filters()