Home
last modified time | relevance | path

Searched refs:temporal_id (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_enc_ref_test.c50 lt_ref[0].temporal_id = 0; in main()
60 st_ref[0].temporal_id = 0; in main()
66 st_ref[1].temporal_id = 3; in main()
72 st_ref[2].temporal_id = 2; in main()
78 st_ref[3].temporal_id = 3; in main()
84 st_ref[4].temporal_id = 1; in main()
90 st_ref[5].temporal_id = 3; in main()
96 st_ref[6].temporal_id = 2; in main()
102 st_ref[7].temporal_id = 3; in main()
108 st_ref[8].temporal_id = 0; in main()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_mlvec.cpp266 st_ref[0].temporal_id = 0; in vpu_api_mlvec_set_dy_max_tid()
279 st_ref[0].temporal_id = 0; in vpu_api_mlvec_set_dy_max_tid()
285 st_ref[1].temporal_id = 1; in vpu_api_mlvec_set_dy_max_tid()
291 st_ref[2].temporal_id = 0; in vpu_api_mlvec_set_dy_max_tid()
304 st_ref[0].temporal_id = 0; in vpu_api_mlvec_set_dy_max_tid()
310 st_ref[1].temporal_id = 2; in vpu_api_mlvec_set_dy_max_tid()
316 st_ref[2].temporal_id = 1; in vpu_api_mlvec_set_dy_max_tid()
322 st_ref[3].temporal_id = 2; in vpu_api_mlvec_set_dy_max_tid()
328 st_ref[4].temporal_id = 0; in vpu_api_mlvec_set_dy_max_tid()
341 st_ref[0].temporal_id = 0; in vpu_api_mlvec_set_dy_max_tid()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_ref.cpp146 ref, p->lt_cfg_cnt, frm->lt_idx, frm->temporal_id, in mpp_enc_ref_cfg_add_lt_cfg()
166 ref, p->st_cfg_cnt, frm->is_non_ref, frm->temporal_id, in mpp_enc_ref_cfg_add_st_cfg()
200 RK_S32 temporal_id = cfg->temporal_id; in mpp_enc_ref_cfg_check() local
226 if (temporal_id != 0) { in mpp_enc_ref_cfg_check()
228 ref, pos, temporal_id); in mpp_enc_ref_cfg_check()
255 RK_S32 temporal_id = cfg->temporal_id; in mpp_enc_ref_cfg_check() local
256 RK_U32 tid_mask = 1 << temporal_id; in mpp_enc_ref_cfg_check()
259 if (temporal_id > MPP_ENC_MAX_TEMPORAL_LAYER_NUM - 1) { in mpp_enc_ref_cfg_check()
261 ref, pos, temporal_id); in mpp_enc_ref_cfg_check()
286 if (temporal_id > 0) { in mpp_enc_ref_cfg_check()
[all …]
H A Dmpp_enc_refs.cpp126 frm->temporal_id, frm->ref_mode, frm->ref_arg); in _dump_frm()
131 frm->temporal_id, frm->ref_mode, frm->ref_arg, in _dump_frm()
137 frm->temporal_id, frm->ref_mode, frm->ref_arg); in _dump_frm()
256 lt_cnt->tid = lt_cfg->temporal_id; in mpp_enc_refs_set_cfg()
314 frm->temporal_id = st_cfg->temporal_id; in set_st_cfg_to_frm()
342 frm->temporal_id = lt_cfg->tid; in set_lt_cfg_to_frm()
489 mpp_assert(ref->temporal_id >= 0); in save_cpb_status()
507 RK_S32 tid = frm->temporal_id; in store_ref_to_cpb()
879 frm->temporal_id = 0; in mpp_enc_refs_get_cpb()
996 frm->temporal_id = 0; in mpp_enc_refs_get_cpb_pass1()
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_enc_utils.c677 lt_ref[0].temporal_id = 0; in mpi_enc_gen_ref_cfg()
686 st_ref[0].temporal_id = 0; in mpi_enc_gen_ref_cfg()
692 st_ref[1].temporal_id = 3; in mpi_enc_gen_ref_cfg()
698 st_ref[2].temporal_id = 2; in mpi_enc_gen_ref_cfg()
704 st_ref[3].temporal_id = 3; in mpi_enc_gen_ref_cfg()
710 st_ref[4].temporal_id = 1; in mpi_enc_gen_ref_cfg()
716 st_ref[5].temporal_id = 3; in mpi_enc_gen_ref_cfg()
722 st_ref[6].temporal_id = 2; in mpi_enc_gen_ref_cfg()
728 st_ref[7].temporal_id = 3; in mpi_enc_gen_ref_cfg()
734 st_ref[8].temporal_id = 0; in mpi_enc_gen_ref_cfg()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_ref.h186 RK_S32 temporal_id; /* temporal_id of the reference frame */ member
195 RK_S32 temporal_id; member
H A Dmpp_rc_defs.h96 RK_U32 temporal_id : 4; member
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_ref.h186 RK_S32 temporal_id; /* temporal_id of the reference frame */ member
195 RK_S32 temporal_id; member
H A Dmpp_rc_defs.h96 RK_U32 temporal_id : 4; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c563 f->spatial_id = f->temporal_id = 0; in av1d_frame_unref()
632 dst->temporal_id = src->temporal_id; in av1d_frame_ref()
991 s->cur_frame.temporal_id = header->temporal_id; in av1d_parser_frame()
1162 RK_S32 *temporal_id, RK_S32 *spatial_id) in parse_obu_header() argument
1180 mpp_read_bits(&gb, 3, temporal_id); in parse_obu_header()
1184 *temporal_id = *spatial_id = 0; in parse_obu_header()
1207 RK_S32 start_pos, type, temporal_id, spatial_id; in av1_extract_obu() local
1211 &type, &temporal_id, &spatial_id); in av1_extract_obu()
1216 obu->temporal_id = temporal_id; in av1_extract_obu()
1225 obu->type, obu->temporal_id, obu->spatial_id, obu->size); in av1_extract_obu()
H A Dav1d_parser.h70 RK_S32 temporal_id; member
99 RK_S32 temporal_id; member
H A Dav1d_codec.h54 int temporal_id; member
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c202 RK_S32 temporal_id = 0; in thread_output() local
204 mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &temporal_id); in thread_output()
207 " tid %d", temporal_id); in thread_output()
H A Dmpi_dec_nt_test.c238 RK_S32 temporal_id = 0; in dec_loop() local
240 mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &temporal_id); in dec_loop()
243 " tid %d", temporal_id); in dec_loop()
H A Dmpi_dec_test.c261 RK_S32 temporal_id = 0; in dec_simple() local
263 mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &temporal_id); in dec_simple()
266 " tid %d", temporal_id); in dec_simple()
H A Dmpi_enc_test.c797 RK_S32 temporal_id = 0; in test_mpp_run() local
801 if (MPP_OK == mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &temporal_id)) in test_mpp_run()
803 " tid %d", temporal_id); in test_mpp_run()
H A Dmpi_enc_mt_test.cpp940 RK_S32 temporal_id = 0; in enc_test_output() local
944 if (MPP_OK == mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &temporal_id)) in enc_test_output()
946 " tid %d", temporal_id); in enc_test_output()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_global.h203 RK_S32 temporal_id; //!< temporal identifier for the NAL unit member
222 RK_U32 temporal_id; member
233 RK_U32 temporal_id; member
470 RK_S8 *temporal_id; member
672 RK_S32 *temporal_id; member
825 RK_S32 temporal_id; // temporal identifier for the NAL unit member
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c62 status->temporal_id, in h264e_dpb_dump_frm()
82 status->temporal_id, in h264e_dpb_dump_listX()
180 mpp_assert(p->temporal_id == frm->temporal_id); in find_cpb_frame()
389 frm->status.is_lt_ref, frm->status.temporal_id); in h264e_dpb_build_marking()
H A Dh264e_api_v2.c803 prefix->priority_id = h264->base_layer_pid + frm->temporal_id; in h264e_proc_hal()
807 prefix->temporal_id = frm->temporal_id; in h264e_proc_hal()
813 mpp_meta_set_s32(meta, KEY_TEMPORAL_ID, frm->temporal_id); in h264e_proc_hal()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264e_syntax.h51 RK_S32 temporal_id; member
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_data_impl.cpp199 RK_S32 tid = frm_status.temporal_id; in rc_data_group_put_node()
251 RK_S32 tid = frm_status.temporal_id; in rc_data_group_put_node()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c886 if (s->temporal_id == 0 && in hls_slice_header()
1123 READ_BITS(gb, 3, &s->temporal_id); in hls_nal_unit()
1125 s->temporal_id = s->temporal_id - 1; in hls_nal_unit()
1129 s->nal_unit_type, s->nuh_layer_id, s->temporal_id); in hls_nal_unit()
1131 if (s->temporal_id < 0) in hls_nal_unit()
1297 if (s->temporal_id > s->temporal_layer_id) in parser_nal_unit()
1723 RK_S32 value, nal_unit_type, nuh_layer_id, temporal_id; in check_rpus() local
1731 READ_BITS((&gb), 3, &temporal_id); in check_rpus()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_encoder.cpp684 RK_S32 temporal_id = 0; in Encode() local
688 if (MPP_OK == mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &temporal_id)) in Encode()
690 " tid %d", temporal_id); in Encode()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c627 READ_BITS(bitctx, 3, &ph->temporal_id); in parse_picture_header_intra()
628 AVS2D_PARSE_TRACE("temporal_id %d\n", ph->temporal_id); in parse_picture_header_intra()
737 READ_BITS(bitctx, 3, &ph->temporal_id); in parse_picture_header_inter()

12