Home
last modified time | relevance | path

Searched refs:slice_type (Results 1 – 25 of 27) sorted by relevance

12

/external/u-boot/arch/arm/mach-imx/mx8m/
Dclock_slice.c493 static void __iomem *get_clk_root_target(enum clk_slice_type slice_type, in get_clk_root_target() argument
498 switch (slice_type) { in get_clk_root_target()
546 clk_root_target = get_clk_root_target(p->slice_type, p->slice_index); in clock_get_target_val()
569 clk_root_target = get_clk_root_target(p->slice_type, p->slice_index); in clock_set_target_val()
581 u32 slice_index, slice_type; in clock_root_enabled() local
592 slice_type = root_array[root_entry].slice_type; in clock_root_enabled()
595 if ((slice_type == IPG_CLOCK_SLICE) || in clock_root_enabled()
596 (slice_type == DRAM_SEL_CLOCK_SLICE) || in clock_root_enabled()
597 (slice_type == CORE_SEL_CLOCK_SLICE)) { in clock_root_enabled()
605 clk_root_target = get_clk_root_target(slice_type, slice_index); in clock_root_enabled()
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc335 uint32_t slice_type; in ParseNonParameterSetNalu() local
336 RETURN_FALSE_ON_FAIL(slice_reader.ReadExponentialGolomb(&slice_type)); in ParseNonParameterSetNalu()
340 slice_type %= 5; in ParseNonParameterSetNalu()
387 if (slice_type == kSliceTypeB) { in ParseNonParameterSetNalu()
391 if (slice_type == kSliceTypeP || slice_type == kSliceTypeSp || in ParseNonParameterSetNalu()
392 slice_type == kSliceTypeB) { in ParseNonParameterSetNalu()
400 if (slice_type == kSliceTypeB) { in ParseNonParameterSetNalu()
417 if (slice_type % 5 != 2 && slice_type % 5 != 4) { in ParseNonParameterSetNalu()
441 if (slice_type % 5 == 1) { in ParseNonParameterSetNalu()
468 (slice_type == kSliceTypeP || slice_type == kSliceTypeSp)) || in ParseNonParameterSetNalu()
[all …]
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec_h264.c530 enum pipe_h264_slice_type slice_type) in ref_pic_list_modification() argument
534 if (slice_type != 2 && slice_type != 4) { in ref_pic_list_modification()
550 if (slice_type == 1) { in ref_pic_list_modification()
568 struct pipe_h264_sps *sps, enum pipe_h264_slice_type slice_type) in pred_weight_table() argument
601 if (slice_type == 1) { in pred_weight_table()
666 enum pipe_h264_slice_type slice_type; in slice_header() local
680 slice_type = vl_rbsp_ue(rbsp) % 5; in slice_header()
888 if (slice_type == PIPE_H264_SLICE_TYPE_B) in slice_header()
895 if (slice_type == PIPE_H264_SLICE_TYPE_P || in slice_header()
896 slice_type == PIPE_H264_SLICE_TYPE_SP || in slice_header()
[all …]
/external/libhevc/encoder/
Dihevce_frame_process_utils.c156 WORD32 slice_type, in ihevce_get_cur_frame_qp() argument
170 if(ISLICE == slice_type) in ihevce_get_cur_frame_qp()
175 else if(PSLICE == slice_type) in ihevce_get_cur_frame_qp()
180 else if(BSLICE == slice_type) in ihevce_get_cur_frame_qp()
Dihevce_entropy_interface.c316 WORD32 slice_type = ps_curr_inp->s_slice_hdr.i1_slice_type; in ihevce_entropy_encode_frame() local
331 ((slice_type == ISLICE) && in ihevce_entropy_encode_frame()
335 ((slice_type == ISLICE) && in ihevce_entropy_encode_frame()
352 ((slice_type == ISLICE) && ((NAL_IDR_N_LP == nal_type) || (NAL_IDR_W_LP == nal_type))); in ihevce_entropy_encode_frame()
388 switch(slice_type) in ihevce_entropy_encode_frame()
807 switch(slice_type) in ihevce_entropy_encode_frame()
Dihevce_mv_pred_merge.c528 WORD32 slice_type; in ihevce_mv_pred_merge() local
560 slice_type = ps_ctxt->ps_slice_hdr->i1_slice_type; in ihevce_mv_pred_merge()
905 if(slice_type == BSLICE) in ihevce_mv_pred_merge()
978 if(slice_type == PSLICE) in ihevce_mv_pred_merge()
986 if(slice_type == PSLICE) in ihevce_mv_pred_merge()
Dihevce_frame_process_utils.h73 WORD32 slice_type,
Dihevce_ipe_pass.h136 WORD32 slice_type,
Dihevce_frame_process.c526 WORD32 slice_type = ps_curr_out->s_slice_hdr.i1_slice_type; in ihevce_pre_enc_manage_ref_pics() local
541 if(BSLICE == slice_type) in ihevce_pre_enc_manage_ref_pics()
545 else if(PSLICE == slice_type) in ihevce_pre_enc_manage_ref_pics()
1077 WORD32 slice_type = ps_slice_header->i1_slice_type; in ihevce_manage_ref_pics() local
1115 if(BSLICE == slice_type) in ihevce_manage_ref_pics()
1119 else if(PSLICE == slice_type) in ihevce_manage_ref_pics()
1465 (curr_poc > cra_poc) ? (ref_poc_l0 >= cra_poc) : (slice_type != ISLICE); in ihevce_manage_ref_pics()
1493 (curr_poc > cra_poc) ? (ref_poc_l1 >= cra_poc) : (slice_type != ISLICE); in ihevce_manage_ref_pics()
1661 if(BSLICE == slice_type) in ihevce_manage_ref_pics()
1940 if(BSLICE == slice_type) in ihevce_manage_ref_pics()
[all …]
Dihevce_encode_header.h141 WORD32 slice_type,
Dihevce_ipe_pass.c1026 WORD32 slice_type, in ihevce_ipe_process() argument
1068 if(ISLICE == slice_type) in ihevce_ipe_process()
1084 slice_type, in ihevce_ipe_process()
1089 ps_ctxt->i4_slice_type = slice_type; in ihevce_ipe_process()
Dihevce_rc_interface.c228 WORD8 slice_type,
1788 WORD32 scene_type, i4_is_scd = 0, i4_frame_qp, slice_type; in ihevce_rc_pre_enc_qp_query() local
1845 slice_type = ISLICE; in ihevce_rc_pre_enc_qp_query()
1850 slice_type = PSLICE; in ihevce_rc_pre_enc_qp_query()
1855 slice_type = BSLICE; in ihevce_rc_pre_enc_qp_query()
1862 slice_type, in ihevce_rc_pre_enc_qp_query()
2089 WORD32 slice_type, index, i4_num_frames_in_cur_gop, i4_cur_est_texture_bits; in ihevce_rc_get_pic_quant() local
2130 slice_type = ISLICE; in ihevce_rc_get_pic_quant()
2135 slice_type = PSLICE; in ihevce_rc_get_pic_quant()
2140 slice_type = BSLICE; in ihevce_rc_get_pic_quant()
[all …]
Dihevce_encode_header.c2940 WORD32 slice_type, in ihevce_populate_slice_header() argument
2983 ps_slice_hdr->i1_slice_type = (WORD8)slice_type; in ihevce_populate_slice_header()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java273 if (sh.slice_type == SliceHeader.SliceType.B) { in readSamples()
432 public SliceType slice_type; field in H264TrackImpl.SliceHeader
449 slice_type = SliceType.P; in SliceHeader()
454 slice_type = SliceType.B; in SliceHeader()
459 slice_type = SliceType.I; in SliceHeader()
464 slice_type = SliceType.SP; in SliceHeader()
469 slice_type = SliceType.SI; in SliceHeader()
500 ", slice_type=" + slice_type + in toString()
/external/libhevc/decoder/
Dihevcd_mv_merge.c824 WORD32 slice_type; in ihevcd_mv_merge() local
826 slice_type = ps_slice_hdr->i1_slice_type; in ihevcd_mv_merge()
832 if(slice_type == BSLICE) in ihevcd_mv_merge()
903 if(slice_type == PSLICE) in ihevcd_mv_merge()
913 if(slice_type == PSLICE) in ihevcd_mv_merge()
/external/v4l2_codec2/vda/
Dh264_parser.cc19 return (slice_type % 5 == kPSlice); in IsPSlice()
23 return (slice_type % 5 == kBSlice); in IsBSlice()
27 return (slice_type % 5 == kISlice); in IsISlice()
31 return (slice_type % 5 == kSPSlice); in IsSPSlice()
35 return (slice_type % 5 == kSISlice); in IsSISlice()
1294 READ_UE_OR_RETURN(&shdr->slice_type); in ParseSliceHeader()
1295 TRUE_OR_RETURN(shdr->slice_type < 10); in ParseSliceHeader()
Dh264_parser.h268 int slice_type; member
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c488 if (h264->RefPicList1[i].picture_id != VA_INVALID_ID && h264->slice_type == 1) { in handleVAEncSliceParameterBufferType()
495 if (h264->slice_type == 1) in handleVAEncSliceParameterBufferType()
497 else if (h264->slice_type == 0) in handleVAEncSliceParameterBufferType()
499 else if (h264->slice_type == 2) { in handleVAEncSliceParameterBufferType()
/external/libavc/decoder/
Dih264d_thread_parse_decode.c217 u1_slice_type = ps_dec->ps_decode_cur_slice->slice_type; in ih264d_decode_recon_tfr_nmb_thread()
546 && (ps_dec->ps_decode_cur_slice->slice_type != B_SLICE) in ih264d_decode_slice_thread()
Dih264d_thread_compute_bs.c250 (ps_dec->ps_computebs_cur_slice->slice_type == B_SLICE); in ih264d_compute_bs_non_mbaff_thread()
501 u1_slice_type = ps_dec->ps_computebs_cur_slice->slice_type; in ih264d_recon_deblk_slice()
Dih264d_structs.h667 volatile UWORD32 slice_type; member
Dih264d_inter_pred.c477 const UWORD8 u1_slice_type = ps_dec->ps_decode_cur_slice->slice_type; in ih264d_form_mb_part_info_mp()
/external/u-boot/arch/arm/include/asm/arch-mx8m/
Dclock.h407 enum clk_slice_type slice_type; member
/external/python/cpython2/Python/
DPython-ast.c283 static PyTypeObject *slice_type; variable
814 slice_type = make_type("slice", &AST_type, NULL, 0); in init_types()
815 if (!slice_type) return 0; in init_types()
816 if (!add_attributes(slice_type, NULL, 0)) return 0; in init_types()
817 Ellipsis_type = make_type("Ellipsis", slice_type, NULL, 0); in init_types()
819 Slice_type = make_type("Slice", slice_type, Slice_fields, 3); in init_types()
821 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1); in init_types()
823 Index_type = make_type("Index", slice_type, Index_fields, 1); in init_types()
6860 if (PyDict_SetItemString(d, "slice", (PyObject*)slice_type) < 0) return; in init_ast()
/external/python/cpython3/Python/
DPython-ast.c368 static PyTypeObject *slice_type; variable
1003 slice_type = make_type("slice", &AST_type, NULL, 0); in init_types()
1004 if (!slice_type) return 0; in init_types()
1005 if (!add_attributes(slice_type, NULL, 0)) return 0; in init_types()
1006 Slice_type = make_type("Slice", slice_type, Slice_fields, 3); in init_types()
1008 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1); in init_types()
1010 Index_type = make_type("Index", slice_type, Index_fields, 1); in init_types()
8283 if (PyDict_SetItemString(d, "slice", (PyObject*)slice_type) < 0) return in PyInit__ast()

12