Home
last modified time | relevance | path

Searched refs:fpf (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Dbest_encode.sh24 if [[ -e $f.fpf ]]; then
31 --fpf=$f.fpf \
60 --fpf=$f.fpf \
81 --fpf=$f.fpf \
/external/libvpx/libvpx/
Dvpxstats.c19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() argument
24 stats->file = fopen(fpf, "wb"); in stats_open_file()
31 stats->file = fopen(fpf, "rb"); in stats_open_file()
Dvpxstats.h33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
/external/libaom/libaom/stats/
Daomstats.c20 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() argument
25 stats->file = fopen(fpf, "wb"); in stats_open_file()
32 stats->file = fopen(fpf, "rb"); in stats_open_file()
Daomstats.h34 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc4772 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap()); in VisitNEON2RegMisc() local
4781 fabs_(fpf, rd, rn); in VisitNEON2RegMisc()
4784 fneg(fpf, rd, rn); in VisitNEON2RegMisc()
4787 fsqrt(fpf, rd, rn); in VisitNEON2RegMisc()
4853 fcvts(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc()
4856 fcvtu(fpf, rd, rn, FPTieEven); in VisitNEON2RegMisc()
4859 fcvts(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc()
4862 fcvtu(fpf, rd, rn, FPPositiveInfinity); in VisitNEON2RegMisc()
4865 fcvts(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc()
4868 fcvtu(fpf, rd, rn, FPNegativeInfinity); in VisitNEON2RegMisc()
[all …]