Home
last modified time | relevance | path

Searched refs:dsd (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86asm.pl95 if ("$dst:$src" =~ /(e[a-dsd][ixp]):xmm([0-7])/)
103 if ("$dst:$src" =~ /xmm([0-7]):(e[a-dsd][ixp])/)
135 if ($dst =~ /(e[a-dsd][ixp])/)
143 if ($dst =~ /(e[a-dsd][ixp])/)
/third_party/openssl/crypto/perlasm/
H A Dx86asm.pl95 if ("$dst:$src" =~ /(e[a-dsd][ixp]):xmm([0-7])/)
103 if ("$dst:$src" =~ /xmm([0-7]):(e[a-dsd][ixp])/)
135 if ($dst =~ /(e[a-dsd][ixp])/)
143 if ($dst =~ /(e[a-dsd][ixp])/)
/third_party/ffmpeg/libavcodec/
H A Ddstdec.c37 #include "dsd.h"
255 uint8_t *dsd; in decode_frame() local
265 dsd = frame->data[0]; in decode_frame()
276 goto dsd; in decode_frame()
340 memset(dsd, 0, frame->nb_samples * 4 * channels); in decode_frame()
368 dsd[((i >> 3) * channels + ch) << 2] |= v << (7 - (i & 0x7 )); in decode_frame()
375 dsd: in decode_frame()
H A DMakefile305 OBJS-$(CONFIG_DSD_LSBF_DECODER) += dsddec.o dsd.o
306 OBJS-$(CONFIG_DSD_MSBF_DECODER) += dsddec.o dsd.o
307 OBJS-$(CONFIG_DSD_LSBF_PLANAR_DECODER) += dsddec.o dsd.o
308 OBJS-$(CONFIG_DSD_MSBF_PLANAR_DECODER) += dsddec.o dsd.o
312 OBJS-$(CONFIG_DST_DECODER) += dstdec.o dsd.o
761 OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o wavpackdata.o dsd.o
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.cc178 perfetto::DataSourceDescriptor dsd; in tu_perfetto_init() local
179 dsd.set_name("gpu.renderstages.msm"); in tu_perfetto_init()
180 TuRenderpassDataSource::Register(dsd); in tu_perfetto_init()
/third_party/mesa3d/src/intel/ds/
H A Dintel_driver_ds.cc495 perfetto::DataSourceDescriptor dsd; in intel_driver_ds_init_once() local
496 dsd.set_name("gpu.renderstages.intel"); in intel_driver_ds_init_once()
497 IntelRenderpassDataSource::Register(dsd); in intel_driver_ds_init_once()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.cc248 perfetto::DataSourceDescriptor dsd; in fd_perfetto_init() local
249 dsd.set_name("gpu.renderstages.msm"); in fd_perfetto_init()
250 FdRenderpassDataSource::Register(dsd); in fd_perfetto_init()
/third_party/mesa3d/src/tool/pps/
H A Dpps_datasource.cc147 static perfetto::DataSourceDescriptor dsd; in register_data_source() local
148 dsd.set_name("gpu.counters." + driver_name); in register_data_source()
149 Register(dsd); in register_data_source()

Completed in 11 milliseconds