Home
last modified time | relevance | path

Searched defs:qmax (Results 1 - 12 of 12) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-token.h60 uint32_t qmax; /**< maximum number of token iterations */ member
H A Dre-parser.c86 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; re_parse_quantifier() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlpc.c102 int32_t qmax; in quantize_lpc_coefs() local
H A Dv4l2_m2m_enc.c177 int qmin_cid, qmax_cid, qmin, qmax; in v4l2_prepare_encoder() local
[all...]
H A Dratecontrol.c121 int qmax = s->lmax; in get_qminmax() local
155 int qmin, qmax; modify_qscale() local
753 const int qmax = s->avctx->mb_lmax; adaptive_quantization() local
870 int qmin, qmax; ff_rate_estimate_qscale() local
[all...]
H A Daaccoder.c307 float qmin, qmax; in search_for_quantizers_anmr() local
H A Dflacenc.c931 int32_t qmax; in encode_residual_ch() local
H A Dmpegvideo_enc.c108 ff_convert_matrix(MpegEncContext *s, int (*qmat)[64], uint16_t (*qmat16)[2][64], const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra) ff_convert_matrix() argument
[all...]
H A Davcodec.h1185 int qmax; member
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dframe_enc.c42 float qmin, qmax; member
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dencode.h152 int qmax; // maximum permissible quality factor member
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c772 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; ecma_regexp_run() local
[all...]

Completed in 22 milliseconds