Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibaomenc.c56 int have_sse; /**< true if we have pending sse[] */ member
81 int have_sse; /**< true if we have pending sse[] */ member
946 dst->have_sse = 0; in cx_pktcpy()
948 dst->have_sse = ctx->have_sse; in cx_pktcpy()
949 if (ctx->have_sse) { in cx_pktcpy()
953 ctx->have_sse = 0; in cx_pktcpy()
990 cx_frame->have_sse ? 3 : 0, pict_type); in storeframe()
992 if (cx_frame->have_sse) { in storeframe()
997 cx_frame->have_sse = 0; in storeframe()
1101 av_assert0(!ctx->have_sse); in queue_frames()
[all …]
Dlibvpxenc.c61 int have_sse; /**< true if we have pending sse[] */ member
76 int have_sse; /**< true if we have pending sse[] */ member
1153 dst->have_sse = 0; in cx_pktcpy()
1157 dst->have_sse = ctx->have_sse; in cx_pktcpy()
1158 if (ctx->have_sse) { in cx_pktcpy()
1164 ctx->have_sse = 0; in cx_pktcpy()
1219 cx_frame->have_sse ? 3 : 0, pict_type); in storeframe()
1221 if (cx_frame->have_sse) { in storeframe()
1235 cx_frame->have_sse = 0; in storeframe()
1347 av_assert0(!ctx->have_sse); in queue_frames()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
DBUILD.gn172 ":have_sse",
197 absl_source_set("have_sse") {
198 public = [ "internal/have_sse.h" ]
220 ":have_sse",
DCMakeLists.txt550 absl::have_sse
563 absl::have_sse
592 have_sse
594 "internal/have_sse.h"
668 absl::have_sse
DBUILD.bazel510 ":have_sse",
527 ":have_sse",
569 name = "have_sse",
570 hdrs = ["internal/have_sse.h"],
600 ":have_sse",
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dmeson.build102 if have_sse
/third_party/skia/third_party/externals/abseil-cpp/CMake/
DAbseilDll.cmake85 "container/internal/have_sse.h"
453 "have_sse"
/third_party/gstreamer/gstplugins_base/
Dmeson.build383 have_sse = cc.has_argument(sse_args) variable