| /third_party/zlib/examples/ |
| H A D | enough.c | 225 int max; // maximum allowed bit length for the codes member [all...] |
| H A D | gun.c | 210 int max; /* maximum bits per code for this stream */ in lunpipe() local
|
| /third_party/zlib/ |
| H A D | gzwrite.c | 71 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; in gz_comp() local
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| H A D | virtinput.c | 49 uint32_t max; member
|
| /device/qemu/drivers/virtio/ |
| H A D | virtinput.c | 47 uint32_t max; member
|
| /device/soc/rockchip/common/sdk_linux/include/soc/rockchip/ |
| H A D | rockchip_system_monitor.h | 16 unsigned int max; /* Maximum frequency in MHz */ member
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| H A D | memblock.h | 72 unsigned long max; member
|
| /device/soc/rockchip/rk3588/kernel/include/soc/rockchip/ |
| H A D | rockchip_system_monitor.h | 16 unsigned int max; /* Maximum frequency in MHz */ member
|
| /test/xts/hats/hdf/audio/idl/benchmarktest/render/ |
| H A D | audio_render_benchmarktest.cpp | 519 float max = GAIN_VALUE;
in BENCHMARK_F() local
|
| /test/xts/hats/hdf/audio/idl/common/render_additional/src/ |
| H A D | AudioRenderCommonTest.cpp | 1336 float max = 1.0; in HWTEST_F() local 3339 float max = 1.0; in HWTEST_F() local
|
| /test/xts/hats/hdf/audio/idl/common/render/src/ |
| H A D | audio_render_common_test.cpp | 532 float max = 1.0; in HWTEST_F() local 539 float max = 1.0; in HWTEST_F() local
|
| /test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
| H A D | utils.cpp | 301 uint32_t GetRandom(uint32_t max)
in GetRandom() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | h264_parse.c | 233 unsigned max[2]; in ff_h264_parse_ref_count() local
|
| H A D | magicyuv.c | 56 int max; member 121 const int max = s->max - 1; in magy_decode_slice10() local 94 magicyuv_median_pred16(uint16_t *dst, const uint16_t *src1, const uint16_t *diff, intptr_t w, int *left, int *left_top, int max) magicyuv_median_pred16() argument 378 build_huffman(AVCodecContext *avctx, const uint8_t *table, int table_size, int max) build_huffman() argument [all...] |
| H A D | scpr.c | 376 int ret, temp = 0, min, max, x, y, cx = 0, cx1 = 0; in decompress_p() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_chromakey.c | 41 int max; member 73 double max = ctx->max; in do_chromakey_pixel16() local 225 double max = ctx->max; in do_chromahold16_slice() local [all...] |
| H A D | vf_deflicker.c | 144 const int max = (1 << s->depth) - 1; in deflicker16() local
|
| H A D | vf_colorcorrect.c | 47 float max, imax; member 319 const float max = s->max; colorcorrect_slice8() local 360 const float max = s->max; colorcorrect_slice16() local [all...] |
| H A D | vf_colorlevels.c | 48 int max; member
|
| H A D | vf_colorcontrast.c | 149 const float max = (1 << depth) - 1; in colorcontrast_slice16() local 254 const float max = (1 << depth) - 1; in colorcontrast_slice16p() local
|
| H A D | vf_normalize.c | 116 NormalizeHistory min[3], max[3]; // Min and max for each channel in {R,G,B}. member 140 static void find_min_max(NormalizeContext *s, AVFrame *in, NormalizeLocal min[3], NormalizeLocal max[3]) in find_min_max() argument 173 static void find_min_max_planar(NormalizeContext *s, AVFrame *in, NormalizeLocal min[3], NormalizeLocal max[3]) in find_min_max_planar() argument 214 find_min_max_16(NormalizeContext *s, AVFrame *in, NormalizeLocal min[3], NormalizeLocal max[3]) find_min_max_16() argument 247 find_min_max_planar_16(NormalizeContext *s, AVFrame *in, NormalizeLocal min[3], NormalizeLocal max[3]) find_min_max_planar_16() argument 294 NormalizeLocal min[3], max[3]; // Min and max for each channel in {R,G,B}. normalize() local [all...] |
| H A D | vf_pullup.c | 306 static int find_first_break(PullupField *f, int max) in find_first_break() argument
|
| H A D | vf_mix.c | 50 int max; member
|
| H A D | vf_negate.c | 46 int max; member 109 negate8(const uint8_t *src, uint8_t *dst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) negate8() argument 123 negate_packed8(const uint8_t *ssrc, uint8_t *ddst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) negate_packed8() argument 146 negate16(const uint8_t *ssrc, uint8_t *ddst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) negate16() argument 166 negate_packed16(const uint8_t *ssrc, uint8_t *ddst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) negate_packed16() argument [all...] |
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | fft.c | 203 double error = 0, max = 0; in check_diff() local
|