Home
last modified time | relevance | path

Searched refs:FFDIFFSIGN (Results 1 - 22 of 22) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
H A Dsoftfloat.c120 if (FFDIFFSIGN(i,j) != c && (FFDIFFSIGN(i,j)^c)<0) { in main()
133 if (FFDIFFSIGN(i,j) != c && (FFDIFFSIGN(i,j)^c) < 0) { in main()
/third_party/ffmpeg/libavutil/
H A Dmacros.h45 #define FFDIFFSIGN(x,y) (((x)>(y)) - ((x)<(y))) macro
H A Dtx.c396 return FFDIFFSIGN(b->prio, a->prio); in cmp_matches()
H A Deval.c201 case e_sgn: return e->value * FFDIFFSIGN(eval_expr(p, e->param[0]), 0); in eval_expr()
/third_party/ffmpeg/libavcodec/
H A Daptx.c453 srd0 = FFDIFFSIGN(reconstructed_difference, 0) * (1 << 23); in aptx_prediction_filtering()
473 sign = FFDIFFSIGN(invert_quantize->reconstructed_difference, in aptx_process_subband()
H A Dsmcenc.c73 return FFDIFFSIGN(aa[0], bb[0]); in smc_cmp_values()
H A Dscpr3.c479 return FFDIFFSIGN(left, right); in cmpbytes()
/third_party/ffmpeg/libavfilter/
H A Df_sendcmd.c404 return 2 * FFDIFFSIGN(i1->start_ts, i2->start_ts) + FFDIFFSIGN(i1->index, i2->index); in cmp_intervals()
H A Daf_surround.c336 a = M_PI + 2 * (-2 * M_PI + reference) * (M_PI - fabsf(a)) * FFDIFFSIGN(a, 0) / (3 * M_PI); in stereo_transform()
1120 float mag_dif = mag_sum < 0.000001 ? FFDIFFSIGN(l_mag, r_mag) : (l_mag - r_mag) / mag_sum; in filter_stereo()
1156 float mag_dif = mag_sum < 0.000001 ? FFDIFFSIGN(l_mag, r_mag) : (l_mag - r_mag) / mag_sum; in filter_surround()
1191 float mag_dif = mag_sum < 0.000001 ? FFDIFFSIGN(l_mag, r_mag) : (l_mag - r_mag) / mag_sum; in filter_2_1()
1235 float mag_difl = magl_sum < 0.000001 ? FFDIFFSIGN(fl_mag, sl_mag) : (fl_mag - sl_mag) / magl_sum; in filter_5_0_side()
1236 float mag_difr = magr_sum < 0.000001 ? FFDIFFSIGN(fr_mag, sr_mag) : (fr_mag - sr_mag) / magr_sum; in filter_5_0_side()
1294 float mag_difl = magl_sum < 0.000001 ? FFDIFFSIGN(fl_mag, sl_mag) : (fl_mag - sl_mag) / magl_sum; in filter_5_1_side()
1295 float mag_difr = magr_sum < 0.000001 ? FFDIFFSIGN(fr_mag, sr_mag) : (fr_mag - sr_mag) / magr_sum; in filter_5_1_side()
1353 float mag_difl = magl_sum < 0.000001 ? FFDIFFSIGN(fl_mag, bl_mag) : (fl_mag - bl_mag) / magl_sum; in filter_5_1_back()
1354 float mag_difr = magr_sum < 0.000001 ? FFDIFFSIGN(fr_ma in filter_5_1_back()
[all...]
H A Dvf_xmedian.c120 return FFDIFFSIGN(left, right); in compare8()
127 return FFDIFFSIGN(left, right); in compare16()
H A Dvf_blurdetect.c41 return FFDIFFSIGN(*a, *b); in comp()
H A Dvf_deshake.c93 return FFDIFFSIGN(*(const double *)a, *(const double *)b); in cmp()
H A Dvf_palettegen.c136 return FFDIFFSIGN(box1->color , box2->color); in cmp_color()
H A Dvf_removegrain.c80 return FFDIFFSIGN(left, right); in cmp_int()
H A Dvf_bm3d.c223 return FFDIFFSIGN(pair1->score, pair2->score); in cmp_scores()
H A Dvf_drawtext.c315 return FFDIFFSIGN((int64_t)a->fontsize, (int64_t)bb->fontsize); in glyph_cmp()
/third_party/ffmpeg/libavformat/
H A Dsubtitles.c153 return FFDIFFSIGN(s1->pos, s2->pos); in cmp_pkt_sub_ts_pos()
154 return FFDIFFSIGN(s1->pts , s2->pts); in cmp_pkt_sub_ts_pos()
H A Dcache.c71 return FFDIFFSIGN(*(const int64_t *)key, ((const CacheEntry *) node)->logical_pos); in cmp()
H A Dbrstm.c80 return FFDIFFSIGN(s1->offset, s2->offset); in sort_offsets()
H A Ddemux.c2111 return FFDIFFSIGN(ch1->id, ch2->id); in chapter_start_cmp()
/third_party/ffmpeg/fftools/
H A Dopt_common.c630 return (*da)->type != (*db)->type ? FFDIFFSIGN((*da)->type, (*db)->type) : in compare_codec_desc()
H A Dffmpeg.c2675 return FFDIFFSIGN(*(const int64_t *)a, *(const int64_t *)b); in compare_int64()

Completed in 34 milliseconds