/third_party/ffmpeg/libavfilter/ |
H A D | af_afwtdn.c | 951 const double scale = sqrt(2.0 * log(length)); in filter_channel() local 960 const double scale = sqrt(2.0 * log(length)); in filter_channel() local 987 const double scale = sqrt(2.0 * log(length)); in filter_channel() local
|
H A D | af_surround.c | 205 float scale = 1.f; in config_input() local
|
H A D | vf_ciescope.c | 753 const float scale = 1.f / (-2.f*xc + 12.f*yc + 3.f); in xy_to_upvp() local 767 const float scale = 1.f / (-2.f*xc + 12.f*yc + 3.f); in xy_to_uv() local 851 float scale; in rgb_to_xy() local 1256 const float scale = 1. / 65535.; filter_rgb48() local 1271 const float scale = 1. / 65535.; filter_rgba64() local 1286 const float scale = 1. / 255.; filter_rgb24() local 1301 const float scale = 1. / 255.; filter_rgba() local [all...] |
H A D | af_afftdn.c | 674 float scale = 1.f; in config_input() local
|
H A D | f_ebur128.c | 139 int scale; ///< display scale type of statistics member [all...] |
H A D | avf_showcqt.c | 1358 float scale; in config_output() local
|
H A D | vf_nnedi.c | 330 const float scale = 1.f / model->nsize; in gather_input() local 407 float scale; in predictor() local 208 dot_dsp(const NNEDIContext *const s, const float *kernel, const float *input, int n, float scale, float bias) dot_dsp() argument 439 read_bytes(const uint8_t *src, float *dst, int src_stride, int dst_stride, int width, int height, float scale) read_bytes() argument 458 read_words(const uint8_t *srcp, float *dst, int src_stride, int dst_stride, int width, int height, float scale) read_words() argument 481 write_bytes(const float *src, uint8_t *dst, int src_stride, int dst_stride, int width, int height, int depth, float scale) write_bytes() argument 495 write_words(const float *src, uint8_t *dstp, int src_stride, int dst_stride, int width, int height, int depth, float scale) write_words() argument 895 const float scale = 1.f / nns; subtract_mean_predictor() local [all...] |
H A D | vf_lut3d.c | 740 const float scale = 16*16*16; parse_3dl() local 771 float scale; parse_m3d() local 1614 struct rgbvec scale; global() member [all...] |
H A D | vf_paletteuse.c | 156 dither_color(uint32_t px, int er, int eg, int eb, int scale, int shift) dither_color() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | snow.h | 263 const int *scale = ff_scale_mv_ref[ref]; in pred_mv() local
|
H A D | proresenc_anatoliy.c | 805 static void scale_mat(const uint8_t* src, int* dst, int scale) in scale_mat() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | avidec.c | 51 uint32_t scale; member [all...] |
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 339 double scale = 1.0; in set_volume_simple() local
|
/third_party/backends/backend/ |
H A D | lexmark_low.c | 5105 SANE_Int scale; in low_rewind() local
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 263 struct snd_soc_tplg_tlv_dbscale scale; member
|
/third_party/libuv/src/win/ |
H A D | util.c | 470 uint64_t uv__hrtime(unsigned int scale) { in uv__hrtime() argument
|
/third_party/lame/libmp3lame/ |
H A D | psymodel.c | 441 FLOAT const scale = 1. / 64.f; in convert_partition2scalefac_l_to_s() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_tex.c | 186 nir_ssa_def *scale = nir_frcp(b, txs); in lower_offset() local 228 nir_ssa_def *scale = nir_frcp(b, txs); in lower_rect() local 246 nir_ssa_def *scale = nir_build_load_texture_rect_scaling(b, 32, idx); in lower_rect_tex_scale() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | si_cmd_buffer.c | 669 radv_get_viewport_xform(const VkViewport *viewport, float scale[3], float translate[3]) in radv_get_viewport_xform() argument 690 float scale[3], translate[3]; in si_scissor_from_viewport() local 721 float scale[3], translate[3], guardband_x = INFINITY, guardband_y = INFINITY; si_write_scissors() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 969 struct ureg_src scale; in nv50_blitter_make_fp() local
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_api.cpp | 5048 void NumberFormatterApiTest::scale() { in scale() function in NumberFormatterApiTest [all...] |
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 826 double scale; member [all...] |
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 156 double scale; member
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | example.c | 161 unsigned int scale; member
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 114 int scale = static_cast<int>(mode - one); in ScaleFor() local 138 ScaleFactor scale = ScaleFor(kMode_MR1, mode); in MemoryOperand() local 148 ScaleFactor scale = ScaleFor(kMode_MR1I, mode); in MemoryOperand() local 157 ScaleFactor scale = ScaleFor(kMode_M1, mode); in MemoryOperand() local 166 ScaleFactor scale = ScaleFor(kMode_M1I, mode); MemoryOperand() local 195 ScaleFactor scale = ScaleFor(kMode_MR1, kMode_MR1); NextMemoryOperand() local [all...] |