/third_party/ffmpeg/libavcodec/ |
H A D | ac3dec_float.c | 39 { "cons_noisegen", "enable consistent noise generation", OFFSET(consistent_noise_generation), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, PAR }, 40 { "drc_scale", "percentage of dynamic range compression to apply", OFFSET(drc_scale), AV_OPT_TYPE_FLOAT, {.dbl = 1.0}, 0.0, 6.0, PAR }, 41 { "heavy_compr", "enable heavy dynamic range compression", OFFSET(heavy_compression), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, PAR }, 42 { "target_level", "target level in -dBFS (0 not applied)", OFFSET(target_level), AV_OPT_TYPE_INT, {.i64 = 0 }, -31, 0, PAR }, 50 { "downmix", "Request a specific channel layout from the decoder", OFFSET(downmix_layout), AV_OPT_TYPE_CHLAYOUT, {.str = NULL}, .flags = PAR },
|
H A D | ac3dec_fixed.c | 158 { "cons_noisegen", "enable consistent noise generation", OFFSET(consistent_noise_generation), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, PAR }, 159 { "drc_scale", "percentage of dynamic range compression to apply", OFFSET(drc_scale), AV_OPT_TYPE_FLOAT, {.dbl = 1.0}, 0.0, 6.0, PAR }, 160 { "heavy_compr", "enable heavy dynamic range compression", OFFSET(heavy_compression), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, PAR }, 161 { "downmix", "Request a specific channel layout from the decoder", OFFSET(downmix_layout), AV_OPT_TYPE_CHLAYOUT, {.str = NULL}, .flags = PAR },
|
H A D | aacps_common.c | 64 #define READ_PAR_DATA(PAR, OFFSET, MASK, ERR_CONDITION, NB_BITS, MAX_DEPTH) \ 73 * @param PAR pointer to the parameter to be read \ 77 static int read_ ## PAR ## _data(AVCodecContext *avctx, GetBitContext *gb, PSCommonContext *ps, \ 78 int8_t (*PAR)[PS_MAX_NR_IIDICC], int table_idx, int e, int dt) \ 80 int b, num = ps->nr_ ## PAR ## _par; \ 86 int val = PAR[e_prev][b] + get_vlc2(gb, vlc_table, NB_BITS, MAX_DEPTH) - OFFSET; \ 88 PAR[e][b] = val; \ 97 PAR[e][b] = val; \ 104 av_log(avctx, AV_LOG_ERROR, "illegal "#PAR"\n"); \
|
H A D | apedec.c | 1667 #define PAR (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_AUDIO_PARAM) macro 1669 { "max_samples", "maximum number of samples decoded per call", OFFSET(blocks_per_loop), AV_OPT_TYPE_INT, { .i64 = 4608 }, 1, INT_MAX, PAR, "max_samples" }, 1670 { "all", "no maximum. decode all samples for each packet at once", 0, AV_OPT_TYPE_CONST, { .i64 = INT_MAX }, INT_MIN, INT_MAX, PAR, "max_samples" },
|
H A D | ac3dec.c | 1868 #define PAR (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_AUDIO_PARAM) macro
|
H A D | hevcdec.c | 3860 #define PAR (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) macro 3864 AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, PAR }, 3866 AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, PAR },
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get_concurrent.c | 53 * test (total number of requests will be ROUNDS * PAR). 60 #define PAR CPU_COUNT macro 112 double rps = ((double) (PAR * ROUNDS * 1000)) / ((double) (now() - start_time)); in stop() 170 pid_t par[PAR]; in do_gets() 179 for (j=0;j<PAR;j++) in do_gets() 214 for (j=0;j<PAR;j++) in do_gets()
|
H A D | test_concurrent_stop.c | 43 * test (total number of requests will be ROUNDS * PAR). 50 #define PAR CPU_COUNT macro 109 pid_t par[PAR]; in do_gets() 118 for (j=0;j<PAR;j++) in do_gets() 150 for (j=0;j<PAR;j++) in do_gets()
|
/third_party/ltp/include/ |
H A D | tst_test_macros.h | 46 #define TST_MSGP_(RES, FMT, PAR, SCALL, ...) \ 48 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR) 50 #define TST_MSGP2_(RES, FMT, PAR, PAR2, SCALL, ...) \ 52 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR, PAR2)
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_afade.c | 56 enum CurveType { NONE = -1, TRI, QSIN, ESIN, HSIN, LOG, IPAR, QUA, CUB, SQU, CBR, PAR, EXP, IQSIN, IHSIN, DESE, DESI, LOSI, SINC, ISINC, NB_CURVES }; enumerator 102 case PAR: in fade_gain() 246 { "par", "parabola", 0, AV_OPT_TYPE_CONST, {.i64 = PAR }, 0, 0, TFLAGS, "curve" }, 380 { "par", "parabola", 0, AV_OPT_TYPE_CONST, {.i64 = PAR }, 0, 0, FLAGS, "curve" },
|