Home
last modified time | relevance | path

Searched refs:max (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2_gmv.c39 int max = m; in iep2_sort() local
43 for (n = m + 1; n < size; ++n) if (dat[n] > dat[max]) max = n; in iep2_sort()
48 map[m] = map[max]; in iep2_sort()
49 map[max] = p; in iep2_sort()
50 dat[m] = dat[max]; in iep2_sort()
51 dat[max] = temp; in iep2_sort()
H A Diep2_osd.c39 int max = m; in iep2_sort() local
44 if (dat[n] > dat[max]) in iep2_sort()
45 max = n; in iep2_sort()
50 map[m] = map[max]; in iep2_sort()
51 map[max] = p; in iep2_sort()
52 dat[m] = dat[max]; in iep2_sort()
53 dat[max] = temp; in iep2_sort()
H A Diep2.h35 #define RKCLIP(a, min, max) ((a < min) ? (min) : ((a > max) ? max : a)) argument
/rockchip-linux_mpp/tools/
H A Dastylerc14 --max-instatement-indent=120
/rockchip-linux_mpp/debian/
H A Dchangelog17 * [h264e]: Add qp min/max limit by bps max/min
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c634 RK_S32 c, i, j, k, l, m, n, max, size2, res, sharp; in decode_parser_header() local
1043 for (max = 0; (s->sb_cols >> max) >= 4; max++) ; in decode_parser_header()
1044 max = MPP_MAX(0, max - 1); in decode_parser_header()
1045 while ((RK_U32)max > s->tiling.log2_tile_cols) { in decode_parser_header()
/rockchip-linux_mpp/
H A DCHANGELOG.md3 - [mpp_trie]: Add info name max length record
397 - [h264e_sps]: fix the default value of max mv length
409 - [vepu580]: poll max set to 1 on split out lowdelay mode
450 - [h265e]: Fix vps/sps max temparal layers val
713 - [vepu580]: Add frm min/max qp and scene_mode cmd param
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md936 `I mpi_dec_test: test success max memory 19.92 MB`
991 -qc qp_init/min/max/min_i/max_i
994 其中,qp表示质量参数;init表示初值;min表示最小值;max表示最大值;后缀i表示I帧最值,未标注则表示B、P帧最值。
H A DRockchip_Developer_Guide_MPP_EN.md816 | -n | max output frame number. If input bitstream is too long, only the first n fra…
869 I mpi_dec_test: test success max memory 19.92 MB
872 The mpi_dec_test printing indicates that max memory of decoding is 19.92 MB.
905 | -n | max encoding frame number. If input bitstream is too long, only the first n f…
931 -qc qp_init/min/max/min_i/max_i
934 …ters, init represents the initial value, min represents the minimum value, max represents the maxi…
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c373 #define increment(name, min, max) do { \ argument
375 CHECK(mpp_av1_read_increment(gb, min, max, #name, &value)); \
379 #define subexp(name, max) do { \ argument
381 CHECK(mpp_av1_read_subexp(gb, max, \