Home
last modified time | relevance | path

Searched refs:e (Results 1 – 14 of 14) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c264 static MPP_RET read_vol_complexity_estimation_header(Mpeg4Estimation *e, BitReadCtx_t *gb) in read_vol_complexity_estimation_header() argument
268 READ_BITS(gb, 2, &(e->method)); /* estimation_method */ in read_vol_complexity_estimation_header()
270 if (e->method == 0 || e->method == 1) { in read_vol_complexity_estimation_header()
273 READ_BITS(gb, 1, &(e->opaque)); /* opaque */ in read_vol_complexity_estimation_header()
274 READ_BITS(gb, 1, &(e->transparent)); /* transparent */ in read_vol_complexity_estimation_header()
275 READ_BITS(gb, 1, &(e->intra_cae)); /* intra_cae */ in read_vol_complexity_estimation_header()
276 READ_BITS(gb, 1, &(e->inter_cae)); /* inter_cae */ in read_vol_complexity_estimation_header()
277 READ_BITS(gb, 1, &(e->no_update)); /* no_update */ in read_vol_complexity_estimation_header()
278 READ_BITS(gb, 1, &(e->upsampling)); /* upsampling */ in read_vol_complexity_estimation_header()
283 READ_BITS(gb, 1, &(e->intra_blocks)); /* intra_blocks */ in read_vol_complexity_estimation_header()
[all …]
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_macro.h25 #define CONCAT_5(a,b,c,d,e) a##b##c##d##e argument
26 #define CONCAT_6(a,b,c,d,e,f) a##b##c##d##e##f argument
36 #define CONCAT_US5(a,b,c,d,e) a##_##b##_##c##_##d##_##e argument
37 #define CONCAT_US6(a,b,c,d,e,f) a##_##b##_##c##_##d##_##e##_##f argument
47 #define CONCAT_DOT5(a,b,c,d,e) a.b.c.d.e argument
48 #define CONCAT_DOT6(a,b,c,d,e,f) a.b.c.d.e.f argument
58 #define CONCAT_STR5(a,b,c,d,e) TO_STR(a:b:c:d:e) argument
59 #define CONCAT_STR6(a,b,c,d,e,f) TO_STR(a:b:c:d:e:f) argument
/rockchip-linux_mpp/test/
H A Dmpp_event_trigger.c49 ctx->semval = ctx->ea->e[0].idx; in event_create()
68 e_curr = &ctx->ea->e[ctx->event_idx % ctx->ea->cnt]; in event_init()
69 e_next = &ctx->ea->e[(++ctx->event_idx) % ctx->ea->cnt]; in event_init()
172 ctx->trigger(ctx->parent, ctx->ea->e[ctx->event_idx % ctx->ea->cnt].event); in event_trigger_thread()
244 int *e = (int *)event; in event_occur() local
245 mpp_log("event %d occur\n", *e); in event_occur()
266 ea.e[i].idx = ie.idx[i]; in main()
267 ea.e[i].event = &ie.event[i]; in main()
H A Dmpp_event_trigger.h19 struct ievent e[128]; member
26 struct event_ctx* event_ctx_create(struct event_packet *e,
/rockchip-linux_mpp/
H A DAndroid.bp161 "sed -e \"s|@VERSION_INFO@|\\\"$$VERSION_INFO\\\"|g\" " +
162 " -e \"s|@VERSION_CNT@|10|g\" " +
163 " -e \"s|@VERSION_HISTORY_0@|\\\"$$HISTORY_0\\\"|g\" " +
164 " -e \"s|@VERSION_HISTORY_1@|\\\"$$HISTORY_1\\\"|g\" " +
165 " -e \"s|@VERSION_HISTORY_2@|\\\"$$HISTORY_2\\\"|g\" " +
166 " -e \"s|@VERSION_HISTORY_3@|\\\"$$HISTORY_3\\\"|g\" " +
167 " -e \"s|@VERSION_HISTORY_4@|\\\"$$HISTORY_4\\\"|g\" " +
168 " -e \"s|@VERSION_HISTORY_5@|\\\"$$HISTORY_5\\\"|g\" " +
169 " -e \"s|@VERSION_HISTORY_6@|\\\"$$HISTORY_6\\\"|g\" " +
170 " -e \"s|@VERSION_HISTORY_7@|\\\"$$HISTORY_7\\\"|g\" " +
[all …]
H A DCHANGELOG.md177 - [vepu_511]: Add rv1126b 265e/264e/jpge support
413 - [265e]:Fix the st refernce frame err in tsvc
/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_obj.c73 #define ENTRY_TO_FLAG_PTR(e, entry) ((rk_ul *)((rk_u8 *)entry + ELEM_FLAG_U32_POS(e->tbl.flag_o… argument
75 #define ENTRY_SET_FLAG(e, entry) \ argument
76 *ENTRY_TO_FLAG_PTR(e, entry) |= 1ul << (ELEM_FLAG_BIT_POS(e->tbl.flag_offset))
78 #define ENTRY_CLR_FLAG(e, entry) \ argument
79 *ENTRY_TO_FLAG_PTR(e, entry) &= ~(1ul << (ELEM_FLAG_BIT_POS(e->tbl.flag_offset)))
81 #define ENTRY_TEST_FLAG(e, entry) \ argument
82 (*ENTRY_TO_FLAG_PTR(e, entry) & 1ul << (ELEM_FLAG_BIT_POS(e->tbl.flag_offset))) ? 1 : 0
1685 KmppEntry *e; in kmpp_obj_update() local
1690 e = (KmppEntry *)mpp_trie_info_ctx(info); in kmpp_obj_update()
1691 if (e->tbl.flag_offset && ENTRY_TEST_FLAG(e, src_impl->entry)) { in kmpp_obj_update()
[all …]
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c363 unsigned int e = 516; in jpegd_setup_pp() local
379 e = 443; in jpegd_setup_pp()
498 tmp = (satur * (int) e) / 64; in jpegd_setup_pp()
H A Dhal_jpegd_vdpu2.c382 unsigned int e = 516; in jpegd_setup_pp() local
398 e = 443; in jpegd_setup_pp()
517 tmp = (satur * (int) e) / 64; in jpegd_setup_pp()
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile183 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
293 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
296 # definitions whose arguments contain STL classes (e.g. func(std::string);
337 # type (e.g. under the Public Functions section). Set it to NO to prevent
345 # are shown inside the group in which they are included (e.g. using \ingroup)
357 # the documentation of the scope in which they are defined (i.e. file,
864 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
953 # tools must be available from the command line (i.e. in the search path).
1025 # that doxygen needs, which is dependent on the configuration options used (e.g.
1165 # set bundle. This should be a reverse domain-name style string, e.g.
[all …]
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c235 RK_S32 e, f; in resolve_divisor() local
238 e = d - (1 << (*shift)); in resolve_divisor()
240 f = round_two(e, *shift - AV1_DIV_LUT_BITS); in resolve_divisor()
242 f = e << (AV1_DIV_LUT_BITS - (*shift)); in resolve_divisor()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c1415 RK_U32 *e = s->counts.eob[i][j][k][l][m]; in adapt_probs() local
1425 adapt_prob(&pp[0], e[0], e[1], 24, uf); in adapt_probs()
/rockchip-linux_mpp/build/android/
H A DREADME.md54 * No builds for multiple platforms (e.g. building for both arm and x86 require to run cmake twice w…
H A Dandroid.toolchain.cmake871 …sed devices and others when trying to use certain floating-point functions (e.g., cosf, sinf, expf…