Home
last modified time | relevance | path

Searched refs:minp (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtexturedspenc.c240 const uint8_t *minp; in optimize_colors() local
327 minp = maxp = block; in optimize_colors()
336 minp = block + x * 4 + y * stride; in optimize_colors()
345 *pmin16 = rgb2rgb565(minp[0], minp[1], minp[2]); in optimize_colors()
/third_party/ffmpeg/libavfilter/
H A Daf_afir.h70 int minp; member
H A Daf_afir.c258 if (s->minp > s->maxp) { in convert_coeffs()
259 s->maxp = s->minp; in convert_coeffs()
263 part_size = 1 << av_log2(s->minp); in convert_coeffs()
653 { "minp", "set min partition size", OFFSET(minp), AV_OPT_TYPE_INT, {.i64=8192}, 1, 32768, AF },
/third_party/backends/backend/
H A Dhp-scsi.h70 int * valp, int * minp, int * maxp);
H A Dhp-scl.c1926 sanei_hp_scl_inquire(HpScsi scsi, HpScl scl, int * valp, int * minp, int * maxp) in sanei_hp_scl_inquire() argument
1933 assert(IS_SCL_CONTROL(scl) || (!minp && !maxp)); in sanei_hp_scl_inquire()
1937 if (minp) in sanei_hp_scl_inquire()
1939 SCL_INQUIRE_MINIMUM_VALUE, minp, 0) ); in sanei_hp_scl_inquire()
1948 hp_scl_get_bounds(HpScsi scsi, HpScl scl, int * minp, int * maxp) in hp_scl_get_bounds() argument
1951 RETURN_IF_FAIL( _hp_scl_inq(scsi, scl, SCL_INQUIRE_MINIMUM_VALUE, minp, 0) ); in hp_scl_get_bounds()
1959 int * minp, int * maxp, int * valp) in hp_scl_get_bounds_and_val()
1962 RETURN_IF_FAIL( _hp_scl_inq(scsi, scl, SCL_INQUIRE_MINIMUM_VALUE, minp, 0) ); in hp_scl_get_bounds_and_val()
1958 hp_scl_get_bounds_and_val(HpScsi scsi, HpScl scl, int * minp, int * maxp, int * valp) hp_scl_get_bounds_and_val() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c1394 minp if not NULL, pointer to int for min
1405 read_repeat_counts(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *minp, in read_repeat_counts() argument
1460 if (minp != NULL) *minp = (uint32_t)min; in read_repeat_counts()

Completed in 17 milliseconds