Searched defs:qmax (Results 1 – 13 of 13) sorted by relevance
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-parser.c | 86 uint32_t qmax = re_ctx_p->token.qmax; in re_insert_into_group() local 129 const uint32_t qmax = re_ctx_p->token.qmax; in re_insert_atom_iterator() local 285 uint32_t qmax = RE_INFINITY; in re_parse_quantifier() local
|
D | re-token.h | 60 uint32_t qmax; /**< maximum number of token iterations */ member
|
/third_party/ffmpeg/libavcodec/ |
D | ratecontrol.c | 122 int qmax = s->lmax; in get_qminmax() local 156 int qmin, qmax; in modify_qscale() local 754 const int qmax = s->avctx->mb_lmax; in adaptive_quantization() local 871 int qmin, qmax; in ff_rate_estimate_qscale() local
|
D | lpc.c | 101 int32_t qmax; in quantize_lpc_coefs() local
|
D | v4l2_m2m_enc.c | 176 int qmin_cid, qmax_cid, qmin, qmax; in v4l2_prepare_encoder() local
|
D | aaccoder.c | 307 float qmin, qmax; in search_for_quantizers_anmr() local
|
D | flacenc.c | 964 int32_t qmax; in encode_residual_ch() local
|
D | mpegvideo_enc.c | 93 int bias, int qmin, int qmax, int intra) in ff_convert_matrix()
|
D | avcodec.h | 1375 int qmax; member
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 772 const uint32_t qmax = re_get_value (&bc_p) - RE_QMAX_OFFSET; in ecma_regexp_run() local 860 const uint32_t qmax = re_get_value (&bc_p) - RE_QMAX_OFFSET; in ecma_regexp_run() local 948 const uint32_t qmax = re_get_value (&bc_p) - RE_QMAX_OFFSET; in ecma_regexp_run() local 1028 const uint32_t qmax = re_get_value (&bc_p) - RE_QMAX_OFFSET; in ecma_regexp_run() local 1081 const uint32_t qmax = re_get_value (&bc_p) - RE_QMAX_OFFSET; in ecma_regexp_run() local 1145 const uint32_t qmax = re_get_value (&bc_p) - RE_QMAX_OFFSET; in ecma_regexp_run() local
|
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/ |
D | pfe_hw.c | 924 u32 qmax; in tmu_init() local
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | encode.h | 152 int qmax; // maximum permissible quality factor member
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | frame_enc.c | 42 float qmin, qmax; member
|