/third_party/ltp/testcases/open_posix_testsuite/include/ |
H A D | ncpu.h | 51 struct pst_dynamic psd; in get_ncpu() local 52 pstat_getdynamic(&psd, sizeof(psd), 1, 0); in get_ncpu() 53 ncpu = (int)psd.psd_proc_cnt; in get_ncpu()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | filterbank.h | 4 @brief Converting between psd and filterbank 58 void filterbank_compute_psd16(FilterBank *bank, spx_word16_t *mel, spx_word16_t *psd); 61 void filterbank_compute_bank(FilterBank *bank, float *psd, float *mel); 62 void filterbank_compute_psd(FilterBank *bank, float *mel, float *psd);
|
/third_party/ffmpeg/tests/fate/ |
H A D | image.mak | 406 FATE_PSD-$(call DEMDEC, IMAGE2, PSD, SCALE_FILTER) += fate-psd-$(1) 407 fate-psd-$(1): CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-$(1).psd -sws_flags +accurate_rnd+bitexact -pix_fmt rgb24 -vf scale 413 FATE_PSD += fate-psd-lena-127x127-rgb24 414 fate-psd-lena-127x127-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-127x127_rgb24.psd 416 FATE_PSD += fate-psd-lena-rgb-rle-127x127-16b 417 fate-psd [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | ac3dsp_mips.c | 64 static void ac3_bit_alloc_calc_bap_mips(int16_t *mask, int16_t *psd, in ac3_bit_alloc_calc_bap_mips() argument 79 psd1 = &psd[start]; in ac3_bit_alloc_calc_bap_mips() 87 psd_end = psd + band_end - 1; in ac3_bit_alloc_calc_bap_mips()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ac3.c | 175 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, in ff_ac3_bit_alloc_calc_psd() argument 182 psd[bin]=(3072 - (exp[bin] << 7)); in ff_ac3_bit_alloc_calc_psd() 189 int v = psd[bin++]; in ff_ac3_bit_alloc_calc_psd() 192 int max = FFMAX(v, psd[bin]); in ff_ac3_bit_alloc_calc_psd() 194 int adr = FFMIN(max - ((v + psd[bin] + 1) >> 1), 255); in ff_ac3_bit_alloc_calc_psd()
|
H A D | ac3dsp.h | 65 * @param[in] psd signal power for each frequency bin 73 void (*bit_alloc_calc_bap)(int16_t *mask, int16_t *psd, int start, int end,
|
H A D | ac3.h | 107 * the spectral envelope (exponents). The psd is also separately grouped 109 * 128 units in psd = -6 dB. The dbknee parameter in AC3BitAllocParameters 115 * @param[out] psd signal power for each frequency bin 118 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd,
|
H A D | ac3dec.h | 208 int16_t psd[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< scaled exponents member
|
H A D | ac3enc.h | 134 int16_t **psd; ///< psd per frequency bin member 135 int16_t **band_psd; ///< psd per critical band
|
H A D | ac3dsp.c | 73 static void ac3_bit_alloc_calc_bap_c(int16_t *mask, int16_t *psd, in ac3_bit_alloc_calc_bap_c() argument 94 int address = av_clip_uintp2((psd[bin] - m) >> 5, 6); in ac3_bit_alloc_calc_bap_c()
|
H A D | ac3enc.c | 1069 /* We only need psd and mask for calculating bap. in bit_alloc_masking() 1071 strategy is EXP_REUSE we do not need to calculate psd or mask. */ in bit_alloc_masking() 1074 block->end_freq[ch], block->psd[ch], in bit_alloc_masking() 1201 s->ac3dsp.bit_alloc_calc_bap(block->mask[ch], block->psd[ch], in bit_alloc() 2199 av_freep(&block->psd); in ff_ac3_encode_close() 2510 !FF_ALLOCZ_TYPED_ARRAY(block->psd, channels) || in allocate_buffers() 2525 block->psd[ch] = &s->psd_buffer [AC3_MAX_COEFS * (blk * channels + ch)]; in allocate_buffers()
|
H A D | ac3dec.c | 1369 s->psd[ch], s->band_psd[ch]); in decode_audio_block() 1388 s->ac3dsp.bit_alloc_calc_bap(s->mask[ch], s->psd[ch], in decode_audio_block()
|
H A D | Makefile | 590 OBJS-$(CONFIG_PSD_DECODER) += psd.o
|
/third_party/backends/backend/ |
H A D | snapscan.c | 672 SnapScan_Device *psd; in find_device() local 676 for (psd = first_device; psd; psd = psd->pnext) in find_device() 678 if (strcmp (psd->dev.name, name) == 0) in find_device() 679 return psd; in find_device() 784 static void free_device_list(SnapScan_Device *psd) { in free_device_list() argument 785 if (psd->pnext != NULL) { in free_device_list() 786 free_device_list(psd in free_device_list() 849 SnapScan_Device *psd; sane_open() local [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | ac3dsp_armv6.S | 33 add r1, r1, r2, lsl #1 @ psd + start 73 ldrsh r8, [r1], #2 @ psd[bin]
|
H A D | ac3dsp_init_arm.c | 40 void ff_ac3_bit_alloc_calc_bap_armv6(int16_t *mask, int16_t *psd,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 1025 for (const auto& psd : powerStateDataVect) in testDisplayPowerControl() 1031 psd.state in testDisplayPowerControl() 1036 return tcu::TestStatus::fail(std::string("vkDisplayPowerControlEXT returned invalid result for ") + de::toString(psd.state)); in testDisplayPowerControl() 1038 deSleep(psd.waitMs); in testDisplayPowerControl()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 1025 for (const auto& psd : powerStateDataVect) in testDisplayPowerControl() 1031 psd.state in testDisplayPowerControl() 1036 return tcu::TestStatus::fail(std::string("vkDisplayPowerControlEXT returned invalid result for ") + de::toString(psd.state)); in testDisplayPowerControl() 1038 deSleep(psd.waitMs); in testDisplayPowerControl()
|
/third_party/ffmpeg/libavformat/ |
H A D | img2dec.c | 1241 IMAGEAUTO_DEMUXER(psd, PSD)
|
/third_party/icu/icu4c/source/ |
H A D | configure | 1110 -psdir | --psdir | --psdi | --psd | --ps) 1112 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 1108 -psdir | --psdir | --psdi | --psd | --ps) 1110 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|
/third_party/libevdev/ |
H A D | configure | 1134 -psdir | --psdir | --psdi | --psd | --ps) 1136 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 1116 -psdir | --psdir | --psdi | --psd | --ps) 1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|
/third_party/eudev/ |
H A D | configure | 1150 -psdir | --psdir | --psdi | --psd | --ps) 1152 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|
/third_party/lame/ |
H A D | configure | 1130 -psdir | --psdir | --psdi | --psd | --ps) 1132 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|